Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 900ca51

Browse filesBrowse files
authored
Fix syntax error in step 2
1 parent 9805295 commit 900ca51
Copy full SHA for 900ca51

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ $ ibmcloud cr build -t registry.<ibm_cloud_region>.bluemix.net/<your_namespace>/
169169
### 2. Deploy the application
170170

171171
```
172-
$ kubectl run deploy-react-kubernetes-deployment -image=registry.<ibm_cloud_region>.bluemix.net/<your_namespace>/deploy-react-kubernetes
172+
$ kubectl run deploy-react-kubernetes-deployment --image=registry.<ibm_cloud_region>.bluemix.net/<your_namespace>/deploy-react-kubernetes
173173
```
174174

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.