You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/next/modules/en/pages/overview/features.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ This section describes features and feature stages in {product_name}.
22
22
|===
23
23
24
24
=== Add-on Provider for Fleet
25
-
This feature installs Cluster API Add-on Provider for Fleet (CAAPF) to provide integration with link:https://github.com/rancher/fleet[Fleet] and enable the easy deployment of applications to CAPI provisioned clusters. CAAPF automatically installs Fleet in the management cluster and registers newly provisioned CAPI clusters with Fleet, so that applications can be deployed to these clusters via GitOps, `Bundle` or `HelmApp` resources. CAAPF also includes support for grouping CAPI clusters that reference the same ClusterClass through Fleet's ClusterGroup, essentially simplifying application deployments to large groups of clusters. This feature is in GA stage and enabled by default.
25
+
This feature installs Cluster API Add-on Provider for Fleet (CAAPF) to provide integration with link:https://github.com/rancher/fleet[Fleet] and enable the easy deployment of applications to CAPI provisioned clusters. CAAPF automatically installs Fleet in the management cluster and registers newly provisioned CAPI clusters with Fleet, so that applications can be deployed to these clusters via GitOps, `Bundle` or `HelmOp` resources. CAAPF also includes support for grouping CAPI clusters that reference the same ClusterClass through Fleet's ClusterGroup, essentially simplifying application deployments to large groups of clusters. This feature is in GA stage and enabled by default.
26
26
27
27
=== Agent TLS Mode
28
28
This feature gate is used to instruct Turtles on whether it should follow Rancher's `agent-tls-mode` setting, when retrieving cluster registration manifests for importing clusters. When enabled, Turtles will lookup the value of Rancher's `agent-tls-mode` setting to determine whether it has been set to `system-store` or `strict`. If set to `system-store`, Turtles will trust any certificate generated by a public Certificate Authority contained in the operating system's trust store, including those signed by authorities such as Let's Encrypt. If set to `strict`, Turtles will only trust certificates generated by the Certificate Authority contained in Rancher's `cacerts` setting. When this setting is disabled, Turtles will fallback to work in `system-store` mode. This feature is in beta stage and enabled by default.
Copy file name to clipboardExpand all lines: docs/next/modules/en/pages/tutorials/quickstart.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Before you can install {product_name}, you need to have the following components
23
23
| Follow the official https://helm.sh/docs/intro/install[installation docs]
24
24
25
25
| Rancher
26
-
| `v2.11.0`
26
+
| `v2.12.0`
27
27
| Install using https://ranchermanager.docs.rancher.com/pages-for-subheaders/install-upgrade-on-a-kubernetes-cluster#install-the-rancher-helm-chart[Helm] on any Kubernetes cluster, whether self-hosted or on a managed service from https://ranchermanager.docs.rancher.com/getting-started/installation-and-upgrade/install-upgrade-on-a-kubernetes-cluster/rancher-on-amazon-eks[Amazon], https://ranchermanager.docs.rancher.com/getting-started/installation-and-upgrade/install-upgrade-on-a-kubernetes-cluster/rancher-on-aks[Azure], or https://ranchermanager.docs.rancher.com/getting-started/installation-and-upgrade/install-upgrade-on-a-kubernetes-cluster/rancher-on-gke[Google].
Copy file name to clipboardExpand all lines: docs/next/modules/en/pages/user/clusterclass.adoc
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -410,7 +410,7 @@ spec:
410
410
411
411
[WARNING]
412
412
====
413
-
Examples using `HelmApps` need at least Rancher `v2.11`, or otherwise Fleet `v0.12` or higher.
413
+
The experimental `HelmApp` CRD introduced in Rancher `v2.11` has been renamed to `HelmOp` in Rancher `v2.12`.
414
414
====
415
415
416
416
[tabs]
@@ -448,7 +448,7 @@ For this example we are also going to install https://docs.tigera.io/calico/late
448
448
+
449
449
We can do this automatically at Cluster creation using the https://rancher.github.io/cluster-api-addon-provider-fleet/[Cluster API Add-on Provider Fleet]. +
450
450
This Add-on provider is installed by default with {product_name}. +
451
-
Two `HelmApps` need to be created first, to be applied on the new Cluster via label selectors. +
451
+
Two `HelmOps` need to be created first, to be applied on the new Cluster via label selectors. +
452
452
+
453
453
[source,bash]
454
454
----
@@ -595,7 +595,7 @@ For this example we are also going to install https://docs.tigera.io/calico/late
595
595
+
596
596
We can do this automatically at Cluster creation using the https://rancher.github.io/cluster-api-addon-provider-fleet/[Cluster API Add-on Provider Fleet]. +
597
597
This Add-on provider is installed by default with {product_name}. +
598
-
Two `HelmApps` need to be created first, to be applied on the new Cluster via label selectors. +
598
+
Two `HelmOps` need to be created first, to be applied on the new Cluster via label selectors. +
We can do this automatically at Cluster creation using the https://rancher.github.io/cluster-api-addon-provider-fleet/[Cluster API Add-on Provider Fleet]. +
679
679
This Add-on provider is installed by default with {product_name}. +
680
-
The `HelmApps` need to be created first, to be applied on the new Cluster via label selectors. This will take care of deploying Calico, the EBS CSI Driver, and the AWS Cloud Controller Manager in the workload cluster. +
680
+
The `HelmOps` need to be created first, to be applied on the new Cluster via label selectors. This will take care of deploying Calico, the EBS CSI Driver, and the AWS Cloud Controller Manager in the workload cluster. +
We can do this automatically at Cluster creation using the https://rancher.github.io/cluster-api-addon-provider-fleet/[Cluster API Add-on Provider Fleet]. +
770
770
This Add-on provider is installed by default with {product_name}. +
771
-
The `HelmApps` need to be created first, to be applied on the new Cluster via label selectors. This will take care of deploying Calico, the EBS CSI Driver, and the AWS Cloud Controller Manager in the workload cluster. +
771
+
The `HelmOps` need to be created first, to be applied on the new Cluster via label selectors. This will take care of deploying Calico, the EBS CSI Driver, and the AWS Cloud Controller Manager in the workload cluster. +
We can do this automatically at Cluster creation using a combination of https://rancher.github.io/cluster-api-addon-provider-fleet/[Cluster API Add-on Provider Fleet] and https://fleet.rancher.io/bundle-add[Fleet Bundle]. +
864
864
The Add-on provider is installed by default with {product_name}. +
865
-
The `HelmApps` need to be created first, to be applied on the new Cluster via label selectors. This will take care of deploying Calico. +
865
+
The `HelmOps` need to be created first, to be applied on the new Cluster via label selectors. This will take care of deploying Calico. +
We can do this automatically at Cluster creation using the https://rancher.github.io/cluster-api-addon-provider-fleet/[Cluster API Add-on Provider Fleet]. +
956
956
This Add-on provider is installed by default with {product_name}. +
957
-
Two `HelmApps` need to be created first, to be applied on the new Cluster via label selectors. +
957
+
Two `HelmOps` need to be created first, to be applied on the new Cluster via label selectors. +
We can do this automatically at Cluster creation using the https://rancher.github.io/cluster-api-addon-provider-fleet/[Cluster API Add-on Provider Fleet]. +
1027
1027
This Add-on provider is installed by default with {product_name}. +
1028
-
Two `HelmApps` need to be created first, to be applied on the new Cluster via label selectors. +
1028
+
Two `HelmOps` need to be created first, to be applied on the new Cluster via label selectors. +
1029
1029
+
1030
1030
[source,bash]
1031
1031
----
@@ -1110,7 +1110,7 @@ Finally, for this example we are going to install https://docs.tigera.io/calico/
1110
1110
+
1111
1111
We can install all applications automatically at Cluster creation using the https://rancher.github.io/cluster-api-addon-provider-fleet/[Cluster API Add-on Provider Fleet]. +
1112
1112
This Add-on provider is installed by default with {product_name}. +
1113
-
Two `HelmApps` need to be created first, to be applied on the new Cluster via label selectors. +
1113
+
Two `HelmOps` need to be created first, to be applied on the new Cluster via label selectors. +
1114
1114
+
1115
1115
[source,bash]
1116
1116
----
@@ -1288,7 +1288,7 @@ Finally, for this example we are going to install https://docs.tigera.io/calico/
1288
1288
+
1289
1289
We can install all applications automatically at Cluster creation using the https://rancher.github.io/cluster-api-addon-provider-fleet/[Cluster API Add-on Provider Fleet]. +
1290
1290
This Add-on provider is installed by default with {product_name}. +
1291
-
Two `HelmApps` need to be created first, to be applied on the new Cluster via label selectors. +
1291
+
Two `HelmOps` need to be created first, to be applied on the new Cluster via label selectors. +
0 commit comments