We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
override-cno-control-patch.yaml
- op: add path: /spec/overrides value: [] - op: add path: /spec/overrides/- value: kind: Deployment name: network-operator group: operator.openshift.io namespace: openshift-network-operator unmanaged: true# sets network operator deployment unmanaged from clusterversion
$ oc patch --type=json -p "$(cat override-cno-control-patch.yaml)" clusterversion version
Then you can stop the CNO and modify any deployment/daemonset you want with oc edit to use your custom image.
oc edit