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

[release-1.9] 📖 book: fix versions.md for v1.32 #11577

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/book/src/reference/versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ The Core Provider also talks to API server of every Workload Cluster. Therefore,
| Kubernetes v1.29 + kubeadm/v1beta3 | ✓ >= v1.6.1 | ✓ | ✓ | ✓ |
| Kubernetes v1.30 + kubeadm/v1beta3 | | ✓ >= v1.7.1 | ✓ | ✓ |
| Kubernetes v1.31 + kubeadm/v1beta4 | | | ✓ >= v1.8.1 | ✓ |
| Kubernetes v1.31 + kubeadm/v1beta4 | | | | ✓ >= v1.9.1 |
| Kubernetes v1.32 + kubeadm/v1beta4 | | | | ✓ >= v1.9.1 |

The Kubeadm Bootstrap Provider generates kubeadm configuration using the API version recommended for the target Kubernetes version.

Expand All @@ -126,7 +126,7 @@ The Kubeadm Bootstrap Provider generates kubeadm configuration using the API ver
| Kubernetes v1.29 + etcd/v3 | ✓ >= v1.6.1 | ✓ | ✓ | ✓ |
| Kubernetes v1.30 + etcd/v3 | | ✓ >= v1.7.1 | ✓ | ✓ |
| Kubernetes v1.31 + etcd/v3 | | | ✓ >= v1.8.1 | ✓ |
| Kubernetes v1.31 + etcd/v3 | | | | ✓ >= v1.9.1 |
| Kubernetes v1.32 + etcd/v3 | | | | ✓ >= v1.9.1 |

The Kubeadm Control Plane Provider talks to the API server and etcd members of every Workload Cluster whose control plane it owns. It uses the etcd v3 API.

Expand Down
Loading