We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This creates issues where those pods all call for access to the same storage for many users, as RWX CSIs are definately not the default.
Make some sane defaults:
This should fix most RWX-RWO related issues
.
Its important to note that "multi-workload" splits are not for High Availability, so it doesn't matter if they get deployed on the same pod.
However, multiple replicas áre intended for HA and hence should be split among nodes.
The text was updated successfully, but these errors were encountered:
PrivatePuffin
Successfully merging a pull request may close this issue.
Is your feature request related to a problem?
This creates issues where those pods all call for access to the same storage for many users, as RWX CSIs are definately not the default.
Describe the solution you'd like
Make some sane defaults:
This should fix most RWX-RWO related issues
Describe alternatives you've considered
.
Additional context
Its important to note that "multi-workload" splits are not for High Availability, so it doesn't matter if they get deployed on the same pod.
However, multiple replicas áre intended for HA and hence should be split among nodes.
I've read and agree with the following
The text was updated successfully, but these errors were encountered: