Offline deployment of Kubeblocks with Ansible #8922
bbaassssiiee
started this conversation in
Show and tell
Replies: 1 comment
-
|
Must step on the helm warehouse? Is it possible to just need the helm package to exist in the directory without calling the helm command to obtain it during the installation process? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
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