Skip to content

Commit f04d05c

Browse files
Update README.ko.md
1 parent d033772 commit f04d05c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.ko.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,18 @@ juju switch $MODEL_NAME
4242
3. SaaS 오퍼 찾기
4343

4444
```bash
45-
juju find-offers ubucon-controller:
45+
juju find-offers
4646
```
4747

4848
4. SaaS 애플리케이션 가져오기
4949

5050
```bash
5151
juju consume admin/postgres.postgresql-k8s
52+
```
53+
54+
(AMD64 only)
55+
56+
```bash
5257
juju consume admin/cos.prometheus
5358
juju consume admin/cos.loki
5459
juju consume admin/cos.grafana
@@ -110,7 +115,7 @@ curl -X POST http://$SERVICE_HOSTNAME/keys/ -H "Content-Type: application/json"
110115
curl http://$SERVICE_HOSTNAME/keys/<key-id>
111116
```
112117

113-
13. Canonical Observability Stack (COS) 연결
118+
13. (AMD64 only) Canonical Observability Stack (COS) 연결
114119

115120
```bash
116121
juju relate $APPLICATION_NAME prometheus

0 commit comments

Comments
 (0)