Difference between revisions of "Kubernetes PodDisruptionBudget (PDB)"

From wikieduonline
Jump to navigation Jump to search
Line 4: Line 4:
 
  [[kubectl api-resources]] | grep -i pdb
 
  [[kubectl api-resources]] | grep -i pdb
 
  poddisruptionbudgets              pdb          policy/v1                              true        PodDisruptionBudget
 
  poddisruptionbudgets              pdb          policy/v1                              true        PodDisruptionBudget
 +
 +
33m        Warning  CalculateExpectedPodCountFailed  poddisruptionbudget/xxxx-pdb                    Failed to calculate the number of expected pods: [[statefulsets.apps]] does not implement the scale subresource
 +
  
 
  [[kind: PodDisruptionBudget]]
 
  [[kind: PodDisruptionBudget]]

Revision as of 15:22, 6 July 2022


kubectl api-resources | grep -i pdb
poddisruptionbudgets              pdb          policy/v1                              true         PodDisruptionBudget
33m         Warning   CalculateExpectedPodCountFailed   poddisruptionbudget/xxxx-pdb                     Failed to calculate the number of expected pods: statefulsets.apps does not implement the scale subresource


kind: PodDisruptionBudget


55m         Normal    NoPods                            poddisruptionbudget/your_text                     No matching pods found

See also

Advertising: