-
Notifications
You must be signed in to change notification settings - Fork 404
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
[#6475] improvement: Disable the ryuk #6480
base: main
Are you sure you want to change the base?
Conversation
I don't think disabling ryuk globally is a good choice, when the rynk is disabled, developers need to clean up docker resources when testing locally. Could you please limit the scope and disable |
@youngyjd Maybe you can apply this commit. This may solve your issue. |
@jerqi seems working. not seeing errors related to permission anymore thanks! |
Better add some comments to the source code explaining why we are doing this. |
I agree with @tengqm that we should add comments to explain why do we need to add this configuration. |
What changes were proposed in this pull request?
Disable the ryuk
Why are the changes needed?
Fix: #6475
Does this PR introduce any user-facing change?
No.
How was this patch tested?
CI passed.