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

Account for removal of ClusterName metadata field in Kubernetes 1.24 #362

Open
EItanya opened this issue Aug 8, 2022 · 0 comments
Open

Comments

@EItanya
Copy link
Member

EItanya commented Aug 8, 2022

In kubernetes 1.24, the metadata field ClusterName has officially begun the deprecation process. What this means in practice is that the GetClusterName() function is no longer available on the ObjectMeta struct. This is very bad for one core reason. In skv2 we have an interface called ClusterResourceId which can be found here This interface is used in myriads of places across solo repositories, including Kubernetes objects.

We will need to figure out how to set and get ClusterName on kubernetes objects without this field going forward

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