Is this a request for help?:
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
feature request
Version of Helm and Kubernetes:
2.6 & 1.7
Which chart:
redis
What happened:
After install this is in logs:
WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled
What you expected to happen:
Redis chart should have an InitContainer to prepare system for deploy
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know:
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale
Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.
If this issue is safe to close now please do so with /close.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle rotten
/remove-lifecycle stale
Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen.
Mark the issue as fresh with /remove-lifecycle rotten.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/close
I would like to reopen this bug.
@prydonius @tompizmor @sameersbn @carrodher @juan131 would you consider merging a PR with an initContainer in privileged mode that does this? If so it can easily be done.
Most helpful comment
I would like to reopen this bug.
@prydonius @tompizmor @sameersbn @carrodher @juan131 would you consider merging a PR with an initContainer in privileged mode that does this? If so it can easily be done.