From fc31ce58aadba7991e519674cc5d2d1c9fa4969d Mon Sep 17 00:00:00 2001 From: Simon Emms Date: Mon, 26 Sep 2022 11:53:03 +0000 Subject: [PATCH] [kots]: remove the "require min RBAC" boolean This prevents the preflight checks from being run in some environments (eg, EKS) as there are elevated privileges required to interrogate nodes etc --- install/kots/manifests/kots-app.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/install/kots/manifests/kots-app.yaml b/install/kots/manifests/kots-app.yaml index 1b6955f40d8a25..e75917843321cd 100644 --- a/install/kots/manifests/kots-app.yaml +++ b/install/kots/manifests/kots-app.yaml @@ -10,7 +10,6 @@ spec: icon: "" allowRollback: true kubectlVersion: ">= 1.21.0" - requireMinimalRBACPrivileges: true # daemonsets are not supported yet statusInformers: - deployment/blobserve