Canal/Calico RBAC issues with Kubernetes Upgrade to v1.19.6 in Rancher v2.5.5

Hi,
this solved the problem for me:
kubectl edit clusterrole --context=******** --namespace=kube-system system:node
add to the end of the file:

- apiGroups:
  - crd.projectcalico.org
  resources:
  - clusterinformations
  verbs:
  - get
- apiGroups:
  - ""
  resources:
  - namespaces
  verbs:
  - get

```

and save the file.
about upgrading only upgrade 1 minor version of kubernetes,
anyway this problem didnt connect to this.
1 Like