From 0a177e428ab5024b7c0ae8a5bd8ac84bb66a15d8 Mon Sep 17 00:00:00 2001 From: Mike Degatano Date: Tue, 1 Nov 2022 17:00:21 -0400 Subject: [PATCH] Add explainer on `privileged` unhealthy reason (#24781) * Add explainer on `privileged` unhealthy reason * Redirect unsupported to unhealthy --- source/_redirects | 3 +++ .../more-info/{unsupported => unhealthy}/privileged.markdown | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) rename source/more-info/{unsupported => unhealthy}/privileged.markdown (94%) diff --git a/source/_redirects b/source/_redirects index 302391c0bc1..8574ad5c8f5 100644 --- a/source/_redirects +++ b/source/_redirects @@ -517,3 +517,6 @@ # Lovelace images /images/dashboards/lovelace_* /images/dashboards/:splat + +# Unsupported reasons that are also unhealthy +/more-info/unsupported/privileged /more-info/unhealthy/privileged diff --git a/source/more-info/unsupported/privileged.markdown b/source/more-info/unhealthy/privileged.markdown similarity index 94% rename from source/more-info/unsupported/privileged.markdown rename to source/more-info/unhealthy/privileged.markdown index 942eae30bc1..61ccc266d07 100644 --- a/source/more-info/unsupported/privileged.markdown +++ b/source/more-info/unhealthy/privileged.markdown @@ -1,6 +1,6 @@ --- title: "Privileged" -description: "More information on why not running with privileged marks the installation as unsupported." +description: "More information on why not running with privileged marks the installation as unhealthy." --- ## The issue