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.