Skip to content

Commit cf92c6d

Browse files
authored
Discontinue the usage of LauncherGeneratedBy label (#365)
Signed-off-by: Jun Duan <jun.duan.phd@outlook.com>
1 parent f8713af commit cf92c6d

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

pkg/controller/common/interface.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ const (
2222
ComponentLabelKey = "app.kubernetes.io/component"
2323
LauncherComponentLabelValue = "launcher"
2424

25-
LauncherGeneratedByLabelKey = "dual-pods.llm-d.ai/generated-by"
26-
LauncherGeneratedByLabelValue = "launcher-populator"
27-
2825
LauncherConfigNameLabelKey = "dual-pods.llm-d.ai/launcher-config-name"
2926

3027
NodeNameLabelKey = "dual-pods.llm-d.ai/node-name"

pkg/controller/utils/pod-helper.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ func BuildLauncherPodFromTemplate(template corev1.PodTemplateSpec, ns, nodeName,
153153
pod.Labels = make(map[string]string)
154154
}
155155
pod.Labels[common.ComponentLabelKey] = common.LauncherComponentLabelValue
156-
pod.Labels[common.LauncherGeneratedByLabelKey] = common.LauncherGeneratedByLabelValue
157156
pod.Labels[common.LauncherConfigNameLabelKey] = launcherConfigName
158157
pod.Labels[common.NodeNameLabelKey] = nodeName
159158
pod.Labels[api.SleepingLabelName] = "false"

0 commit comments

Comments
 (0)