Trying to register the Cloud Automation Manager offline PPA image into IBM Cloud Private with the command: bx pr load-helm-chart --archive ibm-cam-prod-1.2.0.tgz
fails with following error:
Returned status 400 Bad Request
Here are some possible resolutions:
1) Mostly this error occurs due to incomplete download, double check the md5sum for ibm-cam-prod-1.2.0.tgz
2) Run the following commands prior to try the bx pr load-helm-chart command:
bx pr login -a https://mycluster.icp:8443 --skip-ssl-validation docker login mycluster.icp:8500
3) The error could be caused by ICP plugin to bx that is old. Can you display the version info with ‘bx plugin list’.
The successful version for the plugin is :
bx plugin list
Listing installed plug-ins...
Plugin Name Version
icp 2.1.182
Try to update the plugin as documented here :https://www.ibm.com/support/knowledgecenter/en/SSBS6K_2.1.0.2/manage_cluster/install_cli.html