Fix guidance regarding Service creation in tutorial

Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>
This commit is contained in:
steve-hardman 2024-05-24 01:08:42 +01:00 committed by GitHub
parent 73f10efb0d
commit 465af1f284
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ description: |-
<div class="row">
<div class="col-md-12">
{{< note >}}
<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
<p>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 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>,