This commit is contained in:
Frikky
2024-05-31 15:14:23 +02:00
parent e216dfd6c6
commit f2d99c6091
-1
View File
@@ -677,7 +677,6 @@ func deployWorker(image string, identifier string, env []string, executionReques
env = append(env, fmt.Sprintf("KUBERNETES_SERVICE_PORT=%s", os.Getenv("KUBERNETES_SERVICE_PORT")))
}
clientset, _, err := shuffle.GetKubernetesClient()
if err != nil {
log.Printf("[ERROR] Error getting kubernetes client:", err)