-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat: preflight support for custom lam and kots ports #1224
feat: preflight support for custom lam and kots ports #1224
Conversation
This PR has been released (on staging) and is available for download with a embedded-cluster-smoke-test-staging-app license ID. Online Installer:
Airgap Installer (may take a few minutes before the airgap bundle is built):
Happy debugging! |
8e3f2d6
to
619b68c
Compare
kots and lam ports may be customized through command line flags so we need to make preflights to reflect these customizations.
b4a6a5d
to
e68ce3d
Compare
during one of the last rebases i have done i ended up overwriting the changes to the phrasing here, this commit restores it.
|
@ajp-io The previous recording was bogus, this is the actual thing: https://www.loom.com/share/bafc75d8e59e4dff9fd593e6b394a85d |
Looks great! Thanks for the Loom too. |
make the result of preflight execution a list instead of a table.
035ff12
to
36ff6e6
Compare
What this PR does / why we need it:
This PR depends on #1205 getting merged before, that is why it is a little big longer than the usual (it includes the changes from #1205).
The relevant part to be reviewed here is only the last commit (link), the review of the other commits will be done in the other PR.
Which issue(s) this PR fixes:
Does this PR require a test?
Does this PR require a release note?
Does this PR require documentation?