Skip to content
ning1875 edited this page Mar 19, 2021 · 2 revisions

Welcome to the k8s-mon wiki!

FAQ

  • 服务组件没有部署在pod中的需要在configMap中给出地址,举例
kube_scheduler:
  user_specified: true
  addrs:
    - "https://1.1.1.1:1234/metrics"
    - "https://2.2.2.2:1234/metrics"
  • 查看k8s-mon日志
kubectl logs -l app=k8s-mon-deployment  -n kube-admin  -f
Clone this wiki locally