Skip to content

Commit 121a597

Browse files
committed
cluster-launch-installer-e2e: Change 'destroy-cluster' -> 'destroy cluster'
Catching up with openshift/installer@3f4fe574 (cmd/openshift-install: Add 'destroy bootstrap' command, openshift/installer#493). Also change 'cluster' -> 'create cluster' to catch up with openshift/installer@85c76c98 (cmd/openshift-install: Push creation under 'openshift create', 2018-10-22, openshift/installer#513).
1 parent 8ffbe63 commit 121a597

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ objects:
268268
/bin/openshift-install version >/tmp/artifacts/installer/version
269269
270270
export _CI_ONLY_STAY_AWAY_OPENSHIFT_INSTALL_AWS_USER_TAGS="{\"expirationDate\": \"$(date -d '4 hours' --iso=minutes --utc)\"}"
271-
/bin/openshift-install --dir=/tmp/artifacts/installer --log-level=debug cluster &
271+
/bin/openshift-install --dir=/tmp/artifacts/installer --log-level=debug create cluster &
272272
wait "$!"
273273
274274
# Performs cleanup of all created resources
@@ -358,7 +358,7 @@ objects:
358358
359359
echo "Deprovisioning cluster ..."
360360
export AWS_SHARED_CREDENTIALS_FILE=/etc/openshift-installer/.awscred
361-
openshift-install --dir /tmp/artifacts/installer --log-level debug destroy-cluster
361+
openshift-install --dir /tmp/artifacts/installer --log-level debug destroy cluster
362362
}
363363
364364
trap 'teardown' EXIT

0 commit comments

Comments
 (0)