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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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.