This commit is contained in:
Peter Lee 2017-03-30 11:16:57 +08:00 committed by Jared
parent 0937a5ff2a
commit 7c01af28cd
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ while `kubeadm init` is initializing your master:
#### Master Isolation #### Master Isolation
By default, your cluster will not schedule pods on the master for security By default, your cluster will not schedule pods on the master for security
reasons. If you want to be able to schedule pods on the master, e.g a reasons. If you want to be able to schedule pods on the master, e.g. a
single-machine Kubernetes cluster for development, run: single-machine Kubernetes cluster for development, run:
``` bash ``` bash