Skip to content

[Question]: False positives in node problems #1461

Open
@runningman84

Description

@runningman84

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Proposed

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions