You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 12, 2023. It is now read-only.
It is common practice in k8s to add a domain to the label name. This should reduce the chances of collision with user-defined labels. Then, the labels should go from:
replica-index to kubeflow.org/replica-index
replica-type to kubeflow.org/replica-type
replica-group to kubeflow.org/replica-group (although we could take the chance to rename this to kubeflow.org/operator-name with possible values tf-operator, mpi-operator and so on)
job-name to kubeflow.org/job-name
job-role to kubeflow.org/job-role (how does this differ from replica-type?)
This should enhance visibility and make it easier for cluster administrators to track the usage of operators in the cluster.
The way we can implement this is to start adding both existent and new labels to newly created pods, and change the have something like this in the constants.go file: