Skip to content

Conversation

AshvinBambhaniya2003
Copy link

@AshvinBambhaniya2003 AshvinBambhaniya2003 commented Sep 25, 2025

Description

This Pull Request updates the Kubernetes version compatibility information in the installation guide (docs/installation/kubernetes.mdx).

Previously, the documentation stated that KubeVela supports Kubernetes clusters up to v1.29. This PR updates that information to reflect that KubeVela now supports Kubernetes clusters up to v1.31.

The line - Kubernetes cluster >= v1.19 && <= v1.29 has been changed to - Kubernetes cluster >= v1.19 && <= v1.31.

I have:

  • Read and followed KubeVela's contribution process.
  • Update sidebar.js if adding a new page. (Not applicable, existing page modified)
  • Run yarn start to ensure the changes has taken effect.

Related Issue

Special notes for your reviewer

Please verify that the updated Kubernetes version compatibility (v1.19 && <= v1.31) accurately reflects the current support for KubeVela.


Summary by cubic

Updated the installation guide to reflect Kubernetes support through v1.31. Replaces ">= v1.19 && <= v1.29" with ">= v1.19 && <= v1.31" in docs/installation/kubernetes.mdx.

Update the Kubernetes version compatibility range in the installation
guide (`docs/installation/kubernetes.mdx`). The upper bound for
supported Kubernetes clusters has been extended from v1.29 to v1.31.

Signed-off-by: Ashvin Bambhaniya <[email protected]>
Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 1 file

@vaibhav0096
Copy link

Looks Good

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.

Docs: Update Kubernetes version compatibility in installation guide
3 participants