Skip to content

Commit 6ad170b

Browse files
Updated kubernetes tutorials from deploy-intro.html to update-intro.html
Signed-off-by: utkarsh-singh1 <[email protected]>
1 parent efe2fc9 commit 6ad170b

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

content/en/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ <h3>View the app</h3>
153153
</div>
154154
<div class="row">
155155
<p>
156-
Once you're ready, move on to <a href="/docs/tutorials/kubernetes-basics/explore/explore-intro/" title="Viewing Pods and Nodes">Viewing Pods and Nodes</a>.</p>
156+
Once you're ready, move on to <a href="/docs/tutorials/kubernetes-basics/explore/explore-intro/" title="Viewing Pods and Nodes">Viewing Pods and Nodes</a>.
157157
</p>
158158
</div>
159159

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ <h3>Executing command on the container</h3>
189189

190190
<div class="row">
191191
<p>
192-
Once you're ready, move on to <a href="/docs/tutorials/kubernetes-basics/expose/expose-intro/" title="Using A Service To Expose Your App">Using A Service To Expose Your App</a>.</p>
192+
Once you're ready, move on to <a href="/docs/tutorials/kubernetes-basics/expose/expose-intro/" title="Using A Service To Expose Your App">Using A Service To Expose Your App</a>.
193193
</p>
194194
</div>
195195

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ <h3>Create a new Service</h3>
128128

129129
<div class="row">
130130
<div class="col-md-12">
131-
<h3>Step 2: Using labels</h3>
131+
<h3>Using labels</h3>
132132
<div class="content">
133133
<p>The Deployment created automatically a label for our Pod. With the <code>describe deployment</code> subcommand you can see the name (the <em>key</em>) of that label:</p>
134134
<p><code><b>kubectl describe deployment</b></code></p>
@@ -166,7 +166,7 @@ <h3>Deleting a service</h3>
166166
</div>
167167
<div class="row">
168168
<p>
169-
Once you're ready, move on to <a href="/docs/tutorials/kubernetes-basics/scale/scale-intro/" title="Running Multiple Instances of Your App">Running Multiple Instances of Your App</a>.</p>
169+
Once you're ready, move on to <a href="/docs/tutorials/kubernetes-basics/scale/scale-intro/" title="Running Multiple Instances of Your App">Running Multiple Instances of Your App</a>.
170170
</p>
171171
</div>
172172

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ <h3>Scale Down</h3>
174174

175175
<div class="row">
176176
<p>
177-
Once you're ready, move on to <a href="/docs/tutorials/kubernetes-basics/update/update-intro/" title="Performing a Rolling Update">Performing a Rolling Update</a>.</p>
177+
Once you're ready, move on to <a href="/docs/tutorials/kubernetes-basics/update/update-intro/" title="Performing a Rolling Update">Performing a Rolling Update</a>.
178178
</p>
179179
</div>
180180

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ <h3>Update the version of the app</h3>
140140
</div>
141141
<div class="row">
142142
<div class="col-md-12">
143-
<h3>Step 2: Verify an update</h3>
143+
<h3>Verify an update</h3>
144144
<p>First, check that the app is running. To find the exposed IP address and port, run the <code>describe service</code> command:</p>
145145
<p><code><b>kubectl describe services/kubernetes-bootcamp</b></code></p>
146146
<p>Create an environment variable called <tt>NODE_PORT</tt> that has the value of the Node port assigned:</p>
@@ -183,7 +183,7 @@ <h3>Roll back an update</h3>
183183
<div class="row">
184184
<div class="col-md-12">
185185
<p>Remember to clean up your local cluster</p>
186-
<p><code><b>kubectl delete deployments/kubernetes-bootcamp services/kubernetes-bootcamp</b></code></p>
186+
<p><code><b>kubectl delete deployments/kubernetes-bootcamp services/kubernetes-bootcamp</b></code>
187187
</div>
188188
</div>
189189

0 commit comments

Comments
 (0)