Fix duplicate field in kubeconfig

The server field was accidentally duplicated during a rebase of #40050.
This commit is contained in:
Michael Taufen 2017-08-18 16:16:15 -07:00
parent 2ab7ad14b4
commit 102e4ee9e6

View File

@ -653,7 +653,6 @@ clusters:
cluster:
server: https://${apiserver_address}
certificate-authority: ${CA_CERT_BUNDLE_PATH}
server: https://${KUBERNETES_MASTER_NAME}
contexts:
- context:
cluster: local