From 3ae3aa4c42984b36198e86359b3ca059533b1ca1 Mon Sep 17 00:00:00 2001 From: Mateo Florido Date: Fri, 10 Jan 2025 17:24:25 -0500 Subject: [PATCH] Refactor tip snippet --- docs/src/charm/tutorial/basic-operations.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/src/charm/tutorial/basic-operations.md b/docs/src/charm/tutorial/basic-operations.md index 23d6076296..6b17c90cfb 100644 --- a/docs/src/charm/tutorial/basic-operations.md +++ b/docs/src/charm/tutorial/basic-operations.md @@ -22,10 +22,11 @@ add more units to the `k8s` application: juju add-unit k8s -n 1 ``` -```{tip} -For high availability, we recommend deploying at least three `k8s` charm units. Use `juju status` to view all the units in your cluster and monitor their status. + +```{tip} +For high availability, we recommend deploying at least three `k8s` charm units. ``` Similarly, you can add more worker nodes when your workload demands increase: