Skip to content

Commit 0398a27

Browse files
authored
Merge pull request #43692 from PranitRout07/test
Fix missing Step labels in 'Using a Service to Expose Your App' tutorial
2 parents 85a62c2 + ea1e980 commit 0398a27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ <h3>Services and Labels</h3>
9494
</div>
9595
<div class="row">
9696
<div class="col-md-12">
97-
<h3>Create a new Service</h3>
97+
<h3>Step 1: Creating a new Service</h3>
9898
<p>Let’s verify that our application is running. We’ll use the <code>kubectl get</code> command and look for existing Pods:</p>
9999
<p><code><b>kubectl get pods</b></code></p>
100100
<p>If no Pods are running then it means the objects from the previous tutorials were cleaned up. In this case, go back and recreate the deployment from the <a href="/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro#deploy-an-app">Using kubectl to create a Deployment</a> tutorial.
@@ -151,7 +151,7 @@ <h3>Step 2: Using labels</h3>
151151

152152
<div class="row">
153153
<div class="col-md-12">
154-
<h3>Deleting a service</h3>
154+
<h3>Step 3: Deleting a service</h3>
155155
<p>To delete Services you can use the <code>delete service</code> subcommand. Labels can be used also here:</p>
156156
<p><code><b>kubectl delete service -l app=kubernetes-bootcamp</b></code></p>
157157
<p>Confirm that the Service is gone:</p>

0 commit comments

Comments
 (0)