Make bootstrap armada target its own apiserver

This helps avoid an exception when armada deploys the apiserver chart.

Change-Id: Iba3acc917a4a115a1c4f62c81c8c906b41958d7e
This commit is contained in:
Mark Burnett 2018-01-03 15:41:08 -06:00
parent 1160ef22ea
commit 39c6e9c92f
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
apiVersion: v1
clusters:
- cluster:
server: https://localhost:6443
server: https://localhost:6444
certificate-authority: pki/cluster-ca.pem
name: kubernetes
contexts:

View File

@ -128,7 +128,7 @@ spec:
# with additional configuration later.
- --apiserver-count=2
- --insecure-port=8080
- --secure-port=0
- --secure-port=6444
- --bind-address=0.0.0.0
- --runtime-config=batch/v2alpha1=true
- --allow-privileged=true