You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to install kube-bench on GKE. But we are getting read only file system error for /srv/kubernetes and /opt/cni volume mount directories. So instead of using the directory we are using emptyDir. How and what will be the effect if we use emptyDir
After installing the helm chart one of our misconfigcron job failed due to read only file system error. Following is the error. (combined from similar events): Error: failed to generate container "25441f585d69c59f163d51ddf295dd257e27392e79b3f2729" spec: failed to generate spec: failed to mkdir "/srv/kubernetes": mkdir /srv/kubernetes: read-only file system
The text was updated successfully, but these errors were encountered:
Overview
We are trying to install kube-bench on GKE. But we are getting read only file system error for
/srv/kubernetes
and/opt/cni
volume mount directories. So instead of using the directory we are usingemptyDir
. How and what will be the effect if we useemptyDir
Following is the cronjob
After installing the helm chart one of our misconfigcron job failed due to read only file system error. Following is the error.
(combined from similar events): Error: failed to generate container "25441f585d69c59f163d51ddf295dd257e27392e79b3f2729" spec: failed to generate spec: failed to mkdir "/srv/kubernetes": mkdir /srv/kubernetes: read-only file system
The text was updated successfully, but these errors were encountered: