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
I am getting the below error with pull secret
│ Error: creating Red Hat OpenShift Cluster "aro-sb-cluster" (Resource Group "aro-sb-cluster-rg"): redhatopenshift.OpenShiftClustersClient#CreateOrUpdate: Failure sending request: StatusCode=400 -- Original Error: Code="InvalidParameter" Message="The provided pull secret is invalid." Target="properties.clusterProfile.pullSecret" │ │ with azureopenshift_redhatopenshift_cluster.cluster, │ on main.tf line 42, in resource "azureopenshift_redhatopenshift_cluster" "cluster": │ 42: resource "azureopenshift_redhatopenshift_cluster" "cluster" {
I have tried re-downloading the pullsecret from "https://console.redhat.com/openshift/install/azure/aro-provisioned" , however the error still persists.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am getting the below error with pull secret
│ Error: creating Red Hat OpenShift Cluster "aro-sb-cluster" (Resource Group "aro-sb-cluster-rg"): redhatopenshift.OpenShiftClustersClient#CreateOrUpdate: Failure sending request: StatusCode=400 -- Original Error: Code="InvalidParameter" Message="The provided pull secret is invalid." Target="properties.clusterProfile.pullSecret"
│
│ with azureopenshift_redhatopenshift_cluster.cluster,
│ on main.tf line 42, in resource "azureopenshift_redhatopenshift_cluster" "cluster":
│ 42: resource "azureopenshift_redhatopenshift_cluster" "cluster" {
I have tried re-downloading the pullsecret from "https://console.redhat.com/openshift/install/azure/aro-provisioned" , however the error still persists.
The text was updated successfully, but these errors were encountered: