-
Bug
-
Resolution: Unresolved
-
Critical
-
None
-
Quality / Stability / Reliability
-
0
-
False
-
-
False
-
-
-
ACM Console Train 33 - 1
-
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:
- clones
-
ACM-24901 Unable to set the attachDefaultNetwork: false while installing HCP cluster using GUI
-
- Review
-