Skip to content

Commit

Permalink
Update content/en/docs/tutorials/kubernetes-basics/scale/scale-intro.…
Browse files Browse the repository at this point in the history
…html


Rephrase

Co-authored-by: Tim Bannister <tim@scalefactory.com>
  • Loading branch information
javadebadi and sftim committed Apr 1, 2024
1 parent 4e68710 commit a2e7674
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ <h3>Scaling an application</h3>
<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>.
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 not deleted the service created in <a href="/docs/tutorials/kubernetes-basics/expose/expose-intro">the previous section</a>.
Then, first delete the service and then run the following command to create a service of type LoadBalancer.</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
<tt>type</tt> set to <tt>LoadBalancer</tt>:</p>
<p><code><b>kubectl expose deployment/kubernetes-bootcamp --type="LoadBalancer" --port 8080</b></code></p>
</br>
</div>
Expand Down

0 comments on commit a2e7674

Please sign in to comment.