Fix typo in kubefed init's example

pull/6/head
fen4o 2017-03-17 01:07:55 +02:00 committed by GitHub
parent 5e0f0047dd
commit c9a14253c6
1 changed files with 1 additions and 1 deletions

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