Uploaded image for project: 'Red Hat Advanced Cluster Management'
  1. Red Hat Advanced Cluster Management
  2. ACM-24901

Unable to set the attachDefaultNetwork: false while installing HCP cluster using GUI

XMLWordPrintable

    • Quality / Stability / Reliability
    • 1
    • False
    • Hide

      None

      Show
      None
    • False
    • ACM Console Train 32 - 2
    • None

      Description of problem:

      When Installing the cluster and unchecking the attach default network to install the cluster on secondary network it always pushes the value is true instead of false in the nodepool yaml.   
      
        platform:
          kubevirt:
            additionalNetworks:
            - name: default/localnet-nad-br-ex
            attachDefaultNetwork: true   <---- 
      
      Even I am unchecking the box while installing the nodepool. 

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

         4.19.z 4.18.z  

      How reproducible:

          Create the cluster with additional network and post that remove the check box from the GUI nodepool and it still makes it as true post creation. 

      Steps to Reproduce:

          1. Create a HCP cluster using GUI and disable the defaultNetworkAttach 
          2. Check the yaml of the nodepool 
          3.
          

      Actual results:

            platform:
          kubevirt:
            additionalNetworks:
            - name: default/localnet-nad-br-ex
            attachDefaultNetwork: true <---

      Expected results:

      platform:     kubevirt:       additionalNetworks:       - name: default/localnet-nad-br-ex       attachDefaultNetwork: false    

      Additional info:

          

              rh-ee-ndhevar Nitin Dhevar
              rhn-support-soujain Sourav Jain
              David Huynh David Huynh
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated: