You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/tutorials/kubernetes-basics/scale/scale-intro.html
+7-8Lines changed: 7 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -30,13 +30,6 @@ <h3>Scaling an application</h3>
30
30
<p>If you haven't worked through the earlier sections, start from <ahref="/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro/">Using minikube to create a cluster</a>.</p>
31
31
32
32
<p><em>Scaling</em> is accomplished by changing the number of replicas in a Deployment</p>
33
-
<p><b>NOTE</b> If you are trying this after <ahref="/docs/tutorials/kubernetes-basics/expose/expose-intro/">the previous section </a>, then you
34
-
may have deleted the service you created, or have created a Service of <tt>type: NodePort</tt>.
35
-
In this section, it is assumed that a service with <tt>type: LoadBalancer</tt> is created for the kubernetes-bootcamp Deployment.</p>
36
-
<p>If you have <em>not</em> deleted the Service created in <ahref="/docs/tutorials/kubernetes-basics/expose/expose-intro">the previous section</a>,
37
-
first delete that Service and then run the following command to create a new Service with its
<p>If you are trying this after <ahref="/docs/tutorials/kubernetes-basics/expose/expose-intro/">the previous section</a>, you may have deleted the Service exposing the Deployment. In that case, please expose the Deployment again using the following command:</p><p><code><b>kubectl expose deployment/kubernetes-bootcamp --type="NodePort" --port 8080</b></code></p>
51
+
<p>If you are trying this after <ahref="/docs/tutorials/kubernetes-basics/expose/expose-intro/">the previous section </a>, then you
52
+
may have deleted the service you created, or have created a Service of <tt>type: NodePort</tt>.
53
+
In this section, it is assumed that a service with <tt>type: LoadBalancer</tt> is created for the kubernetes-bootcamp Deployment.</p>
54
+
<p>If you have <em>not</em> deleted the Service created in <ahref="/docs/tutorials/kubernetes-basics/expose/expose-intro">the previous section</a>,
55
+
first delete that Service and then run the following command to create a new Service with its
0 commit comments