konveyor / move2kube

Move2Kube is a command-line tool for automating creation of Infrastructure as code (IaC) artifacts. It has inbuilt support for creating IaC artifacts for replatforming to Kubernetes/Openshift.
https://move2kube.konveyor.io/
Apache License 2.0
377 stars 119 forks source link

QA disable feature not working as expected for nodejs sample for network category #1154

Closed Akash-Nayak closed 3 months ago

Akash-Nayak commented 3 months ago

Describe the bug For the nodejs sample, even if I used the --qa-disable network with move2kube transform command to skip the questions that fall in the network category, Move2Kube still asks the question related to the port.

To Reproduce Steps to reproduce the behavior:

  1. Run move2kube transform -s nodejs --qa-disable network
  2. Answer the question during the transform phase
  3. It would ask the question related to port for the nodejs service.

Expected behavior With the --qa-disable network, it shouldn't ask the question related to the port and take the default answer.