-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
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
feat(cspc): add support to pass priority class to the pool pods #1566
Conversation
Signed-off-by: Ashutosh Kumar <[email protected]>
ef56378
to
f61ee99
Compare
@@ -80,6 +80,11 @@ type CStorPoolClusterSpec struct { | |||
// If tolerations at PoolConfig is empty, this is written to | |||
// CSPI PoolConfig. | |||
Tolerations []v1.Toleration `json:"tolerations"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not relevant to this PR. We are using Tolerations
from poolConfig. This can be misleading. Can you verify the same?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changes are good
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
…ebs-archive#1566) Signed-off-by: Ashutosh Kumar <[email protected]>
This PR adds support to pass priority class to the pool pod.
Following is an example CSPC to pass pod priority class name to the pool pods :
NOTES: The priorityClassName on CSPC is not reconciled.
Signed-off-by: Ashutosh Kumar [email protected]