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

Update kube version in Windows helm charts #6497

Closed

Conversation

luolanzone
Copy link
Contributor

Change the minimal K8s version to v1.19 to make it consistent with Linux charts.
Otherwise, it may lead following errors when the helm tool is built with default K8s version from client-go.

b'Error: chart requires kubeVersion: >= 1.22.0-0 which is incompatible with Kubernetes v1.20.0'

Signed-off-by: Lan Luo <luola@vmware.com>
@luolanzone luolanzone requested review from tnqn and xliuxu July 1, 2024 07:17
@@ -5,7 +5,7 @@ displayName: Antrea
home: https://antrea.io/
version: 0.0.0
appVersion: latest
kubeVersion: ">= 1.22.0-0"
kubeVersion: ">= 1.19.0-0"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was there any reason why it was set to >=1.22.0 in the first place?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good question, I checked the history and found out it's actually a specific requirement for Windows because of host process feature is supported since v1.122: #6360 (comment)
Let me close this PR. A following question is about the minimal K8s version for Antrea, should we update the v1.19 to v1.22 because of Windows?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should mention the minimal versions for linux and windows separately.

@luolanzone luolanzone closed this Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants