Skip to content

Commit

Permalink
Fixed '--service-cluster-ip-range' subnet for Controller Manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Trescinski authored and kelseyhightower committed Oct 1, 2017
1 parent 51e8709 commit 7f7fd71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/08-bootstrapping-kubernetes-controllers.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ ExecStart=/usr/local/bin/kube-controller-manager \\
--master=http://${INTERNAL_IP}:8080 \\
--root-ca-file=/var/lib/kubernetes/ca.pem \\
--service-account-private-key-file=/var/lib/kubernetes/ca-key.pem \\
--service-cluster-ip-range=10.32.0.0/16 \\
--service-cluster-ip-range=10.32.0.0/24 \\
--v=2
Restart=on-failure
RestartSec=5
Expand Down

0 comments on commit 7f7fd71

Please sign in to comment.