rewording bluemix requirement for auto side car (#523)

This commit is contained in:
Lin Sun 2017-09-25 15:36:02 -04:00 committed by Shriram Rajagopalan
parent cb27332cee
commit 9e87a3f8b8
1 changed files with 3 additions and 3 deletions

View File

@ -49,6 +49,9 @@ gcloud container clusters create NAME \
--zone=ZONE
```
### IBM Bluemix Container Service
If your cluster is v1.7.4 or newer, you'll have the required [alpha feature](https://kubernetes.io/docs/admin/extensible-admission-controllers/#enable-initializers-alpha-feature) enabled by default.
### Minikube
Create a cluster with DynamicAdmissionControl enabled on Minikube:
@ -62,9 +65,6 @@ minikube start \
--extra-config=apiserver.Admission.PluginNames="Initializers,NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,GenericAdmissionWebhook,ResourceQuota" \
--kubernetes-version=v1.7.5
```
### Bluemix
Kubernetes alpha features are enabled by default on new IBM Bluemix clusters.
## Installing the initializer