-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[KOTS]: add recommended preflights #8857
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
Conversation
3edd999
to
cc331c6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes look good to me. I was trying to test it out with the image built with this PR, but I still see the old preflights. I might be missing something. will get back.
It's not in the |
@Pothulapati we do actually create PVCs for in cluster Docker registry and Minio |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes LGTM then!
cc331c6
to
53d7dcc
Compare
@@ -84,8 +84,16 @@ spec: | |||
message: There must be at least one node with the label "gitpod.io/workload_workspace_headless" and value "true" | |||
- pass: | |||
message: Node with label exists | |||
- customResourceDefinition: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I moved this up so the memory/CPU checks are in the same section - seemed more logical that way
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description
This is derived from #8840 and the initial work on the recommended items
Related Issue(s)
Fixes #8846 - memory check
Fixes #8856 - default storage class
How to test
Deploy via KOTS and run preflights
Release Notes
Documentation