Merge pull request #136273 from neolit123/1.36-bump-create-job-timeout-to-1-minute

kubeadm: bump the CreatJob check timeout to 1 minute
This commit is contained in:
Kubernetes Prow Robot
2026-01-19 22:31:48 +05:30
committed by GitHub

View File

@@ -106,7 +106,7 @@ func createJob(client clientset.Interface, cfg *kubeadmapi.ClusterConfiguration,
const (
fieldSelector = "spec.unschedulable=false"
ns = metav1.NamespaceSystem
timeout = 15 * time.Second
timeout = 60 * time.Second
timeoutMargin = 5 * time.Second
)
var (