mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 03:11:40 +00:00
Merge pull request #50939 from mtaufen/fix-kubeconfig
Automatic merge from submit-queue (batch tested with PRs 50531, 50853, 49976, 50939, 50607) Fix duplicate field in kubeconfig The server field was accidentally duplicated during a rebase of #40050. ```release-note NONE ```
This commit is contained in:
commit
5bd67f2be5
@ -653,7 +653,6 @@ clusters:
|
|||||||
cluster:
|
cluster:
|
||||||
server: https://${apiserver_address}
|
server: https://${apiserver_address}
|
||||||
certificate-authority: ${CA_CERT_BUNDLE_PATH}
|
certificate-authority: ${CA_CERT_BUNDLE_PATH}
|
||||||
server: https://${KUBERNETES_MASTER_NAME}
|
|
||||||
contexts:
|
contexts:
|
||||||
- context:
|
- context:
|
||||||
cluster: local
|
cluster: local
|
||||||
|
Loading…
Reference in New Issue
Block a user