openshift/cloud-credential-operator

oc adm release extract --cloud=ibmcloud

danielboothibm opened this issue · 2 comments

I am unable to extract the credentials for the IBM Cloud Provider.

We are using OpenShift version 4.10.17.

Running the following command produces the following:

➜ oc adm release extract --cloud=powervs --credentials-requests $RELEASE_IMAGE --to=./credreqs 
error: --cloud value not recognized, must be one of: [aws azure openstack gcp ovirt vsphere]

This error message does not display the options for IBM Cloud, IBM Cloud Power VS or Alibaba.

It looks like you need a newer version of the oc command. You can grab it from here.

I'll close this for now -- please reopen if you continue to have trouble!

thanks <3