Skip to content

Commit 6303c42

Browse files
authored
doc: Add 1.33 WatchList feature gate warning for CAAPF (#385)
Signed-off-by: Andrea Mazzotti <[email protected]>
1 parent ecad25a commit 6303c42

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed

docs/next/modules/en/pages/user/caapf.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ Cluster API Add-on Provider for `Fleet` (CAAPF) is a Cluster API (CAPI) provider
99
For more information about the provider, please refer to https://rancher.github.io/cluster-api-addon-provider-fleet/[CAAPF book].
1010
====
1111

12+
[WARNING]
13+
====
14+
CAAPF depends on the `WatchList` Kubernetes feature gate. This feature needs to be explicitly enabled on Kubernetes `1.33` versions. See link:https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/[docs].
15+
====
16+
1217
== Functionality
1318

1419
* The provider will register a newly provisioned CAPI cluster with `Fleet` by creating a `Fleet` `Cluster` instance with the same `name` and `namespace`. Applications can be automatically deployed to the created cluster using `GitOps`.

docs/next/modules/en/pages/user/clusterclass.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,11 @@ In order to migrate to Rancher `v2.12` and `HelmOps`, you need to take the follo
421421
Following these steps is necessary to guarantee the downstream Clusters will not be affected during the `HelmApp` conversion.
422422
====
423423

424+
[WARNING]
425+
====
426+
Examples using the Fleet Add-on Provider CAAPF depend on the `WatchList` Kubernetes feature gate. This feature needs to be explicitly enabled on Kubernetes `1.33` versions. See link:https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/[docs].
427+
====
428+
424429
[tabs]
425430
======
426431

docs/v0.24/modules/en/pages/user/caapf.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ Cluster API Add-on Provider for `Fleet` (CAAPF) is a Cluster API (CAPI) provider
99
For more information about the provider, please refer to https://rancher.github.io/cluster-api-addon-provider-fleet/[CAAPF book].
1010
====
1111

12+
[WARNING]
13+
====
14+
CAAPF depends on the `WatchList` Kubernetes feature gate. This feature needs to be explicitly enabled on Kubernetes `1.33` versions. See link:https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/[docs].
15+
====
16+
1217
== Functionality
1318

1419
* The provider will register a newly provisioned CAPI cluster with `Fleet` by creating a `Fleet` `Cluster` instance with the same `name` and `namespace`. Applications can be automatically deployed to the created cluster using `GitOps`.

docs/v0.24/modules/en/pages/user/clusterclass.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,11 @@ In order to migrate to Rancher `v2.12` and `HelmOps`, you need to take the follo
421421
Following these steps is necessary to guarantee the downstream Clusters will not be affected during the `HelmApp` conversion.
422422
====
423423

424+
[WARNING]
425+
====
426+
Examples using the Fleet Add-on Provider CAAPF depend on the `WatchList` Kubernetes feature gate. This feature needs to be explicitly enabled on Kubernetes `1.33` versions. See link:https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/[docs].
427+
====
428+
424429
[tabs]
425430
======
426431

0 commit comments

Comments
 (0)