Skip to content
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

Set minimum Kubernetes version in operator CSV #1823

Open
adambkaplan opened this issue Nov 2, 2023 · 4 comments
Open

Set minimum Kubernetes version in operator CSV #1823

adambkaplan opened this issue Nov 2, 2023 · 4 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@adambkaplan
Copy link

Feature request

Set the minimum Kubernetes version supported by the operator. API deprecations and additions may alter which version of Kubernetes the operator can deploy on.

Use case

  • Deploying the operator on Kubernetes versions that may no longer be supported by the upstream community
  • Ensuring the operator is not deployed on Kubernetes clusters that are missing required APIs.
@adambkaplan adambkaplan added the kind/feature Categorizes issue or PR as related to a new feature. label Nov 2, 2023
@adambkaplan
Copy link
Author

From validation warning in operatorhubio repo: k8s-operatorhub/community-operators#3484 (comment)

@jkandasa
Copy link
Member

jkandasa commented Nov 2, 2023

@vdemeester where can I get minimum kubernetes supported version of pipeline v0.50.x?
I do not see v0.50.x from the list here: https://github.com/tektoncd/pipeline#required-kubernetes-version

I think we have to use that version as minimum supported k8s version in operator, right?

@AlanGreene
Copy link
Member

Starting from the v0.45.x release of Tekton: Kubernetes version 1.24 or later
Starting from the v0.51.x release of Tekton: Kubernetes version 1.25 or later

'Starting from' is the key piece here, this list only shows the releases where the minimum Kubernetes version changed.

Since v0.50.x falls between these two, the minimum supported version would be 1.24

@jkandasa
Copy link
Member

Thanks @AlanGreene !!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

3 participants