Skip to content

Conversation

fziviello
Copy link

Why you need it?
We need to be able to install in the development vm also longhhorn and rook

How it could be?
The internal script ./waitready should accept an optionan argument "longhorn" or "rook" and install in the k3s also longhorhn or rook and enable it as default storage class

Other related information
Embed the script in cloud-init

For Testing:
Create VM => multipass launch -nopsv -c6 -d40g -m16g --cloud-init cloud-init.yaml

For add rook=> multipass exec opsv -- bash -c 'export KUBECONFIG=/home/ubuntu/.kube/config && /home/ubuntu/add-rook'

For add Longhorn => multipass exec opsv -- bash -c 'export KUBECONFIG=/home/ubuntu/.kube/config && /home/ubuntu/add-longhorn'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant