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
Describe the problem/challenge you have Currently the nfs server started by nfs provisioner only take considering of pod affinity policy,
the issue with that is, since its requesting very small amount of resource, all the nfs pod will be schedule to the same node in my real life usage,
you can guess how bad that is since all nfs pod running on the same nodes
i also notice that it will be very slow to create new one 20 mins when there are already 3-4 nfs pod running on one node.
Describe the solution you'd like provide a way to set pod antiaffinity policy to the nfs pod so nfs server can be spread across the cluster.
Environment:
kubectl version
uname -a
Vote on this issue!
This is an invitation to the OpenEBS community to vote on issues. Use the "reaction smiley face" up to the right of this comment to vote.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the problem/challenge you have
Currently the nfs server started by nfs provisioner only take considering of pod affinity policy,
the issue with that is, since its requesting very small amount of resource, all the nfs pod will be schedule to the same node in my real life usage,
you can guess how bad that is since all nfs pod running on the same nodes
i also notice that it will be very slow to create new one 20 mins when there are already 3-4 nfs pod running on one node.
Describe the solution you'd like
provide a way to set pod antiaffinity policy to the nfs pod so nfs server can be spread across the cluster.
Environment:
kubectl version
): 1.23.16uname -a
):3.10.0-1127.19.1.el7.x86_64Vote on this issue!
This is an invitation to the OpenEBS community to vote on issues.
Use the "reaction smiley face" up to the right of this comment to vote.
The text was updated successfully, but these errors were encountered: