1. Quick Debug Checklist
1. Issue or feature description
After an upgrade to Openshift 4.11 the following warning appeared:
"Deprecated API that will be removed in the next version is being used. Removing the workload that is using the policy.v1beta1/podsecuritypolicies API might be necessary for a successful upgrade to the next cluster version. Refer to oc get apirequestcounts podsecuritypolicies.v1beta1.policy -o yaml to identify the workload.
It turns out that one of the culprits is the GPU Operator:
VERBS USERNAME USERAGENT
delete system:serviceaccount:nvidia-gpu-operator:gpu-operator gpu-operator/v0.0.0
The version of the operator is v22.9.2
Is this the same problem as mentioned in #484 and #451?
1. Quick Debug Checklist
i2c_coreandipmi_msghandlerloaded on the nodes?kubectl describe clusterpolicies --all-namespaces)1. Issue or feature description
After an upgrade to Openshift 4.11 the following warning appeared:
"Deprecated API that will be removed in the next version is being used. Removing the workload that is using the policy.v1beta1/podsecuritypolicies API might be necessary for a successful upgrade to the next cluster version. Refer to
oc get apirequestcounts podsecuritypolicies.v1beta1.policy -o yamlto identify the workload.It turns out that one of the culprits is the GPU Operator:
VERBS USERNAME USERAGENT
delete system:serviceaccount:nvidia-gpu-operator:gpu-operator gpu-operator/v0.0.0
The version of the operator is v22.9.2
Is this the same problem as mentioned in #484 and #451?