aws-cdk icon indicating copy to clipboard operation
aws-cdk copied to clipboard

fix(batch): windows does not support readonlyRootFilesystem

Open msambol opened this issue 4 months ago • 6 comments

Here's from the k8s docs:

securityContext.readOnlyRootFilesystem - not possible on Windows; write access is required for registry & system processes to run inside the container

Closes #29140.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

msambol avatar Feb 17 '24 03:02 msambol