Skip to content

Commit

Permalink
Refactor tip snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
mateoflorido authored Jan 10, 2025
1 parent fde7d52 commit 3ae3aa4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/src/charm/tutorial/basic-operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3ae3aa4

Please sign in to comment.