Fix typo in kubefed init's example

This commit is contained in:
fen4o
2017-03-17 01:07:55 +02:00
committed by GitHub
parent 5e0f0047dd
commit c9a14253c6

View File

@@ -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",