Add the default dns options to kubelet when running inside docker and document it

This commit is contained in:
Lucas Käldström
2015-12-19 17:36:36 +02:00
parent a45c87864e
commit 6ab098ec56
2 changed files with 16 additions and 5 deletions

View File

@@ -37,4 +37,6 @@ docker run \
--address="0.0.0.0" \
--api-servers=http://localhost:8080 \
--config=/etc/kubernetes/manifests \
--cluster-dns=10.0.0.10 \
--cluster-domain=cluster.local \
--allow-privileged=true --v=10