LoginSignup
10
3

More than 3 years have passed since last update.

kubernetesで起動したPod(container)に Failed to set up the root directory for shared mount propagation: Operation not permitted と表示されたときにやること

Last updated at Posted at 2019-08-26

securityContextで、privilegedをtrueに設定する。

containers:
  securityContext:
    privileged: true
10
3
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
10
3