k3s node Condition EtcdIsVoter
Status: True is Normal Considtion but reported as an error.
#1166
Closed
3 of 4 tasks
Checklist
Affected Components
K8sGPT Version
k8sgpt: 0.3.37 (3f80bba)
Kubernetes Version
k3s v1.29.5+k3s1
Host OS and its Version
Ubuntu 22.04.4
Steps to reproduce
Standard k3s installation. Control-Plane nodes include a status if they are a voting etcd member or a learning member.
Above is normal, not an error condition. Both
True
orFalse
are normal conditions.Expected behaviour
Nodes with condition
EtcdIsVoter
should not be reported as an error. This is normal and expected condition for K3s control-plane nodes.It appears k8sgpt is making assumptions about node status conditions it might not be expecting. Ideally it can be made aware of this as a normal condition, at worst perhaps unexpected conditions should be presented as a warning not an error?
Actual behaviour
Nodes with condition
EtcdIsVoter
is reported as an error.Additional Information
EtcdIsVoter
can be either True or False, neither condition is to be considered an error condition. It is simply a status if the node is an etcd voting member or a learning member.The text was updated successfully, but these errors were encountered: