Advertisement
VladimirLavrenchuk

max_map_count on init

Jan 31st, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.19 KB | None | 0 0
  1. "initContainers": [
  2.   {
  3.    "name": "sysctl",
  4.    "image": "busybox",
  5.    "command": ["sysctl", "-w", "vm.max_map_count=262144"],
  6.    "securityContext": {
  7.       "privileged": true
  8.     }
  9.   }
  10. ],
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement