Creating two empty dir in Kubernetes

Viewed 25

Can I create multiple empty dir volume and copy the content in it. Deployment has started failing after adding securityContext as:

securityContext: readOnlyRootFilesystem: true

Due to read only volume, deployment fails with the error: OSError: [Errno 30] Read-only file system: '

0 Answers
Related