Skip to content
燕小乙 edited this page Feb 23, 2021 · 3 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"
Clone this wiki locally