Installer hangs on "microk8s : Wait for microk8s to be ready" task

Issue

Environment

Resolution

In parameters.yml, make sure the following is set for local_registry:

local_registry: localhost:32000

Once you have set this to localhost instead of 127.0.0.1, you can re-run the installer and the issue should be resolved.

Root Cause

The root cause of this issue is that specifying 127.0.0.1 for the local_registry causes microk8s to not be able to access the local registry and thus cannot finish setting itself up. As a result, the installer constantly waits for microk8s to be up, which never happens.


Revision #2
Created 24 October 2022 19:00:53 by Karl Abbott
Updated 24 October 2022 19:08:56 by Karl Abbott