Merge "Add support for master elected component"

This commit is contained in:
Jenkins 2016-08-17 23:59:33 +00:00 committed by Gerrit Code Review
commit bc7319db8b
3 changed files with 4 additions and 0 deletions

View File

@ -50,6 +50,7 @@ write_files:
- /hyperkube
- controller-manager
- --master=http://127.0.0.1:8080
- --leader-elect=true
- --service-account-private-key-file=${SERVICE_ACCOUNT_PRIVATE_KEY_FILE}
- --root-ca-file=${ROOT_CA_FILE}
livenessProbe:

View File

@ -40,6 +40,7 @@ write_files:
- /hyperkube
- scheduler
- --master=http://127.0.0.1:8080
- --leader-elect=true
livenessProbe:
httpGet:
host: 127.0.0.1

View File

@ -90,6 +90,7 @@ spec:
- /hyperkube
- controller-manager
- --master=http://127.0.0.1:8080
- --leader-elect=true
- --service-account-private-key-file=${SERVICE_ACCOUNT_PRIVATE_KEY_FILE}
- --root-ca-file=${ROOT_CA_FILE}
livenessProbe:
@ -136,6 +137,7 @@ spec:
- /hyperkube
- scheduler
- --master=http://127.0.0.1:8080
- --leader-elect=true
livenessProbe:
httpGet:
host: 127.0.0.1