Skip to content

Commit 465af1f

Browse files
Fix guidance regarding Service creation in tutorial
Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>
1 parent 73f10ef commit 465af1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ <h3>Summary:</h3>
4848
<div class="row">
4949
<div class="col-md-12">
5050
{{< note >}}
51-
<p><b>NOTE</b> If you are trying this after <a href="/docs/tutorials/kubernetes-basics/expose/expose-intro/">the previous section </a>, then you
51+
<p>If you are trying this after <a href="/docs/tutorials/kubernetes-basics/expose/expose-intro/">the previous section </a>, then you
5252
may have deleted the service you created, or have created a Service of <tt>type: NodePort</tt>.
5353
In this section, it is assumed that a service with <tt>type: LoadBalancer</tt> is created for the kubernetes-bootcamp Deployment.</p>
5454
<p>If you have <em>not</em> deleted the Service created in <a href="/docs/tutorials/kubernetes-basics/expose/expose-intro">the previous section</a>,

0 commit comments

Comments
 (0)