Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#642 from kannon92/fully-label-name
Browse files Browse the repository at this point in the history
drop job-name from labels as it is not used
  • Loading branch information
k8s-ci-robot authored Aug 12, 2024
2 parents a7eba1c + 2da9288 commit 71194ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/jobset/v1alpha2/jobset_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ const (
ReplicatedJobNameKey string = "jobset.sigs.k8s.io/replicatedjob-name"
JobIndexKey string = "jobset.sigs.k8s.io/job-index"
JobKey string = "jobset.sigs.k8s.io/job-key"
JobNameKey string = "job-name" // TODO(#26): Migrate to the fully qualified label name.
// ExclusiveKey is an annotation that can be set on the JobSet or on a ReplicatedJob template.
// If set at the JobSet level, all child jobs from all ReplicatedJobs will be scheduled using exclusive
// job placement per topology group (defined as the label value).
Expand Down

0 comments on commit 71194ca

Please sign in to comment.