Runs on the hub cluster and configures the installation of addon agents for each managed cluster.
The addon manager is a Kubernetes controller in the hub cluster that configures the installation of addon agents for each managed cluster. It applies manifests to managed clusters via the ManifestWork API and can optionally handle lifecycle management of CSRs and RBAC permissions for addon agents.
OCM Add-ons provide a clear framework that allows developers to easily add their software to OCM and make it multicluster aware. Add-ons are simple to write and are fully documented and maintained according to specifications in the addon-framework repository.
For more details, visit the OCM Add-on documentation.