We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
kubectl describe node <node> shows additional node information that we don't yet have, e.g.
kubectl describe node <node>
... Roles: control-plane ... System Info: Machine ID: 4ec039c18a394812b36d3c9f5210be7e System UUID: e866431f-0000-0000-8db5-d62e59446bd6 Boot ID: 6f0306c0-cfdc-4cdc-94a7-fa4e760a8e24 Kernel Version: 5.10.207 OS Image: Buildroot 2023.02.9 Operating System: linux Architecture: amd64 Container Runtime Version: docker://26.0.1 Kubelet Version: v1.30.0 Kube-Proxy Version: v1.30.0
Roles can be extracted from labels, i.e. node-role.kubernetes.io/control-plane and system info can be obtained from Node.Status.NodeInfo.
node-role.kubernetes.io/control-plane
Node.Status.NodeInfo
The text was updated successfully, but these errors were encountered:
Implemented via #79 + Icinga/icinga-kubernetes-web#41.
Sorry, something went wrong.
No branches or pull requests
kubectl describe node <node>
shows additional node information that we don't yet have, e.g.Roles can be extracted from labels, i.e.
node-role.kubernetes.io/control-plane
and system info can be obtained fromNode.Status.NodeInfo
.The text was updated successfully, but these errors were encountered: