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
In other words, it will always try to start a new replica first and then kill the old one. And if the PVC was RWO, it would not be able to spawn a new pod until the old pod was killed. Thus, it must have RWX if that strategy should work.
And additionally, clearly it must be RWX if users should be able to configure more than 1 replica for the deployment.
Hello,
It's all in the title.
And why use ReadWriteMany by default on his pvc ?
The text was updated successfully, but these errors were encountered: