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
The interactive cli outputs a non-interactive command, after that it asks if it should wait for PVCs to bind (if the storage class has the volumeBindingMode as bindOnFirstCustomer you must answer no to the question).
If the customer needs to rerun the command they are meant to be able to run the non-interactive command displayed. However, that includes the --no-confirm option which skips the wait for PVCs to bind question. As such the install will hang.
Proposed change is:
Ask wait for PVCs
if yes output non-interactive command same as currently with --no-confirm
if no still output --no-confirm but also add new argument --dont-wait-for-pvcs
Change the logic in the non-interactive command that if no-confirm is set check if dont-wait-for-pvcs is set
Relevant log output
n/a
The text was updated successfully, but these errors were encountered:
MAS CLI version
13.23.0
CLI function used
install
What happened?
The interactive cli outputs a non-interactive command, after that it asks if it should wait for PVCs to bind (if the storage class has the volumeBindingMode as bindOnFirstCustomer you must answer no to the question).
If the customer needs to rerun the command they are meant to be able to run the non-interactive command displayed. However, that includes the --no-confirm option which skips the wait for PVCs to bind question. As such the install will hang.
Proposed change is:
Ask wait for PVCs
if yes output non-interactive command same as currently with --no-confirm
if no still output --no-confirm but also add new argument --dont-wait-for-pvcs
Change the logic in the non-interactive command that if no-confirm is set check if dont-wait-for-pvcs is set
Relevant log output
The text was updated successfully, but these errors were encountered: