*** Bug 2009760 has been marked as a duplicate of this bug. ***
Please verify and close this bug.
Verified on: ACM version 2.4.0-DOWNSTREAM-2021-11-02-15-58-38 After creating agentclusterinstall with dual stack service-network, dual stack cluster-network, and single stack machine network entries; the spec cannot be applied: status: conditions: - lastProbeTime: "2021-11-07T12:44:20Z" lastTransitionTime: "2021-11-07T12:44:20Z" message: 'The Spec could not be synced due to an input error: Expected 2 machine networks, found 1' reason: InputError status: "False" type: SpecSynced Patching in the second machine network allows the spec to be synced: status: conditions: - lastProbeTime: "2021-11-07T12:52:09Z" lastTransitionTime: "2021-11-07T12:52:09Z" message: SyncOK reason: SyncOK status: "True" type: SpecSynced Removing the second machine network brings the agentclusterinstall into the same spec sync error: status: [38/1808] conditions: - lastProbeTime: "2021-11-07T12:53:26Z" lastTransitionTime: "2021-11-07T12:53:26Z" message: 'The Spec could not be synced due to an input error: Expected 2 machine networks, found 1' reason: InputError status: "False" type: SpecSynced