From 5722bb0c618afd5da7d25b4ca331b654f5e8e7c0 Mon Sep 17 00:00:00 2001 From: benborra <18417334+benborra@users.noreply.github.com> Date: Mon, 25 Jul 2022 12:50:37 +0200 Subject: [PATCH] Minor addition to supervisor unhealthy (#23049) --- source/more-info/unhealthy/supervisor.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/more-info/unhealthy/supervisor.markdown b/source/more-info/unhealthy/supervisor.markdown index 13b771bd35e..36d0c4d225d 100644 --- a/source/more-info/unhealthy/supervisor.markdown +++ b/source/more-info/unhealthy/supervisor.markdown @@ -15,3 +15,5 @@ This can also be done with the CLI, by running the following command: ```bash ha supervisor update ``` + +In case this doesn't work. Check the logs, if there's an error where a host can't be resolved (eg: lookup ghcr.io: no such host) there might be a problem with your network settings (eg: dns server that can't be reached).