Skip to content

Commit 774c6b3

Browse files
Merge pull request IBM#17 from jzaccone/master
bx to ibmcloud
2 parents 3a0b3cb + c5a017b commit 774c6b3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -124,46 +124,46 @@ You can now access the application at http://localhost:3000
124124

125125
3. Log into your IBM Cloud account
126126
```
127-
bx login
127+
ibmcloud login
128128
```
129129

130-
If you have a federated ID, use bx login --sso to log in to the IBM Cloud CLI.
130+
If you have a federated ID, use ibmcloud login --sso to log in to the IBM Cloud CLI.
131131

132132
4. Install the Container Registry plug-in.
133133
```
134-
bx plugin install container-registry -r Bluemix
134+
ibmcloud plugin install container-registry -r Bluemix
135135
```
136136

137137
5. Install the Container Service plug-in.
138138
```
139-
bx plugin install IBM-Containers -r Bluemix
139+
ibmcloud plugin install IBM-Containers -r Bluemix
140140
```
141141

142142
6. [Install kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/#install-kubectl)
143143

144144
7. Create cluster
145145
```
146-
bx cs cluster-create --name YOUR_CLUSTER_NAME
146+
ibmcloud cs cluster-create --name YOUR_CLUSTER_NAME
147147
```
148148

149149
8. Configure Kubernetes cluster
150150
```
151-
$ bx cs cluster-config YOUR_CLUSTER_NAME
151+
$ ibmcloud cs cluster-config YOUR_CLUSTER_NAME
152152
```
153153

154154
Copy and paste response in CLI
155155

156156
9. Choose a name for your first namespace, and create that namespace. Use this namespace for the rest of the Quick Start.
157157
```
158-
$ bx cr namespace-add YOUR_NAMESPACE
158+
$ ibmcloud cr namespace-add YOUR_NAMESPACE
159159
```
160160

161161

162162
### 1. Build image
163163

164164
Build image in the IBM Container Registry:
165165
```
166-
$ bx cr build -t registry.<ibm_cloud_region>.bluemix.net/<your_namespace>/deploy-react-kubernetes .
166+
$ ibmcloud cr build -t registry.<ibm_cloud_region>.bluemix.net/<your_namespace>/deploy-react-kubernetes .
167167
```
168168

169169
### 2. Deploy the application
@@ -188,7 +188,7 @@ $ kubectl expose deployment/deploy-react-kubernetes-deployment
188188

189189
```
190190
# For clusters provisioned with IBM Cloud
191-
$ bx cs workers YOUR_CLUSTER_NAME
191+
$ ibmcloud cs workers YOUR_CLUSTER_NAME
192192
```
193193

194194
```

0 commit comments

Comments
 (0)