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

[AWS CAPI install] installer does not respect publicIpv4Pool config

XMLWordPrintable

    • Important
    • No
    • Rejected
    • False
    • Hide

      None

      Show
      None

      Description of problem:

      Config publicIpv4Pool for cluster, but public IPs were assigned from amazon pool:
      
      aws ec2 describe-addresses --filters aws ec2 describe-addresses --filters "Name=tag:kubernetes.io/cluster/yunjiang-capool-bfqn5,Values=owned" --output json | jq -r '.Addresses[] | [.PublicIp, .PublicIpv4Pool]'
      [
        "100.28.56.156",
        "amazon"
      ]
      [
        "3.94.138.91",
        "amazon"
      ]
      [
        "34.206.208.4",
        "amazon"
      ]
      [
        "54.145.66.227",
        "amazon"
      ]
      [
        "54.204.12.183",
        "amazon"
      ]
      [
        "54.87.109.129",
        "amazon"
      ]
      
          

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

      4.16.0-0.nightly-2024-05-08-222442
      
          

      How reproducible:

      
          

      Steps to Reproduce:

          1.See description
      
          2.
          3.
          

      Actual results:

      See description
      
          

      Expected results:

      The public IPs should be assigned from custom ip pool
      
          

      Additional info:

      
          

            rhn-support-mrbraga Marco Braga
            yunjiang-1 Yunfei Jiang
            Yunfei Jiang Yunfei Jiang
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: