I want to limit the size of EmptyDir
in kubernetes-1.7.0, but got the following error:
[spec.volumes[3].emptyDir.sizeLimit: Forbidden: SizeLimit field disabled by feature-gate for EmptyDir volumes
So is the sizeLimit
for EmptyDir
not enabled by default? Is there a way to enable the feature?
Running kubelet
kube-apiserver
kube-controller-manager
and kube-scheduler
with this flag --feature-gates=AllAlpha=true
could solve this problem.