Skip to content

Commit

Permalink
Update command to check relations
Browse files Browse the repository at this point in the history
  • Loading branch information
mateoflorido authored Jan 10, 2025
1 parent d3f7a21 commit 0ef4f66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/charm/tutorial/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ juju integrate k8s k8s-worker:cos-tokens
```

After a short time, the worker node will share information with the control plane

Check failure on line 113 in docs/src/charm/tutorial/getting-started.md

View workflow job for this annotation

GitHub Actions / markdown-lint

Line length

docs/src/charm/tutorial/getting-started.md:113:81 MD013/line-length Line length [Expected: 80; Actual: 81] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md013.md
and be joined to the cluster.
and be joined to the cluster. Use `juju status --relations` to monitor the status

Check failure on line 114 in docs/src/charm/tutorial/getting-started.md

View workflow job for this annotation

GitHub Actions / markdown-lint

Line length

docs/src/charm/tutorial/getting-started.md:114:81 MD013/line-length Line length [Expected: 80; Actual: 81] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md013.md
of your units and their established relations.

## Next steps

Expand Down

0 comments on commit 0ef4f66

Please sign in to comment.