Closed ca-scribner closed 1 year ago
Seems like the test failed for 2 separate reasons - the first test failed because the call microk8s status
needs to be made with sudo. Then the test with the empty addons failed because part of the init script deploys coredns to the cluster and without the dns addon it fails. After deploying coredns it also deploy hostpath-provisioner and creates a service account so I suspect those would also fail without the other default addons. I'm thinking either we optionally deploy those services or add note in the readme that those addons must be enabled. Thoughts?
oh interesting, so in (most?) cases doing addons=""
is useless anyhow. darn haha. Ok let me post some fixes
This PR replaces #45, which itself extended #33. The PR originates from @kian99 who does not have permissions in this repo, so the full CI suite cannot be executed. I'm opening this clone of @kian99's PR so we can get the full test suite.
Copied from #45:
Fixes #32