Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-16665

[rosa-] Issue in file rosa_hcp/rosa-hcp-sts-creating-a-cluster-quickly.adoc

XMLWordPrintable

    • Moderate
    • No
    • 2
    • SD OSDOCS Sprint 242
    • 1
    • False
    • Hide

      None

      Show
      None

      Description of problem:

      https://docs.openshift.com/rosa/rosa_hcp/rosa-hcp-sts-creating-a-cluster-quickly.html#rosa-hcp-sts-creating-a-cluster-cli_rosa-hcp-sts-creating-a-cluster-quickly
      
      
      $ rosa create cluster --cluster-name=<cluster_name> \
          --sts --mode=auto --hosted-cp --operator-roles-prefix <operator-role-prefix> \
          --oidc-config-id <ID-of-OIDC-configuration> --subnet-ids=<public-subnet-id>,<private-subnet-id>
      
      
      When I ran above command I got the following Error:
      
      W: Some subnets have been excluded because they do not fit into the Machine CIDR range
      E: The number of subnets for a public hosted cluster should be at least two
      Here is the config of AWS VPC:
      region               = "us-east-1"
      subnet_azs           = ["use1-az2"]
      cluster_name         = "rosa-hcp"
      vpc_cidr             = "10.0.0.0/16"
      subnet_cidr_prefix   = 24
      
      to fix this issue: 
      must include  --machine-cidr=x.x.x.x/16 (Target AWS VPC CIDR)

      Version-Release number of selected component (if applicable):

       

      How reproducible:

      run this command:
      rosa create cluster --cluster-name=<cluster_name> 
      --sts 
      --mode=auto 
      --hosted-cp 
      --operator-roles-prefix <operator-role-prefix> 
      --oidc-config-id <ID-of-OIDC-configuration> 
      --subnet-ids=<public-subnet-id>,<private-subnet-id>

      Steps to Reproduce:

      1. navigate to https://docs.openshift.com/rosa/rosa_hcp/rosa-hcp-sts-creating-a-cluster-quickly.html#rosa-hcp-sts-creating-a-cluster-cli_rosa-hcp-sts-creating-a-cluster-quickly
      2. Copy rosa create command
      3. it will return error unless added --machine-cidr=x.x.x.x/16 

      Actual results:

      W: Some subnets have been excluded because they do not fit into the Machine CIDR range
      E: Could not find the following subnet provided:

      Expected results:

      I: Creating cluster ...

      Additional info:

       

            aecollin@redhat.com Aedin Collins
            sosmc-test-rosa@ibm.com SOS Multicloud ROSA Test
            Mike Gahagan Mike Gahagan
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: