Skip to content

Commit

Permalink
Merge pull request #4082 from zendesk/grosser/err
Browse files Browse the repository at this point in the history
ignore UnmanagedPods warnings so we can deploy when we detach pods
  • Loading branch information
grosser authored Nov 22, 2023
2 parents d31aa15 + 01193d5 commit 12e8a4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/kubernetes/app/models/kubernetes/resource_status.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ class ResourceStatus
PodDisruptionBudget: [
"CalculateExpectedPodCountFailed",
"NoControllers",
"NoPods"
"NoPods",
"UnmanagedPods"
],
Service: [
"FailedToUpdateEndpointSlices"
Expand Down

0 comments on commit 12e8a4c

Please sign in to comment.