From 067b6886cc2f42e4be6e2f83f797dfcecda519a7 Mon Sep 17 00:00:00 2001 From: Javad Ebadi Date: Tue, 27 Feb 2024 11:40:23 -0700 Subject: [PATCH] Update scale-intro.html Fixed typo: Sservice -> service --- .../en/docs/tutorials/kubernetes-basics/scale/scale-intro.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tutorials/kubernetes-basics/scale/scale-intro.html b/content/en/docs/tutorials/kubernetes-basics/scale/scale-intro.html index e57655998abaf..e07eb462dab45 100644 --- a/content/en/docs/tutorials/kubernetes-basics/scale/scale-intro.html +++ b/content/en/docs/tutorials/kubernetes-basics/scale/scale-intro.html @@ -31,7 +31,7 @@

Scaling an application

Scaling is accomplished by changing the number of replicas in a Deployment

NOTE If you are trying this after the previous section , then you - may have deleted the Sservice you created, or have created a Service of type: NodePort. + may have deleted the service you created, or have created a Service of type: NodePort. In this section, it is assumed that a service with type: LoadBalancer is created for the kubernetes-bootcamp Deployment.

If you have not deleted the Service created in the previous section, first delete that Service and then run the following command to create a new Service with its