This repository was archived by the owner on Sep 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ You can now access the application at http://localhost:3000
103103
104104### 2. Run the application on Kubernetes
105105
106- 1 . [ Build Docker image.] ( #1-build-docker -image )
106+ 1 . [ Build image.] ( #1-build-image )
1071072 . [ Deploy the application] ( #2-deploy-the-application )
108108
109109## Prerequisites
@@ -112,7 +112,7 @@ You can now access the application at http://localhost:3000
112112$ bx cr namespace-add <your_namespace>
113113```
114114
115- ### 1. Build Docker image
115+ ### 1. Build image
116116
117117In a terminal, run:
118118```
@@ -122,7 +122,7 @@ $ bx cr build -t registry.<ibm_cloud_region>.bluemix.net/<your_namespace>/deploy
122122### 2. Deploy the application
123123
124124```
125- $ kubectl run deploy-react-kubernetes-deployment —-image= registry.<ibm_cloud_region>.bluemix.net/<your_namespace>/deploy-react-kubernetes
125+ $ kubectl run deploy-react-kubernetes-deployment —-image registry.<ibm_cloud_region>.bluemix.net/<your_namespace>/deploy-react-kubernetes
126126
127127$ kubectl expose deployment/deploy-react-kubernetes-deployment
128128—-type=NodePort —-name=deploy-react-kubernetes-service —-port=3000
You can’t perform that action at this time.
0 commit comments