full_container_scheme/4.monitor/grafana
{admin@attacker.club} 8a204467fa init 2024-07-21 01:29:01 +08:00
..
granfna.yml init 2024-07-21 01:29:01 +08:00
readme.md init 2024-07-21 01:29:01 +08:00

readme.md

命令

# 指定lab
kubectl label nodes k8s-1 node-type=grafana

修改 Deployment 配置,添加 nodeSelector 字段:

spec:
  template:
    spec:
      nodeSelector:
        node-type: grafana