You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running a playbook which installs microk8s and addons successfully does not add helm3 repos.
Playbook is below. Result should show two repos when "helm3 repo list" is run, instead I get "Error: no repositories to show". I haven't figured this out yet.
This is an old issue so I'm sure you figured it out by now, but perhaps this can help others because I had the same problem and it took me a while to figure out what was wrong.
Running a playbook which installs microk8s and addons successfully does not add helm3 repos.
Playbook is below. Result should show two repos when "helm3 repo list" is run, instead I get "Error: no repositories to show". I haven't figured this out yet.
gather_facts: yes
become: yes
roles:
vars:
microk8s_version: "1.24/stable"
helm3_repositories:
- name: stable
url: https://charts.helm.sh/stable
- name: mojo2600
url: https://mojo2600.github.io/pihole-kubernetes/
microk8s_plugins:
dns: "{{ microk8s_dns_resolvers }}"
helm3: true
metallb: "192.168.0.0-192.168.3.255"
microk8s_enable_HA: true
microk8s_group_HA: "prodk8s"
The text was updated successfully, but these errors were encountered: