Comment 13 for bug 2013084

Revision history for this message
Michał Małoszewski (michal-maloszewski99) wrote :

I've tried with a new setup and I used the steps from: https://juju.is/docs/olm/get-started-with-juju

Both using the lxd option and microk8s I had some troubles.

1) using lxd - having enough space, I got a message while bootstrapping a controller: no space on device
2) using microk8s -

root@jammy-pgsql-test:~# sudo juju bootstrap microk8s pgsql1

ERROR required addons not enabled for microk8s, run 'microk8s enable dns storage'
root@jammy-pgsql-test:~# sudo microk8s enable dns storage
Infer repository core for addon dns
Infer repository core for addon storage
Addon core/dns is already enabled
Addon core/storage is already enabled
root@jammy-pgsql-test:~# sudo juju bootstrap microk8s pgsql1
ERROR required addons not enabled for microk8s, run 'microk8s enable dns storage'
root@jammy-pgsql-test:~#

repetitive error

I appreciate any feedback, at the end I can improve my test-plan which did not include juju approach.