PDB: Add maxUnavailable. (#9278)
This commit is contained in:
parent
726d7e6239
commit
170af7be88
3 changed files with 8 additions and 1 deletions
|
|
@ -345,7 +345,10 @@ controller:
|
|||
|
||||
replicaCount: 1
|
||||
|
||||
# -- Define either 'minAvailable' or 'maxUnavailable', never both.
|
||||
minAvailable: 1
|
||||
# -- Define either 'minAvailable' or 'maxUnavailable', never both.
|
||||
# maxUnavailable: 1
|
||||
|
||||
## Define requests resources to avoid probe issues due to CPU utilization in busy nodes
|
||||
## ref: https://github.com/kubernetes/ingress-nginx/issues/4735#issuecomment-551204903
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue