Skip to content

Commit fcce565

Browse files
committed
Replace --watch parameter with watch command
1 parent 01b953b commit fcce565

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/tutorial/3-data-stream-processing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ For more details on the Charmed Apache Kafka K8s deployment process, see the [Ho
5252
Once installed, let's see the current status of the Juju model with the following command:
5353

5454
```bash
55-
juju status --watch 1s
55+
watch -c juju status --color
5656
```
5757

5858
Once all the charms have been deployed and integrated (you may need to wait some time), output similar to the following should appear:

docs/tutorial/4-history-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ juju run s3-integrator/leader sync-s3-credentials \
8686
juju integrate s3-integrator spark-history-server-k8s
8787
```
8888

89-
Let's view the status of the Juju model now with the command `juju status --watch 1s --relations`. Once deployment and integration have been completed for the charms, the status should look similar to the following:
89+
Let's view the status of the Juju model now with the command `watch -c juju status --color --relations`. Once deployment and integration have been completed for the charms, the status should look similar to the following:
9090

9191
```
9292
Model Controller Cloud/Region Version SLA Timestamp

docs/tutorial/5-monitoring-with-cos.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ When you deploy the `cos-lite` bundle, it deploys several charms like Prometheus
3030
Check the list of charms that have been deployed, their statuses, and relations:
3131

3232
```shell
33-
juju status --relations --watch 1s
33+
watch -c juju status --color --relations
3434
```
3535

3636
Wait until the status to be active for each charm:
3737

38-
```
38+
```text
3939
Model Controller Cloud/Region Version SLA Timestamp
4040
cos k8s microk8s/localhost 3.1.7 unsupported 15:41:53+05:45
4141

0 commit comments

Comments
 (0)