Remove reference to interactive tutorial in expose-intro.html
Remove reference to interactive tutorial in expose-intro.html as this is not going to be run from an interactive platform such as Katacoda anymore, but in the user's local workstation.pull/41651/head
parent
ec6bf21ffd
commit
ad0169b0da
|
@ -97,7 +97,7 @@ description: |-
|
|||
<h3>Create a new Service</h3>
|
||||
<p>Let’s verify that our application is running. We’ll use the <code>kubectl get</code> command and look for existing Pods:</p>
|
||||
<p><code><b>kubectl get pods</b></code></p>
|
||||
<p>If no pods are running then it means the interactive environment is still reloading its previous state. Please wait a couple of seconds and list the Pods again. You can continue once you see the one Pod running.</p>
|
||||
<p>If no Pods are running then it means the objects from the previous tutorials were cleaned up. In this case, go back and recreate the tutorial Deployment. Please wait a couple of seconds and list the Pods again. You can continue once you see the one Pod running.</p>
|
||||
<p>Next, let’s list the current Services from our cluster:</p>
|
||||
<p><code><b>kubectl get services</b></code></p>
|
||||
<p>We have a Service called <tt>kubernetes</tt> that is created by default when minikube starts the cluster.
|
||||
|
|
Loading…
Reference in New Issue