Skip to content

Commit 18bc42f

Browse files
authored
Merge pull request #40967 from Arhell/en-intro
[en] remove duplicate intro html
2 parents cac1228 + 5d5263b commit 18bc42f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tutorials/kubernetes-basics/update/update-intro.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ <h3>Step 2: Verify an update</h3>
146146
<p>Create an environment variable called <tt>NODE_PORT</tt> that has the value of the Node port assigned:</p>
147147
<p><code><b>export NODE_PORT="$(kubectl get services/kubernetes-bootcamp -o go-template='{{(index .spec.ports 0).nodePort}}')"</b></code><br />
148148
<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>
150150
<p><code><b>curl http://"$(minikube ip):$NODE_PORT"</b></code></p>
151151
<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>
152152
<p>You can also confirm the update by running the <code>rollout status</code> subcommand:</p>

0 commit comments

Comments
 (0)