-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
chore: Add some empty dir volume mounts for the application controller (#19474) #19480
chore: Add some empty dir volume mounts for the application controller (#19474) #19480
Conversation
❌ Preview Environment deleted from BunnyshellAvailable commands (reply to this comment):
|
❌ Preview Environment deleted from BunnyshellAvailable commands (reply to this comment):
|
1c6a22e
to
51308af
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #19480 +/- ##
=========================================
Coverage ? 55.11%
=========================================
Files ? 324
Lines ? 55201
Branches ? 0
=========================================
Hits ? 30426
Misses ? 22159
Partials ? 2616 ☔ View full report in Codecov by Sentry. |
It may be worth mentioning that, when using the "Security hardened images" by Akuity, the path would be In fact, this PR would introduce the first and only mention of the word "ubuntu" in all of the installation manifests, and I don't know if that's desirable. Maybe it would be better to add Edit: Actually, it's |
51308af
to
cf327a4
Compare
@ChristianCiach, thanks for letting me know. I've removed that mount and instead added a parameter in a config map to override the |
I would probably just put |
cf327a4
to
aa5b20c
Compare
I've updated the ENV variable to just point to |
argoproj#19474) Closes argoproj#19474 Kube cache couldn't be used on read-only root file system leading to errors as revealed with `--gloglevel` equal to 6. Create an empty dir mount for `/tmp` and override `KUBECACHEDIR` to be in `/tmp`. Signed-off-by: Andrii Korotkov <[email protected]>
aa5b20c
to
5158c4d
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
Thanks @jannfis @rumstead for reviewing it. It also LGTM for me . @andrii-korotkov-verkada sorry for delay in reviewing it |
No worries, I'm glad that it got attention. |
Closes #19474
Kube cache couldn't be used on read-only root file system leading to errors as revealed with
--gloglevel
equal to 6.Create an empty dir mount for
/tmp
and add a config-map-based param to overrideKUBECACHEDIR
.Checklist: