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
- K8s can't handle two keys with the same name but different values. So renamed ` longhorn.components: user` to `longhorn.user.components: yes` and `longhorn.components: system` to `longhorn.system.components: yes`
11
+
- fix K8s node group handling to make it work on Ansible controller nodes different to localhost
12
+
-`templates/longhorn_values_default.yml.j2`: fix `systemManagedComponentsNodeSelector` value. Caused all settings to be completely ignored by Longhorn
13
+
-`templates/longhorn_values_default.yml.j2`: put all values into double quotes
14
+
-`tasks/install.yml`: add `force: true` property/value to install Helm chart
15
+
-`molecule/default/molecule.yml`: add two worker nodes to k8s_longhorn_system hosts group
0 commit comments