fix observability document (#369)

This commit is contained in:
qiaozp 2021-11-18 12:06:50 +08:00 committed by GitHub
parent bf37907453
commit 6e1c47600c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -118,7 +118,7 @@ cloud provider's Kubernetes clusters, and the domain rules.
### Get an account for the monitoring dashboard
```shell
$ kubectl get secret grafana -o jsonpath="{.data.admin-password}" -n observability | base64 --decode ; echo
$ kubectl get secret grafana -o jsonpath="{.data.admin-password}" -n vela-system | base64 --decode ; echo
<password printed here>
```

View File

@ -110,7 +110,7 @@ Grafana 的域名,可以使用你自定义的域名,也可以使用 ACK 提
### 获取访问监控控制台的账号
```shell
$ kubectl get secret grafana -o jsonpath="{.data.admin-password}" -n observability | base64 --decode ; echo
$ kubectl get secret grafana -o jsonpath="{.data.admin-password}" -n vela-system | base64 --decode ; echo
<密码显示在这里>
```

View File

@ -110,7 +110,7 @@ Grafana 的域名,可以使用你自定义的域名,也可以使用 ACK 提
### 获取访问监控控制台的账号
```shell
$ kubectl get secret grafana -o jsonpath="{.data.admin-password}" -n observability | base64 --decode ; echo
$ kubectl get secret grafana -o jsonpath="{.data.admin-password}" -n vela-system | base64 --decode ; echo
<密码显示在这里>
```

View File

@ -118,7 +118,7 @@ cloud provider's Kubernetes clusters, and the domain rules.
### Get an account for the monitoring dashboard
```shell
$ kubectl get secret grafana -o jsonpath="{.data.admin-password}" -n observability | base64 --decode ; echo
$ kubectl get secret grafana -o jsonpath="{.data.admin-password}" -n vela-system | base64 --decode ; echo
<password printed here>
```