Skip to content

Commit

Permalink
Merge pull request coreos#139 from brenix/kublet-doc-fix
Browse files Browse the repository at this point in the history
docs: fix kubelet arguments
  • Loading branch information
aaronlevy committed Nov 12, 2015
2 parents 3b6d376 + 934d41d commit 846c27b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Documentation/deploy-master.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ ExecStart=/usr/bin/kubelet \
--allow-privileged=true \
--config=/etc/kubernetes/manifests \
--hostname-override=${ADVERTISE_IP} \
--cluster_dns=${DNS_SERVICE_IP} \
--cluster_domain=cluster.local \
--cluster-dns=${DNS_SERVICE_IP} \
--cluster-domain=cluster.local \
--cadvisor-port=0
Restart=always
RestartSec=10
Expand Down
4 changes: 2 additions & 2 deletions Documentation/deploy-workers.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ ExecStart=/usr/bin/kubelet \
--allow-privileged=true \
--config=/etc/kubernetes/manifests \
--hostname-override=${ADVERTISE_IP} \
--cluster_dns=${DNS_SERVICE_IP} \
--cluster_domain=cluster.local \
--cluster-dns=${DNS_SERVICE_IP} \
--cluster-domain=cluster.local \
--kubeconfig=/etc/kubernetes/worker-kubeconfig.yaml \
--tls-cert-file=/etc/kubernetes/ssl/worker.pem \
--tls-private-key-file=/etc/kubernetes/ssl/worker-key.pem \
Expand Down

0 comments on commit 846c27b

Please sign in to comment.