Google Kubernetes Engine (GKE) cluster `error while creating mount source path` due to `read-only file system`
问题 I have a container with the following configuration: spec: template: spec: restartPolicy: OnFailure volumes: - name: local-src hostPath: path: /src/analysis/src type: DirectoryOrCreate containers: securityContext: privileged: true capabilities: add: - SYS_ADMIN Note that I'm intentionally omitting some other configuration parameters to keep the question short However, when I deploy it to my cluster on kubernetes on gcloud, I see the following error: Error: failed to start container "market