Hi all, we want to upgrade our RKE Cluster that's ...
# rke
m
Hi all, we want to upgrade our RKE Cluster that's running w/ v1.24.13 to 1.25.X. We have cleaned up our
PodSecurityPolicy
on the Cluster. There is only one left:
Copy code
$ k get psp
\Warning: policy/v1beta1 PodSecurityPolicy is deprecated in v1.21+, unavailable in v1.25+
NAME                       PRIV    CAPS                SELINUX    RUNASUSER   FSGROUP    SUPGROUP   READONLYROOTFS   VOLUMES
psp.flannel.unprivileged   false   NET_ADMIN,NET_RAW   RunAsAny   RunAsAny    RunAsAny   RunAsAny   false            configMap,secret,emptyDir,hostPath
It is referenced by the flannel
ClusterRole
. Can we delete the PSP? Or how do we process with our Upgrade? Is this all done in the background during the upgrade with RKE?