Update kubefed_init.md

Fix leading spaces in commands
This commit is contained in:
Stewart-YU
2017-08-14 17:29:54 +08:00
committed by Andrew Chen
parent 0f73f145fa
commit 568d7d29ed
+4 -4
View File
@@ -18,10 +18,10 @@ kubefed init FEDERATION_NAME --host-cluster-context=HOST_CONTEXT
### Examples
```
# Initialize federation control plane for a federation
# named foo in the host cluster whose local kubeconfig
# context is bar.
kubefed init foo --host-cluster-context=bar
# Initialize federation control plane for a federation
# named foo in the host cluster whose local kubeconfig
# context is bar.
kubefed init foo --host-cluster-context=bar
```
### Options