openshift / training

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect command shown in "Deleting the Cluster and Cleaning up"

gpei opened this issue · comments

In https://github.com/openshift/training/blob/master/docs/02-install.md#deleting-the-cluster-and-cleaning-up
openshift-install destroy cluster
Should be
./openshift-install destroy cluster

@gpei i had moved openshift-install into my path instead of leaving it in the local folder. good catch.