-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d3f7a21
commit 0ef4f66
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 GitHub Actions / markdown-lintLine length
|
||
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 GitHub Actions / markdown-lintLine length
|
||
of your units and their established relations. | ||
|
||
## Next steps | ||
|
||
|