Change IBM Container Service naming (#722)

Aligning with IBM rebranding to use **IBM Cloud Container Service**.
This commit is contained in:
Daniel Berg 2017-11-20 01:44:59 -05:00 committed by Laurent Demailly
parent 05c2382343
commit 06010b3103
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ with [RBAC (Role-Based Access Control)](https://kubernetes.io/docs/admin/authori
kubectl create clusterrolebinding cluster-admin-binding --clusterrole=cluster-admin --user=$(gcloud config get-value core/account)
```
* [IBM Bluemix Container Service](https://www.ibm.com/cloud-computing/bluemix/containers)
* [IBM Cloud Container Service](https://www.ibm.com/cloud-computing/bluemix/containers)
* Retrieve your credentials for kubectl (replace `<cluster-name>` with the name of the cluster you want to use):
```bash