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
More detailed usage of add-on install strategy and rollout strategy refer to the [Add-on lifecycle management](https://open-cluster-management.io/docs/getting-started/installation/addon-management/#add-on-lifecycle-management).
942
865
943
866
Add-on developers can use addon-framework v0.9.3 and the above versions
944
867
to support the scenarios mentioned above.
@@ -1505,3 +1428,7 @@ namespace, and mount the configmap to the addon agent deployments and daemonsets
1505
1428
`CA_BUNDLE_FILE_PATH`to the file path of the mounted ca bundle. If the addon needs to support the `caBundle` for the
1506
1429
`proxyConfig`, the **addon developer should get the ca bundle from the environment variable** `CA_BUNDLE_FILE_PATH`
1507
1430
to make the agent work with the proxy.
1431
+
1432
+
### Add-on template configurations
1433
+
1434
+
[Add-on configurations](https://open-cluster-management.io/docs/getting-started/installation/addon-management/#add-on-configurations) provides examples of how to configure add-on templates for different use cases.
- To apply the configuration to a specific set of clusters, see [Placement](https://open-cluster-management.io/docs/concepts/content-placement/placement/) for more options.
305
+
306
+
- To apply the configuration to a single specific cluster, see the next section [Configurations per cluster](#configurations-per-cluster).
307
+
258
308
### Configurations per cluster
259
309
260
310
In `ManagedClusterAddOn`, `spec.configs` is a list of add-on configurations.
@@ -264,7 +314,7 @@ It will override the [Default configurations](#default-configurations) and
264
314
[Configurations per install strategy](#configurations-per-install-strategy) defined
265
315
in `ClusterManagementAddOn` by group and resource.
266
316
267
-
In the below example, add-on on cluster1 will use "cluster1-deploy-config" and "cluster1-example-config".
317
+
In the below example, add-on on cluster1 will use "cluster1-deploy-config" and "cluster1-addon-template".
0 commit comments