cli icon indicating copy to clipboard operation
cli copied to clipboard

`mas provision-aws` fails

Open mudspringhiker opened this issue 4 months ago • 0 comments

MAS CLI version

15.3.1

CLI function used

other

What happened?

mas provision-aws fails with the following message in the ipi: create cluster step:

'level=fatal msg=failed to fetch Cluster: failed to load asset " 'Cluster": local infrastructure provisioning artifacts already exist. There may already be a running cluster'

Image

Using the ocp_provision role to create cluster on AWS did not give any errors, it successfully created the cluster using the same CLI version.

Relevant log output

$ tail .openshift_install.log

time="2025-09-03T18:02:13Z" level=debug msg="  Loading Master Ignition Config..."
time="2025-09-03T18:02:13Z" level=debug msg="  Loading Worker Machines..."
time="2025-09-03T18:02:13Z" level=debug msg="  Loading Cluster API Machine Manifests..."
time="2025-09-03T18:02:13Z" level=debug msg="    Loading Install Config..."
time="2025-09-03T18:02:13Z" level=debug msg="    Loading Cluster ID..."
time="2025-09-03T18:02:13Z" level=debug msg="    Loading Image..."
time="2025-09-03T18:02:13Z" level=debug msg="  Loading Image..."
time="2025-09-03T18:02:13Z" level=debug msg="  Loading Common Manifests..."
time="2025-09-03T18:02:13Z" level=debug msg="  Loading Machine Config Server Root CA..."
time="2025-09-03T18:02:13Z" level=fatal msg="failed to fetch Cluster: failed to load asset \"Cluster\": local infrastructure provisioning artifacts already exist. There may already be a running cluster"

mudspringhiker avatar Sep 05 '25 02:09 mudspringhiker