Skip to content

Commit

Permalink
Update scale-intro.html
Browse files Browse the repository at this point in the history
Fixed typo: Sservice -> service
  • Loading branch information
javadebadi committed Apr 1, 2024
1 parent a2e7674 commit 067b688
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h3>Scaling an application</h3>

<p><em>Scaling</em> is accomplished by changing the number of replicas in a Deployment</p>
<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
may have deleted the Sservice you created, or have created a Service of <tt>type: NodePort</tt>.
may have deleted the service you created, or have created a Service of <tt>type: NodePort</tt>.
In this section, it is assumed that a service with <tt>type: LoadBalancer</tt> is created for the kubernetes-bootcamp Deployment.</p>
<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>,
first delete that Service and then run the following command to create a new Service with its
Expand Down

0 comments on commit 067b688

Please sign in to comment.