Merge branch 'Shuffle:nightly' into nightly

This commit is contained in:
Hari Krishna
2026-02-09 21:26:44 +05:30
committed by GitHub
30 changed files with 3461 additions and 598 deletions
+1
View File
@@ -1159,6 +1159,7 @@ func fixk8sRoles() {
}
}
// TODO: Check if deployment or service already exist by labels and only create if not already exists
func deployK8sWorker(image string, identifier string, env []string) error {
env = append(env, fmt.Sprintf("IS_KUBERNETES=true"))
env = append(env, fmt.Sprintf("KUBERNETES_NAMESPACE=%s", os.Getenv("KUBERNETES_NAMESPACE")))