File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -48,13 +48,18 @@ juju switch $MODEL_NAME
48
48
3 . Find SaaS offers
49
49
50
50
``` bash
51
- juju find-offers ubucon-controller:
51
+ juju find-offers
52
52
```
53
53
54
54
4 . Import SaaS applications
55
55
56
56
``` bash
57
57
juju consume admin/postgres.postgresql-k8s
58
+ ```
59
+
60
+ AMD64 only
61
+
62
+ ``` bash
58
63
juju consume admin/cos.prometheus
59
64
juju consume admin/cos.loki
60
65
juju consume admin/cos.grafana
@@ -116,7 +121,7 @@ curl -X POST http://$SERVICE_HOSTNAME/keys/ -H "Content-Type: application/json"
116
121
curl http://$SERVICE_HOSTNAME /keys/< key-id>
117
122
` ` `
118
123
119
- 13. Relate Canonical Observability Stack (COS)
124
+ 13. (AMD64 only) Relate Canonical Observability Stack (COS)
120
125
121
126
` ` ` bash
122
127
juju relate $APPLICATION_NAME prometheus
You can’t perform that action at this time.
0 commit comments