Offline deployment of Kubeblocks with Ansible #8922
bbaassssiiee
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Since offline deployment with a private Helm OCI registry is possible, but a bit tedious, I will share my results after getting excellent help in this forum discussion.
Ansible role
I created an ansible-role on GitHub and published it on Galaxy
The variable desired_state can be used in testing with values present and absent, to install or uninstall kubeblocks. The defaults/main.yml has a minimal set of addons, which can be overridden in your group_vars.
Installing the role
Example playbook
Beta Was this translation helpful? Give feedback.
All reactions