Skip to content
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

ignore UnmanagedPods warnings so we can deploy when we detach pods #4082

Merged
merged 1 commit into from
Nov 22, 2023

Conversation

grosser
Copy link
Contributor

@grosser grosser commented Nov 22, 2023

as part of internal tooling we detach pods from their replicaset,
during this time we get

[20:25:16]   Warning UnmanagedPods: Pods selected by this PodDisruptionBudget <meta> were found to be unmanaged. As a result, the status of the PDB cannot be calculated correctly, which may result in undefined behavior. To account for these pods please set ".spec.minAvailable" field of the PDB to an integer value.

to avoid blocking deploys we now ignore them
(new warning in kubernetes 1.27 so this should not change any existing behavior users expect)

Risks

  • Low

@grosser grosser requested a review from a team as a code owner November 22, 2023 18:33
@grosser grosser merged commit 12e8a4c into master Nov 22, 2023
10 checks passed
@grosser grosser deleted the grosser/err branch November 22, 2023 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants