Skip to content

Conversation

@nrb
Copy link
Contributor

@nrb nrb commented Aug 18, 2025

What type of PR is this?

/kind bug

What this PR does / why we need it:

Per kubernetes/kubernetes@3f07fc3,
the --short option on kubectl version has been removed for the 1.35 alpha,
which is being used by the conformance tests.

Calling this flag has caused nightly jobs to fail, because the nodes never proceed after getting an error about the missing argument. See this excerpt from a failed job's logs

Aug 18 12:41:38 ip-10-0-92-106 cloud-init[1178]: [2025-08-18 12:41:38] unpacking registry.k8s.io/kube-scheduler-amd64:v1.35.0-alpha.0.37_17d6c9c551f917 (sha256:8498a55462234612273fccff8289690dcc6aec66b8eda59f7a2fdb4637b6d366)...done
Aug 18 12:41:38 ip-10-0-92-106 cloud-init[1178]: [2025-08-18 12:41:38] registry.k8s.io/kube-scheduler:v1.35.0-alpha.0.37_17d6c9c551f917
Aug 18 12:41:38 ip-10-0-92-106 cloud-init[1178]: [2025-08-18 12:41:38] gcr.io/k8s-staging-ci-images/kube-scheduler:v1.35.0-alpha.0.37_17d6c9c551f917
Aug 18 12:41:38 ip-10-0-92-106 cloud-init[1178]: [2025-08-18 12:41:38] * checking binary versions
Aug 18 12:41:38 ip-10-0-92-106 cloud-init[1178]: [2025-08-18 12:41:38] ctr version:  Client:
Aug 18 12:41:38 ip-10-0-92-106 cloud-init[1178]: [2025-08-18 12:41:38]   Version:  v1.7.20
Aug 18 12:41:38 ip-10-0-92-106 cloud-init[1178]: [2025-08-18 12:41:38]   Revision: 8fc6bcff51318944179630522a095cc9dbf9f353
Aug 18 12:41:38 ip-10-0-92-106 cloud-init[1178]: [2025-08-18 12:41:38]   Go version: go1.21.12
Aug 18 12:41:38 ip-10-0-92-106 cloud-init[1178]: [2025-08-18 12:41:38]
Aug 18 12:41:38 ip-10-0-92-106 cloud-init[1178]: [2025-08-18 12:41:38] Server:
Aug 18 12:41:38 ip-10-0-92-106 cloud-init[1178]: [2025-08-18 12:41:38]   Version:  v1.7.20
Aug 18 12:41:38 ip-10-0-92-106 cloud-init[1178]: [2025-08-18 12:41:38]   Revision: 8fc6bcff51318944179630522a095cc9dbf9f353
Aug 18 12:41:38 ip-10-0-92-106 cloud-init[1178]: [2025-08-18 12:41:38]   UUID: 0c426acc-2884-4940-bc19-daf65ce4caee
Aug 18 12:41:38 ip-10-0-92-106 cloud-init[1178]: [2025-08-18 12:41:38] kubeadm version:  v1.35.0-alpha.0.37+17d6c9c551f917
Aug 18 12:41:38 ip-10-0-92-106 cloud-init[1178]: [2025-08-18 12:41:38] error: unknown flag: --short
Aug 18 12:41:38 ip-10-0-92-106 cloud-init[1178]: [2025-08-18 12:41:38] See 'kubectl version --help' for usage.
Aug 18 12:41:38 ip-10-0-92-106 cloud-init[1178]: [2025-08-18 12:41:38] kubectl version:
Aug 18 12:41:38 ip-10-0-92-106 cloud-init[1178]: [2025-08-18 12:41:38] kubelet version:  Kubernetes v1.35.0-alpha.0.37+17d6c9c551f917

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):

Special notes for your reviewer:

Checklist:

  • squashed commits
  • includes documentation
  • includes emoji in title
  • adds unit tests
  • adds or updates e2e tests

Release note:

NONE

Per kubernetes/kubernetes@3f07fc3,
the `--short` option on `kubectl version` has been removed for the 1.35 alpha,
which is being used by the conformance tests.

Signed-off-by: Nolan Brubaker <[email protected]>
@k8s-ci-robot k8s-ci-robot added release-note-none Denotes a PR that doesn't merit a release note. kind/bug Categorizes issue or PR as related to a bug. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-priority labels Aug 18, 2025
@k8s-ci-robot k8s-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Aug 18, 2025
@nrb
Copy link
Contributor Author

nrb commented Aug 18, 2025

/test pull-cluster-api-provider-aws-e2e-conformance

@nrb
Copy link
Contributor Author

nrb commented Aug 18, 2025

/assign @richardcase

@richardcase
Copy link
Member

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 19, 2025
@k8s-ci-robot
Copy link
Contributor

LGTM label has been added.

Git tree hash: ba1d16c71cd0b6d20e9baf1a89e80a0b0e259557

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: richardcase

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

The pull request process is described here

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 Aug 19, 2025
@k8s-ci-robot k8s-ci-robot merged commit f5a5ce4 into kubernetes-sigs:main Aug 19, 2025
32 checks passed
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. kind/bug Categorizes issue or PR as related to a bug. lgtm "Looks good to me", indicates that a PR is ready to be merged. needs-priority release-note-none Denotes a PR that doesn't merit a release note. 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