Skip to content
New issue

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

Additional node information #77

Closed
lippserd opened this issue May 17, 2024 · 1 comment
Closed

Additional node information #77

lippserd opened this issue May 17, 2024 · 1 comment
Milestone

Comments

@lippserd
Copy link
Member

kubectl describe node <node> shows additional node information that we don't yet have, e.g.

...
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.

@lippserd lippserd added this to the 0.2.0 milestone Jun 4, 2024
@lippserd
Copy link
Member Author

lippserd commented Jun 4, 2024

Implemented via #79 + Icinga/icinga-kubernetes-web#41.

@lippserd lippserd closed this as completed Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant