Skip to content

Commit

Permalink
set kube-controller-manager flag for service accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
alkar committed Oct 10, 2017
1 parent 1ddef03 commit 9938e26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/kube-controller-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ spec:
- controller-manager
- --master=http://127.0.0.1:8080
- --leader-elect=true
- --use-service-account-credentials
- --service-account-private-key-file=/etc/kubernetes/ssl/signing-key.pem
- --root-ca-file=/etc/kubernetes/ssl/ca.pem
${cloud_provider == "" ? "" : "- --cloud-provider=${cloud_provider}"}
Expand Down

0 comments on commit 9938e26

Please sign in to comment.