Skip to content

Controller not found errors are logged in normal operation #102

@dwilding

Description

@dwilding

When using concierge prepare -p microk8s, I always see "ERROR controller concierge-microk8s not found". As I understand, this doesn't represent an actual error - it's an expected condition. Seeing an error is disconcerting. It feels like this would be better as an INFO message.

Sample output:

time=2025-09-09T02:12:08.946Z level=INFO msg="Preset selected" preset=microk8s
time=2025-09-09T02:12:19.325Z level=INFO msg="Installed snap" snap=charmcraft
time=2025-09-09T02:12:20.460Z level=INFO msg="Installed apt package" package=python3-pip
time=2025-09-09T02:12:20.848Z level=INFO msg="Installed apt package" package=python3-venv
time=2025-09-09T02:12:25.237Z level=INFO msg="Installed snap" snap=jq
time=2025-09-09T02:12:27.728Z level=INFO msg="Installed snap" snap=yq
time=2025-09-09T02:12:53.497Z level=INFO msg="Installed snap" snap=rockcraft
time=2025-09-09T02:13:24.794Z level=INFO msg="Installed snap" snap=microk8s
time=2025-09-09T02:13:25.389Z level=INFO msg="Refreshed snap" snap=lxd
time=2025-09-09T02:13:30.869Z level=INFO msg="Prepared provider" provider=lxd
time=2025-09-09T02:13:33.909Z level=INFO msg="Installed snap" snap=kubectl
time=2025-09-09T02:16:24.747Z level=INFO msg="Prepared provider" provider=microk8s
time=2025-09-09T02:16:43.168Z level=INFO msg="Installed snap" snap=juju
time=2025-09-09T02:16:47.196Z level=INFO msg="Bootstrapping Juju" provider=microk8s
Command: sudo -u runner /snap/bin/juju show-controller concierge-microk8s
Output:
{}
ERROR controller concierge-microk8s not found
time=2025-09-09T02:17:25.973Z level=INFO msg="Bootstrapped Juju" provider=microk8s

I see a similar error for the machine preset:

...
time=2025-09-09T02:01:19.850Z level=INFO msg="Installed snap" snap=lxd
time=2025-09-09T02:01:31.641Z level=INFO msg="Prepared provider" provider=lxd
time=2025-09-09T02:01:37.974Z level=INFO msg="Installed snap" snap=juju
time=2025-09-09T02:01:41.065Z level=INFO msg="Bootstrapping Juju" provider=lxd
Command: sudo -u runner /snap/bin/juju show-controller concierge-lxd
Output:
{}
ERROR controller concierge-lxd not found
time=2025-09-09T02:03:20.567Z level=INFO msg="Bootstrapped Juju" provider=lxd

Metadata

Metadata

Labels

26.04An item we hope to do in the 26.04 cyclerainy daySmall items done in ~10% of each week's timesmall itemA small item, for some value of 'small'

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions