Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ $ ibmcloud cr build -t registry.<ibm_cloud_region>.bluemix.net/<your_namespace>/
### 2. Deploy the application

```
$ 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
```

To check how many pods are running on Kubernetes run the command:
Expand Down