GitOps Deployment of ClusterAPI #5501
-
Hey all, we're just setting up our first ClusterAPI installation and were wondering if there's a way to install ClusterAPI w/o using the clusterctl cmdline utility as we're using GitOps pretty much everywhere. While it's certainly not a showstopper it would make us really happy to manage the ClusterAPI deployment directly from git... |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
So from my experimentation (w/ the AWS infrastructure provider) I can tell the following: The output of the only issue I had to work around is the secret containing the AWS credentials. I'm using kustomize to apply a post-processing patch to the infrastructure manifests which removes the AWS credentials secret. they can then be provided by a suitable secrets management mechanism (e.g. SealedSecrets) from the outside. |
Beta Was this translation helpful? Give feedback.
-
Here's a blog post by AWS, I'm hoping to test it out: |
Beta Was this translation helpful? Give feedback.
-
This use case could be solved by the Cluster API Operator project which is currently in development. |
Beta Was this translation helpful? Give feedback.
-
There are ways to use cluster API with git ops (w/o clusterctl), and we have several community members doing this. |
Beta Was this translation helpful? Give feedback.
There are ways to use cluster API with git ops (w/o clusterctl), and we have several community members doing this.
Unfortunately, we struggle to find someone volunteering to document this, but let's hope this will be quickly addressed