diff --git a/manifests/daemonset.yaml b/manifests/daemonset.yaml index a9af3566..33b0cb2a 100644 --- a/manifests/daemonset.yaml +++ b/manifests/daemonset.yaml @@ -40,9 +40,6 @@ spec: - agent securityContext: privileged: true - capabilities: - add: - - NET_ADMIN volumeMounts: - mountPath: /dev name: dev diff --git a/manifests/rbac.yaml b/manifests/rbac.yaml index 8c16b33f..24c387ba 100644 --- a/manifests/rbac.yaml +++ b/manifests/rbac.yaml @@ -16,9 +16,6 @@ rules: - apiGroups: [ "network.harvester.cattle.io" ] resources: [ "clusternetworks", "nodenetworks", "nodenetworks/status" ] verbs: [ "get", "watch", "list", "update", "create", "delete" ] - - apiGroups: [ "harvester.cattle.io" ] - resources: [ "settings" ] - verbs: [ "get", "watch", "list" ] - apiGroups: [ "k8s.cni.cncf.io" ] resources: [ "network-attachment-definitions" ] verbs: [ "get", "watch", "list", "update" ]