mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 13:45:06 +00:00
Fix typo in kubefed init's example
This commit is contained in:
@@ -105,7 +105,7 @@ var (
|
||||
# Initialize federation control plane for a federation
|
||||
# named foo in the host cluster whose local kubeconfig
|
||||
# context is bar.
|
||||
kubectl init foo --host-cluster-context=bar`)
|
||||
kubefed init foo --host-cluster-context=bar`)
|
||||
|
||||
componentLabel = map[string]string{
|
||||
"app": "federated-cluster",
|
||||
|
Reference in New Issue
Block a user