Skip to content

Missing 1.33 k8s version from setup-envtest list #3200

@andriisoldatenko

Description

@andriisoldatenko

We use something recommended from docs:

ENVTEST_K8S_VERSION ?= $(shell go list -m -f "{{ .Version }}" k8s.io/api | awk -F'[v.]' '{printf "1.%d", $$3}')

which is currently 1.33 because k8s.io/api project most recent k8s version.

I can't find where we can see how to add/ missing version.

$ setup-envtest version
setup-envtest version: v0.0.0-20250407161039-6ad5c1dd4418

$ setup-envtest list
(available)  v1.32.0  darwin/arm64
(available)  v1.31.0  darwin/arm64
(available)  v1.30.3  darwin/arm64
(available)  v1.30.2  darwin/arm64

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions