The easiest way to bootstrap a self-hosted High Availability Kubernetes cluster. A fully automated HA k3s etcd install with kube-vip, MetalLB, and more. Build. Destroy. Repeat.
I went onto the hosts and ran apt-get install open-iscsi and the pods started to launch successfully.
I am thinking that it's probably a good idea to create a new variable that is a list of additional packages to install when provisioning the cluster, maybe as part of the prereq tasks? Should probably only be for worker nodes. Just want to make sure you think this belongs here before I bother thinking more deeply about this.
FYI: This is probably more a feature request than a bug
Expected Behavior
When installing longhorn on a cluster using helm and flux, the install works
Current Behavior
https://forums.rancher.com/t/k8s-rancheros-longhorn/9919/2
the longhorn-manager pods throw the above error
Steps to Reproduce
Context (variables)
Operating system: macOS
Hardware: n/a
Variables Used
n/a
all.yml
Hosts
host.ini
Possible Solution
I went onto the hosts and ran
apt-get install open-iscsi
and the pods started to launch successfully.I am thinking that it's probably a good idea to create a new variable that is a list of additional packages to install when provisioning the cluster, maybe as part of the prereq tasks? Should probably only be for worker nodes. Just want to make sure you think this belongs here before I bother thinking more deeply about this.