#1461·k8sgpt

[Question]: False positives in node problems

Author: runningman84Created Apr 15, 2025Updated Aug 20, 2026
Labelsbuggood first issuequestionbackendcritical

Checklist

  • I've searched for similar issues and couldn't find anything matching
  • I've included steps to reproduce the behavior

Affected Components

  • K8sGPT (CLI)
  • K8sGPT Operator

K8sGPT Version

0.4.10

Kubernetes Version

v.1.32.0

Host OS and its Version

eks

Steps to reproduce

run k8sgpt analyze

Expected behaviour

No errors if all conditions are healthy. But the tool complains about nodes where all things are healthy...

Actual behaviour

─ k8sgpt analyze
AI Provider: AI not used; --explain not set

0: Node ip-10-18-202-52.eu-central-1.compute.internal()

  • Error: ip-10-18-202-52.eu-central-1.compute.internal has condition of type ContainerRuntimeReady, reason ContainerRuntimeIsReady: Monitoring for the ContainerRuntime system is active
  • Error: ip-10-18-202-52.eu-central-1.compute.internal has condition of type StorageReady, reason DiskIsReady: Monitoring for the Disk system is active
  • Error: ip-10-18-202-52.eu-central-1.compute.internal has condition of type NetworkingReady, reason NetworkingIsReady: Monitoring for the Networking system is active
  • Error: ip-10-18-202-52.eu-central-1.compute.internal has condition of type KernelReady, reason KernelIsReady: Monitoring for the Kernel system is active

1: Node ip-10-18-203-185.eu-central-1.compute.internal()

  • Error: ip-10-18-203-185.eu-central-1.compute.internal has condition of type KernelReady, reason KernelIsReady: Monitoring for the Kernel system is active
  • Error: ip-10-18-203-185.eu-central-1.compute.internal has condition of type ContainerRuntimeReady, reason ContainerRuntimeIsReady: Monitoring for the ContainerRuntime system is active
  • Error: ip-10-18-203-185.eu-central-1.compute.internal has condition of type StorageReady, reason DiskIsReady: Monitoring for the Disk system is active
  • Error: ip-10-18-203-185.eu-central-1.compute.internal has condition of type NetworkingReady, reason NetworkingIsReady: Monitoring for the Networking system is active

2: Node ip-10-18-204-105.eu-central-1.compute.internal()

  • Error: ip-10-18-204-105.eu-central-1.compute.internal has condition of type ContainerRuntimeReady, reason ContainerRuntimeIsReady: Monitoring for the ContainerRuntime system is active
  • Error: ip-10-18-204-105.eu-central-1.compute.internal has condition of type StorageReady, reason DiskIsReady: Monitoring for the Disk system is active
  • Error: ip-10-18-204-105.eu-central-1.compute.internal has condition of type NetworkingReady, reason NetworkingIsReady: Monitoring for the Networking system is active
  • Error: ip-10-18-204-105.eu-central-1.compute.internal has condition of type KernelReady, reason KernelIsReady: Monitoring for the Kernel system is active

Additional Information

No response