Skip to content

Commit

Permalink
Address code review
Browse files Browse the repository at this point in the history
  • Loading branch information
mateoflorido committed Jan 10, 2025
1 parent fde7d52 commit f5bfed2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 5 additions & 3 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 Expand Up @@ -67,7 +68,8 @@ If you don't already have `kubectl`, it can be installed from a snap:
sudo snap install kubectl --classic
```

If you have just installed it, you should also create a file to contain the configuration:
If you have just installed it, you should also create a file to contain
the configuration:

```
mkdir ~/.kube
Expand Down
6 changes: 4 additions & 2 deletions docs/src/charm/tutorial/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,10 @@ juju integrate k8s k8s-worker:containerd
juju integrate k8s k8s-worker:cos-tokens
```

After a short time, the worker node will share information with the control plane
and be joined to the cluster.
After a short time, the worker node will share information with the
control plane and be joined to the cluster. Use
`juju status --relations` to monitor the status of your units and their
established relations.

## Next steps

Expand Down

0 comments on commit f5bfed2

Please sign in to comment.