-
Notifications
You must be signed in to change notification settings - Fork 161
Add dev resources to improve local testing capability #4511
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
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.
Thanks @mproffitt! Some minor suggestions from me. I would also appreciate if list of kustomize resource filenames are organized alphabetically and an empty line at the end of all files. But none of this is a blocker. 😸
- Resource alphabetical ordering - fix `-f` to become `-k` as otherwise specified (muscle memory) - split monitoring namespace to earlier in kustomize tree - drop `targetNamespace` from monitoring - podinfo targetNamespace remains as this enforces namespace to resources that do not have it set in upstream repo
I added an additional note to the readme in I'm happy to let this remain broken as it shows a "failed resource" in the UI which can be useful for testing. |
31ae487
to
f46f5da
Compare
ca6d2a4
to
d6b6511
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.
LGTM!
What changed?
Adds a base set of resources to apply to a kind cluster for local testing.
Why was this change made?
To improve testing capabilities when developing locally
How was this change implemented?
How did you validate the change?
By applying all resources under
tools/dev-resources
withRelease notes
N/A
Documentation Changes
No.