Skip to content

Fix upgrades to CI k8s versions#17864

Merged
k8s-ci-robot merged 1 commit intokubernetes:masterfrom
rifelpet:upgrade-ci
Jan 16, 2026
Merged

Fix upgrades to CI k8s versions#17864
k8s-ci-robot merged 1 commit intokubernetes:masterfrom
rifelpet:upgrade-ci

Conversation

@rifelpet
Copy link
Copy Markdown
Member

Attempting to fix this failure:

https://prow.k8s.io/view/gs/kubernetes-ci-logs/logs/e2e-kops-aws-upgrade-kstable-kolatest-to-kci-kolatest/2011919362616725504

The job successfully upgrades the control plane, but fails to run the update cluster logic for nodes:

W0115 22:21:19.370332 13770 executor.go:141] error running task "BootstrapScript/nodes-us-west-2a" (8s remaining to succeed): cannot determine hash for "https://dl.k8s.io/release/v1.36.0-alpha.0.664+fd41228d1ad1ce/bin/linux/amd64/kubelet" (have you specified a valid file location?)

The cluster spec has:

kubernetesVersion: https://storage.googleapis.com/k8s-release-dev/ci/v1.36.0-alpha.0.664+fd41228d1ad1ce

and the control plane Node statuses have:

kubeletVersion: v1.36.0-alpha.0.664+fd41228d1ad1ce

Kops was incorrectly overwriting the kubernetes version to use for assets, causing it to try to build a release dl.k8s.io URLs when it should be re-using the CI build URLs.

@k8s-ci-robot k8s-ci-robot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Jan 15, 2026
@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jan 16, 2026
@hakman
Copy link
Copy Markdown
Member

hakman commented Jan 16, 2026

/retest

@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: hakman

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jan 16, 2026
@hakman
Copy link
Copy Markdown
Member

hakman commented Jan 16, 2026

/override pull-kops-e2e-k8s-gce-cilium

@k8s-ci-robot
Copy link
Copy Markdown
Contributor

@hakman: Overrode contexts on behalf of hakman: pull-kops-e2e-k8s-gce-cilium

Details

In response to this:

/override pull-kops-e2e-k8s-gce-cilium

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.

@k8s-ci-robot k8s-ci-robot merged commit 1ef558b into kubernetes:master Jan 16, 2026
26 checks passed
@k8s-ci-robot k8s-ci-robot added this to the v1.36 milestone Jan 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants