Replies: 1 comment
-
The current stance about addon management is summarized in https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/20220712-cluster-api-addon-orchestration.md TL;DR;
https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm is an example (but not the only one) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm wondering if there'd be any interest in providing templating of the resources defined in a CRS.
For example...
If the resources defined in the bootstrap-containers
ConfigMap
had something like${annotations.github-repository}
or${annotations.repository-path}
then somewhere around the point where the resources are being applied it could do a replace on the objects.The fields
annotations.X
and perhapslabels.X
would lookup on the annotations and labels applied to the Cluster object that the CRS applies to and insert those values into the cluster.This would be useful if you wanted to bootstrap a workload into a newly-provisioned cluster, but customise the processes slightly per-cluster?
Beta Was this translation helpful? Give feedback.
All reactions