This commit is contained in:
huanqing.shao
2020-02-26 14:23:16 +08:00
parent 842bac3b9e
commit e2fd7c1b09
7 changed files with 18 additions and 10 deletions

View File

@ -66,7 +66,7 @@ systemctl start kubelet # 假设您安装了 kubenetes
docker info
```
* 查看结果
``` log {12}
``` {12}
...
Docker Root Dir: /var/lib/docker

View File

@ -99,7 +99,7 @@ Kuboard 用于管理的 Kubernetes 集群上部署的各类资源,如果您想
在 Kuboard 早期版本中,为了尝试监控套件的功能,在 Kuboard 所使用的 nginx 中设置了比较宽泛的动态转发,具体配置如下所示:
``` nginx.conf
``` nginx
location ^~ /eip-monitor/ {
location ~ "^/eip-monitor/namespace/(.*)/service/(.*)/port/(.*)/(.*)" {
resolver 127.0.0.1 valid=5s;