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: fleetconfig-controller/charts/fleetconfig-controller/README.md
+16-9Lines changed: 16 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,12 +30,12 @@ Available Spoke Feature Gates:
30
30
-**RawFeedbackJsonString** (ALPHA - default=false) - Enables raw feedback JSON string support
31
31
-**V1beta1CSRAPICompatibility** (ALPHA - default=false) - Enables v1beta1 CSR API compatibility
32
32
### Registration Authentication Configuration
33
-
Registration authentication configuration for multicluster setup. authentication can be configured by uncommenting `multicluster.registrationAuth`
33
+
Registration authentication configuration for FleetConfig setup. authentication can be configured by uncommenting `fleetConfig.registrationAuth`
34
34
Optional Configuration for the Registration Authentication. If not provided, will default to using certificate signing requests (CSR).
35
-
For EKS multicluster configurations, set the driver to "awsirsa" to use AWS IAM Roles for Service Accounts.
35
+
For EKS FleetConfigs, set the driver to "awsirsa" to use AWS IAM Roles for Service Accounts.
36
36
Available fields:
37
-
-**driver**: The authentication driver to use (default: "csr"). Set to "awsirsa" for EKS multicluster.
38
-
-**hubClusterARN**: The ARN of the hub cluster (required for EKS multicluster).
37
+
-**driver**: The authentication driver to use (default: "csr"). Set to "awsirsa" for EKS FleetConfigs.
38
+
-**hubClusterARN**: The ARN of the hub cluster (required for EKS FleetConfigs).
39
39
-**autoApprovedARNPatterns**: Optional list of spoke cluster ARN patterns that the hub will auto approve.
40
40
### Hub Cluster Manager Feature Gates
41
41
Feature gates for the Hub's Cluster Manager. Do not disable the feature gates that are enabled by default.
@@ -83,7 +83,6 @@ Refer to the [Multicluster Controlplane configuration](https://github.com/open-c
83
83
|`fleetConfig.hub.kubeconfig.inCluster`| If set, the kubeconfig will be read from the cluster. Only applicable for same-cluster operations. |`true`|
84
84
|`fleetConfig.spokes[0].name`| Name of the spoke cluster. |`hub-as-spoke`|
85
85
|`fleetConfig.spokes[0].createNamespace`| If true, create open-cluster-management namespace and agent namespace (open-cluster-management-agent for Default mode, <klusterlet-name> for Hosted mode), otherwise use existing one. Do not edit this name if you are using the default hub-as-spoke mode. |`true`|
86
-
|`fleetConfig.spokes[0].createNamespace`| If true, create open-cluster-management namespace and agent namespace (open-cluster-management-agent for Default mode, |`true`|
87
86
|`fleetConfig.spokes[0].syncLabels`| If true, sync the labels from klusterlet to all agent resources. |`false`|
88
87
|`fleetConfig.spokes[0].kubeconfig.context`| The context to use in the kubeconfig file. Leave empty to use the current context. |`""`|
89
88
|`fleetConfig.spokes[0].kubeconfig.inCluster`| If set, the kubeconfig will be read from the cluster. Only applicable for same-cluster operations. |`true`|
@@ -122,10 +121,18 @@ Refer to the [Multicluster Controlplane configuration](https://github.com/open-c
0 commit comments