Kubernetes-NMState Operator version 4.18 is incorrectly installed on OpenShift 4.17 or older clusters
Issue
The 4.18 operator was mistakenly pushed to clusters running 4.12 to 4.17. This is not a supported configuration and the operator will not receive any updates (including security) while installed on an incorrect cluster version.
Resolution
Back up existing NodeNetworkConfigurationPolicies, uninstall the operator, reinstall the operator, and restore the NNCPs.
-
Run the following command to back up existing policies:
oc get nncp -A -o yaml > cluster-nncp.yaml -
Uninstall the operator as described in the product documentation.
-
Reinstall the operator as described in the product documentation.
-
Restore the NNCPs:
oc apply -f cluster-nncp.yaml
This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.