File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
content/en/docs/tutorials/kubernetes-basics/update Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ <h3>Step 2: Verify an update</h3>
144
144
< p > First, check that the app is running. To find the exposed IP address and port, run the < code > describe service</ code > command:</ p >
145
145
< p > < code > < b > kubectl describe services/kubernetes-bootcamp</ b > </ code > </ p >
146
146
< p > Create an environment variable called < tt > NODE_PORT</ tt > that has the value of the Node port assigned:</ p >
147
- < p > < code > < b > export NODE_PORT="$(kubectl get services/kubernetes-bootcamp -o go-template='{{(index .spec.ports 0).nodePort}}')</ b > </ code > < br />
147
+ < p > < code > < b > export NODE_PORT="$(kubectl get services/kubernetes-bootcamp -o go-template='{{(index .spec.ports 0).nodePort}}')" </ b > </ code > < br />
148
148
< code > < b > echo "NODE_PORT=$NODE_PORT"</ b > </ code > </ p >
149
149
< p > Next, do a < code > curl</ code > to the the exposed IP and port:</ p >
150
150
< p > < code > < b > curl http://"$(minikube ip):$NODE_PORT"</ b > </ code > </ p >
You can’t perform that action at this time.
0 commit comments