Skip to content

Commit da45f94

Browse files
committed
Update scale-intro.html
Added disclaimer to account for deleted service
1 parent 0b6e7de commit da45f94

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
@@ -31,7 +31,7 @@ <h3>Scaling an application</h3>
3131
<p>If you haven't worked through the earlier sections, start from <a href="/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro/">Using minikube to create a cluster</a>.</p>
3232

3333
<p><em>Scaling</em> is accomplished by changing the number of replicas in a Deployment</p>
34-
34+
<p> <b> NOTE </b> If you are trying this after <a href="/docs/tutorials/kubernetes-basics/expose/expose-intro/">the previous section </a>, you may need to start from <a href="/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro/">creating a cluster</a> as the services may have been deleted </p>
3535
</div>
3636
<div class="col-md-4">
3737
<div class="content__box content__box_lined">

0 commit comments

Comments
 (0)