There was an error while loading. Please reload this page.
1 parent 9805295 commit 900ca51Copy full SHA for 900ca51
README.md
@@ -169,7 +169,7 @@ $ ibmcloud cr build -t registry.<ibm_cloud_region>.bluemix.net/<your_namespace>/
169
### 2. Deploy the application
170
171
```
172
-$ kubectl run deploy-react-kubernetes-deployment —-image=registry.<ibm_cloud_region>.bluemix.net/<your_namespace>/deploy-react-kubernetes
+$ kubectl run deploy-react-kubernetes-deployment --image=registry.<ibm_cloud_region>.bluemix.net/<your_namespace>/deploy-react-kubernetes
173
174
175
To check how many pods are running on Kubernetes run the command:
0 commit comments