This repository was archived by the owner on Sep 16, 2021. It is now read-only.
File tree 1 file changed +3
-3
lines changed
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
103
103
104
104
### 2. Run the application on Kubernetes
105
105
106
- 1 . [ Build Docker image.] ( #1-build-docker -image )
106
+ 1 . [ Build image.] ( #1-build-image )
107
107
2 . [ Deploy the application] ( #2-deploy-the-application )
108
108
109
109
## Prerequisites
@@ -112,7 +112,7 @@ You can now access the application at http://localhost:3000
112
112
$ bx cr namespace-add <your_namespace>
113
113
```
114
114
115
- ### 1. Build Docker image
115
+ ### 1. Build image
116
116
117
117
In a terminal, run:
118
118
```
@@ -122,7 +122,7 @@ $ bx cr build -t registry.<ibm_cloud_region>.bluemix.net/<your_namespace>/deploy
122
122
### 2. Deploy the application
123
123
124
124
```
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
126
126
127
127
$ kubectl expose deployment/deploy-react-kubernetes-deployment
128
128
—-type=NodePort —-name=deploy-react-kubernetes-service —-port=3000
You can’t perform that action at this time.
0 commit comments