diff --git a/pkg/remote/preflight/checker.go b/pkg/remote/preflight/checker.go index 490ed67b..48c11169 100644 --- a/pkg/remote/preflight/checker.go +++ b/pkg/remote/preflight/checker.go @@ -165,7 +165,7 @@ func (remote *Checker) newClusterRole() *rbacv1.ClusterRole { Rules: []rbacv1.PolicyRule{ { APIGroups: []string{"apps"}, - Resources: []string{"daemonsets"}, + Resources: []string{"daemonsets", "deployments"}, Verbs: []string{"get"}, }, },