Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Daemonset for CP has no pods #154

Open
lappehan opened this issue Jun 16, 2023 · 0 comments
Open

Daemonset for CP has no pods #154

lappehan opened this issue Jun 16, 2023 · 0 comments
Assignees

Comments

@lappehan
Copy link

Hello,

Reinitialized my cluster but got an issue where exporters on masters are not being created
Got any ideas? Previsouly it was working 3-4 months ago, labels on cp and nodes are set, correct

Current helm values:

secretsExporter:
  podAnnotations:
    prometheus.io/port: "9793"
    prometheus.io/scrape: "true"
service:
  create: false
prometheusServiceMonitor:
  create: false
prometheusRules:
  create: false

hostPathsExporter:
  podAnnotations:
    prometheus.io/port: "9793"
    prometheus.io/scrape: "true"

  daemonSets:
    cp:
      nodeSelector:
        certCheckMaster: x509Master
      tolerations:
      - effect: NoSchedule
        key: x509Master
        operator: Exists
      watchDirectories:
      - /etc/ssl/etcd/ssl 
      watchFiles:
      - /etc/kubernetes/ssl/apiserver.crt
      - /etc/kubernetes/ssl/front-proxy-ca.crt
      - /etc/kubernetes/ssl/front-proxy-client.crt
      - /etc/kubernetes/ssl/apiserver-kubelet-client.crt
      - /etc/kubernetes/ssl/ca.crt
      - /var/lib/kubelet/pki/kubelet.crt
      - /etc/kubernetes/pki/ca.crt
      watchKubeconfFiles:
      - /etc/kubernetes/admin.conf
      - /etc/kubernetes/controller-manager.conf
      - /etc/kubernetes/scheduler.conf

    nodes:
      nodeSelector:
        certCheck: x509
      tolerations:
      - effect: NoSchedule
        key: x509
        operator: Exists
      watchFiles:
      - /var/lib/kubelet/pki/kubelet-client-current.pem
      - /etc/kubernetes/pki/ca.crt
@lappehan lappehan reopened this Jun 19, 2023
@npdgm npdgm self-assigned this Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants