-
Bug
-
Resolution: Done
-
Undefined
-
4.19.0
-
Quality / Stability / Reliability
-
False
-
-
None
-
None
-
None
-
None
-
None
-
None
-
Proposed
-
Bug Fix
-
-
None
-
None
-
None
-
None
This is a clone of issue OCPBUGS-60600. The following is the description of the original issue:
—
Description of problem:
When running the node-image create command to generate a node image, the operation fails with the following error: "machineconfigs.machineconfiguration.openshift.io "99-worker-ssh" not found" This prevents the creation of the node image for worker nodes.
Version-Release number of selected component (if applicable):
4.19.7
How reproducible:
Always
Steps to Reproduce:
1. Setup OVE cluster 2. Run oc adm node-image create --mac-address=$MAC_ADDRESS
Actual results:
2025-08-17T20:45:22Z [node-image create] Launching command 2025-08-17T20:45:34Z [node-image create] Gathering additional information from the target cluster 2025-08-17T20:45:34Z [node-image create] command execution failed. Reason: machineconfigs.machineconfiguration.openshift.io "99-worker-ssh" not found 2025-08-17T20:45:34Z [node-image create] Saving report file
Expected results:
Node ISO should be created successfully.
Workaround:
Create Machine config manually. apiVersion: machineconfiguration.openshift.io/v1 kind: MachineConfig metadata: name: 99-worker-ssh labels: machineconfiguration.openshift.io/role: worker spec: config: ignition: version: 3.5.0 passwd: users: - name: core sshAuthorizedKeys: - $KEY
- blocks
-
AGENT-1243 Validate cluster add node using an external registry
-
- In Progress
-
- clones
-
OCPBUGS-60600 node-image create command fails with "99-worker-ssh not found"
-
- Verified
-
- is blocked by
-
OCPBUGS-60600 node-image create command fails with "99-worker-ssh not found"
-
- Verified
-
- links to