Update kubeadm.md

Fixed the bad format
This commit is contained in:
lemon-tree
2017-11-04 10:35:39 +08:00
committed by GitHub
parent 773c7ef445
commit 0abb97e623
+2 -2
View File
@@ -156,9 +156,9 @@ flags that can be used to customise the Kubernetes installation.
A set of key=value pairs that describe feature gates for alpha/experimental
features. Options are:
- SelfHosting=true|false (ALPHA - default=false)
- SelfHosting=true\|false (ALPHA - default=false)
- StoreCertsInSecrets=true|false (ALPHA - default=false)
- StoreCertsInSecrets=true\|false (ALPHA - default=false)
See [self-hosted control plane](#self-hosting) for more detail.