mirror of https://github.com/k3s-io/k3s
Fix typo in kubefed init's example
parent
5e0f0047dd
commit
c9a14253c6
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue