-
Notifications
You must be signed in to change notification settings - Fork 40.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kube-up can't create Windows nodes because NODE_BINARY_TAR_URL is empty #130203
Comments
This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Taking a deeper look into the kubetest up logs: Good run
Bad run
I don't see this line printed anymore:
Maybe the binary build process changed? |
In one of the latest kubernetes CI builds at 2025-02-16 14:49:41 +0000 UTC I see the windows/amd64 target built. |
I found some env vars in the good run that aren't in the bad run. This env var was set through the Prow preset Next: partially undo the PR keeping the presets alive but not setting any new CI jobs. |
Fixed with kubernetes/test-infra#34338 and kubernetes/test-infra#34370. |
Which jobs are failing?
The out of tree SIG Storage project CSI Proxy relies on kube-up and some env vars to create a GCE Windows node on GCP. The job is triggered on every pull request on CSI Proxy like in kubernetes-csi/csi-proxy#369, unfortunately the job is not triggered periodically to find out the commit in k/k that could explain why.
Which tests are failing?
https://prow.k8s.io/view/gs/kubernetes-ci-logs/pr-logs/pull/kubernetes-csi_csi-proxy/369/pull-kubernetes-csi-csi-proxy-integration/1889120572684636160
Since when has it been failing?
From the history of recent runs https://prow.k8s.io/job-history/gs/kubernetes-ci-logs/pr-logs/directory/pull-kubernetes-csi-csi-proxy-integration, approximately after January 7 2025,
Testgrid link
N/A (not a CI job)
Reason for failure (if possible)
The serial logs of the Windows node show:
Which points to
kubernetes/cluster/gce/windows/k8s-node-setup.psm1
Lines 382 to 383 in edc1fd2
The env var
NODE_BINARY_TAR_URL
is emptyIn the last successful run, the variable was not empty:
Anything else we need to know?
No response
Relevant SIG(s)
/sig storage
/sig node
The text was updated successfully, but these errors were encountered: