-
Notifications
You must be signed in to change notification settings - Fork 392
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
Improve local k8s developer experience #1920
Conversation
✅ Deploy Preview for tetragon ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
Thank you @sadath-12, I left some comments regarding rules names mostly.
Please also squash the commits for clean git history :)
Thank you @lambdanis for helping this improve |
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.
looks good to me, thanks!
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 look good, I'm sorry I would just block this as it will change the default make target. See comments.
This is also a nit but checkpatch is detecting you have duplicate signature in your commit message. You can use
|
updated . thank you @mtardy |
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 was mostly commenting on the Makefile changes, if @lambdanis approves this I'm okay! :) Thanks for the work!
Compile all commands listed for kind setup into one make command via make kind-setup and updated docs accordingly along removing minikube setup Signed-off-by: sadath-12 <sadathsadu2002@gmail.com>
Compile all commands listed for kind setup into one make command via
make kind-setup
and updated docs accordingly and removes minikube setup as there is neglible chances that someone will use it over kind and we have to make our docs cleanCloses #1849