How to increase shm size of a kubernetes container (--shm-size equivalent of docker)

后端 未结 3 646
闹比i
闹比i 2021-02-01 16:13

By default docker uses a shm size of 64m if not specified, but that can be increased in docker using --shm-size=256m

How should I increase shm size of a kuberenetes cont

3条回答
  •  礼貌的吻别
    2021-02-01 16:46

    I originally bumped into this post coming from google and went through the whole kubernetes issue and openshift workaround. Only to find the much simpler solution listed on another stackoverflow answer later.

提交回复
热议问题