Docs(installation): Update Kubernetes version compatibility to v1.31 #1383
+1
−1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 tov1.31
.The line
- Kubernetes cluster >= v1.19 && <= v1.29
has been changed to- Kubernetes cluster >= v1.19 && <= v1.31
.I have:
sidebar.js
if adding a new page. (Not applicable, existing page modified)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.