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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Added and enabled by default an emptyDir volume under tmp of the deployment for artifact pulls
so that we can make the rest of the root file system read only under the security context.
Added control over the VPA max allowed resources.
Changed
Requests and limits are always set on the deployment.
Increased default requests and limits because of the introduction of the emptyDir volume under /tmp.
Enabled read only root file system by default on the security context.
Update PolicyExceptions to v2 and fallback to v2beta1.