Skip to content

Commit ad0169b

Browse files
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.
1 parent ec6bf21 commit ad0169b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tutorials/kubernetes-basics/expose/expose-intro.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ <h3>Services and Labels</h3>
9797
<h3>Create a new Service</h3>
9898
<p>Let’s verify that our application is running. We’ll use the <code>kubectl get</code> command and look for existing Pods:</p>
9999
<p><code><b>kubectl get pods</b></code></p>
100-
<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>
100+
<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>
101101
<p>Next, let’s list the current Services from our cluster:</p>
102102
<p><code><b>kubectl get services</b></code></p>
103103
<p>We have a Service called <tt>kubernetes</tt> that is created by default when minikube starts the cluster.

0 commit comments

Comments
 (0)