Prevent creation of kubernetes service endpoint by bootstrap apiserver

If the kubernetes apiserver (in the bootstrap Armada pod) runs with the
reconciler enabled, the kubernetes endpoint can be created with an
invalid port which will not be corrected later.

Change-Id: I6d5fb86c6c4ffded9f42bda6e2ffbf2fbc13806f
This commit is contained in:
Chris Wedgwood 2020-01-27 18:19:13 -06:00
parent 704e818eda
commit b65930f205
1 changed files with 1 additions and 0 deletions

View File

@ -151,6 +151,7 @@ spec:
- --etcd-servers=https://localhost:12379
- --insecure-port=8080
- --secure-port=6444
- --endpoint-reconciler-type=none
env:
- name: KUBECONFIG
value: /etc/kubernetes/admin/config