Fix guidance regarding Service creation in tutorial
Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>
This commit is contained in:
parent
73f10efb0d
commit
465af1f284
|
|
@ -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>,
|
||||
|
|
|
|||
Loading…
Reference in New Issue