-
Notifications
You must be signed in to change notification settings - Fork 110
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
Update --preflight
flag to no longer follow the Check=true
format
#893
Labels
carvel accepted
This issue should be considered for future work and that the triage process has been completed
enhancement
This issue is a feature request
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
Comments
everettraven
added
the
carvel triage
This issue has not yet been reviewed for validity
label
Mar 4, 2024
@tmshort expressed interest in working on this. |
@100mik @praveenrewar What are your thoughts on this? |
@everettraven Sounds good to me! Thanks you so much for all that you are doing 🙇🏻 |
praveenrewar
added
the
carvel accepted
This issue should be considered for future work and that the triage process has been completed
label
Mar 4, 2024
tmshort
added a commit
to tmshort/kapp
that referenced
this issue
Mar 4, 2024
Fix carvel-dev#893 The `--preflight` command line options now only specifies those preflight checks that are to be enables. Signed-off-by: Todd Short <[email protected]>
tmshort
added a commit
to tmshort/kapp
that referenced
this issue
Mar 4, 2024
Fix carvel-dev#893 The `--preflight` command line options now only specifies those preflight checks that are to be enables. Signed-off-by: Todd Short <[email protected]>
renuy
added
enhancement
This issue is a feature request
and removed
carvel triage
This issue has not yet been reviewed for validity
labels
Mar 5, 2024
renuy
added
the
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
label
Mar 5, 2024
praveenrewar
pushed a commit
that referenced
this issue
Mar 7, 2024
Fix #893 The `--preflight` command line options now only specifies those preflight checks that are to be enables. Signed-off-by: Todd Short <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
carvel accepted
This issue should be considered for future work and that the triage process has been completed
enhancement
This issue is a feature request
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
In some discussions around carvel-dev/carvel#729 it's come to my attention that with all preflight checks being disable by default, it doesn't make much sense to require the enabling of preflight checks to follow the format of
--preflight=Check=true,OtherCheck=true,...
and could instead follow the format of--preflight=Check,OtherCheck,...
. This makes it follow an "enabler" pattern where all preflight checks must be explicitly enabledThe text was updated successfully, but these errors were encountered: