Skip to content

Instantly share code, notes, and snippets.

@davdunc
Created July 7, 2020 18:54
Show Gist options
  • Save davdunc/1e22541eef32b1072833fd70d3a353d1 to your computer and use it in GitHub Desktop.
Save davdunc/1e22541eef32b1072833fd70d3a353d1 to your computer and use it in GitHub Desktop.
output from error on cluster creation
AWS_PROFILE=moa
moactl create cluster --interactive
I: Interactive mode enabled.
Any optional fields can be left empty and a default will be selected.
? Cluster name: moa-davdunc-test-1
? AWS region: eu-west-1
? OpenShift version:
? Multiple availability zones: Yes
? Compute nodes instance type: [Use arrows to move, type to filter, ? for more ? Compute nodes instance type:
? Number of worker nodes to provision per zone. Single zone clusters need at least 4 nodes, while multizone clusters need at least 9 nodes (3 per zone) for resi? Compute nodes: 9
? Machine CIDR: 10.2.0.0/16
? Service CIDR: 10.3.0.0/16
? Block of IP addresses from which Pod IP addresses are allocated, for example "? Pod CIDR: 10.24.0.0/16
? Host prefix: 23
? Private cluster: No
E: Failed to create cluster: Error creating cluster in OCM: identifier is '500', code is 'CLUSTERS-MGMT-500' and operation identifier is '1e97aa6mvfoi84uqa9iqla5g670bjt6u': An error occurred while trying to validate provided AWS credentials
@Hasan-Raza
Copy link

Hi, were you able to resolve this issue" Failed to create cluster: Error creating cluster in OCM: identifier is '500', code is 'CLUSTERS-MGMT-500' and operation identifier is '1e97aa6mvfoi84uqa9iqla5g670bjt6u': An error occurred while trying to validate provided AWS credentials"?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment