Skip to content

Change cli order for wait for pvcs in interactive mode #1609

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

IanBoden
Copy link
Contributor

When using interactive cli the wait for pvcs question is asked prior to the non-interactive command is displayed and if answered no the --no-wait-for-pvc flag is added. Added it to the summary in a new section as didn't seem to fit any existing ones.

When using non-interactive cli:
--no-confirm set , --no-wait-for-pvc not set : will wait for PVCs (same as before)
--no-confirm set, --no-wait-for-pvc set : will not wait for PVCs (change from before where it was ignored)
--no-confirm not set --no-wait-for-pvc not set : will ask the question (same as before)
--no-confirm not set --no-wait-for-pvc set : will not wait for PVCs (change from before where the question was asked)

Also fixed the non-interaactive cli output for installing cp4d components as they were getting dropped

Changed makefile as python 3 has been the default modern installers no longer create a python3 link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Interactive cli produces non-interactive command that doesn't work with bindOnFirstCustomer storageClass
1 participant