You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Run move2kube transform -s nodejs --qa-disable network
Answer the question during the transform phase
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.
The text was updated successfully, but these errors were encountered:
Describe the bug
For the
nodejs
sample, even if I used the--qa-disable network
withmove2kube 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:
move2kube transform -s nodejs --qa-disable network
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.The text was updated successfully, but these errors were encountered: