mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-05 19:21:37 +00:00
Fix duplicate field in kubeconfig
The server field was accidentally duplicated during a rebase of #40050.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user