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 @@ -146,7 +146,7 @@ <h3>Step 2: Verify an update</h3>
146
146
< p > Create an environment variable called < tt > NODE_PORT</ tt > that has the value of the Node port assigned:</ p >
147
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
- < p > Next, do a < code > curl</ code > to the the exposed IP and port:</ p >
149
+ < p > Next, do a < code > curl</ code > to the exposed IP and port:</ p >
150
150
< p > < code > < b > curl http://"$(minikube ip):$NODE_PORT"</ b > </ code > </ p >
151
151
< p > Every time you run the < code > curl</ code > command, you will hit a different Pod. Notice that all Pods are now running the latest version (v2).</ p >
152
152
< p > You can also confirm the update by running the < code > rollout status</ code > subcommand:</ p >
You can’t perform that action at this time.
0 commit comments