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
create emptyDir for worker when using kind Deployment
it seems the root container volume is read-only, so we can't write
whatever we want to it anymore. Resolved by copying what we do in the
StatefulSet and creating an emptyDir volume for the work dir
Signed-off-by: Taylor Silva <[email protected]>
0 commit comments