From da45f94c13b49cf29dbc2705ef6bd5352b2937de Mon Sep 17 00:00:00 2001 From: Aritra Ghosh Date: Sun, 10 Sep 2023 16:10:20 -0700 Subject: [PATCH] Update scale-intro.html Added disclaimer to account for deleted 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 52ca1cced6..b70c087e58 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 @@ description: |-

If you haven't worked through the earlier sections, start from Using minikube to create a cluster.

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

- +

NOTE If you are trying this after the previous section , you may need to start from creating a cluster as the services may have been deleted