We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What happened:
The Portworx installation is failing.
{"@level":"info","@message":"module.portworx_enterprise.ibm_resource_instance.portworx: Still creating... [20s elapsed]","@module":"terraform.ui","@timestamp":"2023-07-04T22:41:53.426125Z","hook":{"resource":{"addr":"module.portworx_enterprise.ibm_resource_instance.portworx","module":"module.portworx_enterprise","resource":"ibm_resource_instance.portworx","implied_provider":"ibm","resource_type":"ibm_resource_instance","resource_name":"portworx","resource_key":null},"action":"create","elapsed_seconds":20},"type":"apply_progress"} {"@level":"info","@message":"module.portworx_enterprise.ibm_resource_instance.portworx: Creation errored after 23s","@module":"terraform.ui","@timestamp":"2023-07-04T22:41:55.765552Z","hook":{"resource":{"addr":"module.portworx_enterprise.ibm_resource_instance.portworx","module":"module.portworx_enterprise","resource":"ibm_resource_instance.portworx","implied_provider":"ibm","resource_type":"ibm_resource_instance","resource_name":"portworx","resource_key":null},"action":"create","elapsed_seconds":23},"type":"apply_errored"} {"@level":"error","@message":"Error: [ERROR] Error waiting for create resource instance (crn:v1:bluemix:public:portworx:eu-de:a/0b5a00334eaf9eb9339d2ab48f7326b4:05b5cb1d-1ff4-40af-adac-e89a89a24999::) to be succeeded: [ERROR] The resource instance crn:v1:bluemix:public:portworx:eu-de:a/0b5a00334eaf9eb9339d2ab48f7326b4:05b5cb1d-1ff4-40af-adac-e89a89a24999:: failed: \u003cnil\u003e","@module":"terraform.ui","@timestamp":"2023-07-04T22:41:56.181879Z","diagnostic":{"severity":"error","summary":"[ERROR] Error waiting for create resource instance (crn:v1:bluemix:public:portworx:eu-de:a/0b5a00334eaf9eb9339d2ab48f7326b4:05b5cb1d-1ff4-40af-adac-e89a89a24999::) to be succeeded: [ERROR] The resource instance crn:v1:bluemix:public:portworx:eu-de:a/0b5a00334eaf9eb9339d2ab48f7326b4:05b5cb1d-1ff4-40af-adac-e89a89a24999:: failed: \u003cnil\u003e","detail":"","address":"module.portworx_enterprise.ibm_resource_instance.portworx","range":{"filename":".terraform/modules/portworx_enterprise/main.tf","start":{"line":10,"column":45,"byte":288},"end":{"line":10,"column":46,"byte":289}},"snippet":{"context":"resource \"ibm_resource_instance\" \"portworx\"","code":"resource \"ibm_resource_instance\" \"portworx\" {","start_line":10,"highlight_start_offset":44,"highlight_end_offset":45,"values":[]}},"type":"diagnostic"} Operation failed: failed running terraform apply (exit 1)
What you expected to happen: I would expect the Portworx module to install
How to reproduce it (as minimally and precisely as possible): I created the full terraform to provision a cluster IKS, a VPC and install Portworx on top: https://github.com/lionelmace/iks-portworx-terraform
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened:
The Portworx installation is failing.
What you expected to happen:
I would expect the Portworx module to install
How to reproduce it (as minimally and precisely as possible):
I created the full terraform to provision a cluster IKS, a VPC and install Portworx on top:
https://github.com/lionelmace/iks-portworx-terraform
The text was updated successfully, but these errors were encountered: