Commit c9a14253 authored by fen4o's avatar fen4o Committed by GitHub

Fix typo in kubefed init's example

parent 5e0f0047
...@@ -105,7 +105,7 @@ var ( ...@@ -105,7 +105,7 @@ var (
# Initialize federation control plane for a federation # Initialize federation control plane for a federation
# named foo in the host cluster whose local kubeconfig # named foo in the host cluster whose local kubeconfig
# context is bar. # context is bar.
kubectl init foo --host-cluster-context=bar`) kubefed init foo --host-cluster-context=bar`)
componentLabel = map[string]string{ componentLabel = map[string]string{
"app": "federated-cluster", "app": "federated-cluster",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment