diff --git a/pkg/controller/importconfig/manifests/klusterlet/cluster_role.yaml b/pkg/controller/importconfig/manifests/klusterlet/cluster_role.yaml index 3481143a..2201c4c2 100644 --- a/pkg/controller/importconfig/manifests/klusterlet/cluster_role.yaml +++ b/pkg/controller/importconfig/manifests/klusterlet/cluster_role.yaml @@ -14,7 +14,7 @@ rules: verbs: ["create"] - apiGroups: [""] resources: ["namespaces"] - verbs: ["create", "get", "list", "watch","delete"] + verbs: ["create", "get", "list", "update", "watch", "patch", "delete"] - apiGroups: [""] resources: ["nodes"] verbs: ["get", "list", "watch"]