-
Bug
-
Resolution: Done-Errata
-
Minor
-
premerge, 4.16.0
-
+
-
No
-
False
-
-
Release Note Not Required
-
In Progress
Description of problem:
Currently MachineConfiguration is only effective with name cluster, we can create multiple MachineConfigurations with other names like apiVersion: operator.openshift.io/v1 kind: MachineConfiguration metadata: name: ndp-file-action-none namespace: openshift-machine-config-operator spec: nodeDisruptionPolicy: files: - path: /etc/test actions: - type: None But only 'cluster' can take action, it will make the user confused
Version-Release number of selected component (if applicable):
How reproducible:
always
Steps to Reproduce:
Create MachineConfiguration with any name expect 'cluster'
Actual results:
new MachineConfiguration won't be effective
Expected results:
if the function only works with 'cluster' object, we should reject the CR creation with other names
Additional info:
- is cloned by
-
OCPBUGS-32783 NodeDisruptionPolicy action reload cannot take effect
- Verified
- is related to
-
MCO-507 Admin-defined node disruption - Tech Preview
- Closed
- links to
-
RHEA-2024:0041 OpenShift Container Platform 4.16.z bug fix update