-
Bug
-
Resolution: Done
-
Normal
-
4.12
Description of problem:
When trying to configure the nutanix IAM, it is not quite clear the 'path' referring to what especially for the quay.io for the command below. oc adm release extract --credentials-requests --cloud=nutanix \// --to=<path_to_directory_with_list_of_credentials_requests>/credrequests \ quay.io/<path_to>/ocp-release:<version> [1] https://docs.openshift.com/container-platform/4.11/installing/installing_nutanix/installing-nutanix-installer-provisioned.html#manually-create-iam-nutanix_installing-nutanix-installer-provisioned
Version-Release number of selected component (if applicable):
How reproducible:
100%
Steps to Reproduce:
1. N/A 2. 3.
Actual results:
credential requests CR command is incorrect
Expected results:
provide complete information
Additional info:
The following command can work in place of the existing command ~~~ oc adm release extract --credentials-requests --cloud=nutanix \// --to=<path_to_directory_with_list_of_credentials_requests>/credrequests \ quay.io/openshift-release-dev/ocp-release:<version> ~~~ This also works, ~~~ oc adm release extract quay.io/openshift-release-dev/ocp-release:4.y.z-x86_64 \ --credentials-requests \ --cloud=nutanix ~~~