Skip to content

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

@EItanya

Description

@EItanya

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions