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

Research different ways of obtaining version and architecture information from cluster nodes #15

Open
pmalek opened this issue Jul 11, 2022 · 0 comments
Assignees

Comments

@pmalek
Copy link
Member

pmalek commented Jul 11, 2022

As of now the cluster version and architecture are gathered from the cluster using discovery's interface ServerVersion().

This only gets the information that is retrieved from the API. This wouldn't be accurate for heterogenous clusters with different versions of k8s, different architectures and/or in the middle of a cluster upgrade.

This might not be critical but will return inaccurate information which we don't want.

Initially brought up in the comment about a TODO: #12 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants