Set minimum Kubernetes version in operator CSV
Open
Nobody has claimed this yet.
kind/feature
- Dominant language
- Go
- Stars
- 608
- Forks
- 263
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 125
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the operator CSV and the existing mechanism for declaring Kubernetes requirements. Define the minimum supported Kubernetes version there, then verify that the CSV prevents installation on older clusters or clusters missing required APIs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, kubernetes
- Domain
- devops, infrastructure
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100