Skip to content

Commit 0c84e55

Browse files
authored
separate amd64
1 parent fc87aed commit 0c84e55

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,18 @@ juju switch $MODEL_NAME
4848
3. Find SaaS offers
4949

5050
```bash
51-
juju find-offers ubucon-controller:
51+
juju find-offers
5252
```
5353

5454
4. Import SaaS applications
5555

5656
```bash
5757
juju consume admin/postgres.postgresql-k8s
58+
```
59+
60+
AMD64 only
61+
62+
```bash
5863
juju consume admin/cos.prometheus
5964
juju consume admin/cos.loki
6065
juju consume admin/cos.grafana
@@ -116,7 +121,7 @@ curl -X POST http://$SERVICE_HOSTNAME/keys/ -H "Content-Type: application/json"
116121
curl http://$SERVICE_HOSTNAME/keys/<key-id>
117122
```
118123

119-
13. Relate Canonical Observability Stack (COS)
124+
13. (AMD64 only) Relate Canonical Observability Stack (COS)
120125

121126
```bash
122127
juju relate $APPLICATION_NAME prometheus

0 commit comments

Comments
 (0)