We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d83895 commit af56270Copy full SHA for af56270
agent/06_agent_create_cluster.sh
@@ -51,7 +51,7 @@ function create_factory_image() {
51
"${openshift_install}" --dir="${asset_dir}" --log-level=debug agent create cluster-manifests
52
53
# Remove any static networking configuration from unconfigured so that config-image sets it
54
- rm "${asset_dir}/cluster-manifests/nmstateconfig.yaml"
+ rm -f "${asset_dir}/cluster-manifests/nmstateconfig.yaml"
55
rm "${asset_dir}/.openshift_install_state.json"
56
57
"${openshift_install}" --dir="${asset_dir}" --log-level=debug agent create unconfigured-ignition
0 commit comments