fziviello opened a new pull request, #160: URL: https://github.com/apache/openserverless/pull/160
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' -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
