Skip to content

Commit f4febd0

Browse files
authored
Merge pull request #44151 from utkarsh-singh1/update-content-tutorial-kubernetes-basics
Fix markup for tutorials
2 parents a64b232 + 6ad170b commit f4febd0

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
@@ -154,7 +154,7 @@ <h3>View the app</h3>
154154
</div>
155155
<div class="row">
156156
<p>
157-
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>
157+
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>.
158158
</p>
159159
</div>
160160

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>Step 1: Creating 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>Step 3: 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
@@ -182,7 +182,7 @@ <h3>Scale Down</h3>
182182

183183
<div class="row">
184184
<p>
185-
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>
185+
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>.
186186
</p>
187187
</div>
188188

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)