From 568d7d29ed8998ea7c821b9a40bdfb0ab4c4484d Mon Sep 17 00:00:00 2001 From: Stewart-YU Date: Mon, 14 Aug 2017 17:29:54 +0800 Subject: [PATCH] Update kubefed_init.md Fix leading spaces in commands --- docs/admin/kubefed_init.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/admin/kubefed_init.md b/docs/admin/kubefed_init.md index f385688ce2..8910568b5c 100644 --- a/docs/admin/kubefed_init.md +++ b/docs/admin/kubefed_init.md @@ -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