-
Notifications
You must be signed in to change notification settings - Fork 218
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
Add PodDisruptionBudget for NodePools #547
Conversation
} | ||
|
||
} | ||
} |
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.
This needs an else to delete a potentially existing PDB if enable is set to false
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.
Else case is still missing
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.
Deletion is still not handled, is it?
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.
Else with deletion is not handled
@@ -4334,6 +4334,70 @@ spec: | |||
additionalProperties: | |||
type: string | |||
type: object | |||
pdb: |
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.
The change also needs to be copied into the helm chart
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.
CRD changes have not been copied to helm chart
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 have still not been copied to the helm chart
@@ -4334,6 +4334,70 @@ spec: | |||
additionalProperties: | |||
type: string | |||
type: object | |||
pdb: |
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.
CRD changes have not been copied to helm chart
} | ||
|
||
} | ||
} |
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.
Else case is still missing
Co-authored-by: Sebastian Woehrl <[email protected]>
} | ||
|
||
} | ||
} |
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.
Else with deletion is not handled
@@ -4334,6 +4334,70 @@ spec: | |||
additionalProperties: | |||
type: string | |||
type: object | |||
pdb: |
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 have still not been copied to the helm chart
Signed-off-by: Sebastian Woehrl <[email protected]>
Signed-off-by: Sebastian Woehrl <[email protected]>
Signed-off-by: Sebastian Woehrl <[email protected]>
for opensearch-project#391 --------- Signed-off-by: Sebastian Woehrl <[email protected]> Co-authored-by: Sebastian Woehrl <[email protected]>
for opensearch-project#391 --------- Signed-off-by: Sebastian Woehrl <[email protected]> Co-authored-by: Sebastian Woehrl <[email protected]>
for #391