k8s not showing any pods or deployments #901
Replies: 2 comments
-
|
The issue is This flag filters namespaces to only include ones matching the pattern. Since no namespace is literally named "all", this filters out all your pods and deployments. Fix: Remove that flag entirely. By default, all namespaces are already included. Your working command should be: After updating the flags, restart the agent: sudo systemctl restart pulse-agentIf you installed via the installer script, update the systemd unit: sudo systemctl edit pulse-agent --forceAnd set: [Service]
Environment="PULSE_KUBE_INCLUDE_ALL_PODS=true"
Environment="PULSE_KUBE_INCLUDE_ALL_DEPLOYMENTS=true"Then |
Beta Was this translation helpful? Give feedback.
-
|
Hello rcourtman thank you so much for your help, that worked great and i now can see all pods and deployments. One information that after enabeling proxmox (installting the agend on the first node) the k8s was gone. I tried with a fresh deployment and also the other way arround first installting the proxmox agent but still the same problem. After a redeploy (without any changes) now proxmox and kubernetes are working finde inside pulse. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
i have installed pulse in my local k8s cluster and installed the agent to the k8s master host but i only get information about the cluster and nodes but didn't get any pods or deployyments:
I also add the following commands to the agent "--kube-include-namespace all --kube-include-all-deployments --kube-include-all-pods" but nothing changes.
Also changing the log level to debug for the agent doesn't show any problems.
{"level":"info","version":"v5.0.2","pulse_url":"http://<INTERNAL-IP>","host_agent":true,"docker_agent":false,"kubernetes_agent":true,"proxmox_mode":false,"auto_update":true,"time":"2025-12-25T01:54:51+01:00","message":"Starting Pulse Unified Agent"} {"level":"info","component":"pulse-kubernetes-agent","cluster_id":"2<CLUSTER-ID>","cluster_name":"kubernetes-admin@kubernetes","server":"https://<HOST>:6443","context":"kubernetes-admin@kubernetes","time":"2025-12-25T02:11:04+01:00","message":"Kubernetes agent initialized"} {"level":"info","time":"2025-12-25T02:11:04+01:00","message":"Kubernetes agent module started"}Is there any idea of what I'm missing ?
Beta Was this translation helpful? Give feedback.
All reactions