We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d033772 commit f04d05cCopy full SHA for f04d05c
README.ko.md
@@ -42,13 +42,18 @@ juju switch $MODEL_NAME
42
3. SaaS 오퍼 찾기
43
44
```bash
45
-juju find-offers ubucon-controller:
+juju find-offers
46
```
47
48
4. SaaS 애플리케이션 가져오기
49
50
51
juju consume admin/postgres.postgresql-k8s
52
+```
53
+
54
+(AMD64 only)
55
56
+```bash
57
juju consume admin/cos.prometheus
58
juju consume admin/cos.loki
59
juju consume admin/cos.grafana
@@ -110,7 +115,7 @@ curl -X POST http://$SERVICE_HOSTNAME/keys/ -H "Content-Type: application/json"
110
115
curl http://$SERVICE_HOSTNAME/keys/<key-id>
111
116
112
117
113
-13. Canonical Observability Stack (COS) 연결
118
+13. (AMD64 only) Canonical Observability Stack (COS) 연결
114
119
120
121
juju relate $APPLICATION_NAME prometheus
0 commit comments