PDBs are updateable since 1.15 (#16738)

This commit is contained in:
Sarah Brofeldt 2019-10-09 03:05:52 +02:00 committed by Kubernetes Prow Robot
parent 591d23be86
commit 97480b2fce
1 changed files with 1 additions and 3 deletions

View File

@ -165,9 +165,7 @@ automatically responds to changes in the number of replicas of the corresponding
## Create the PDB object
You can create the PDB object with a command like `kubectl apply -f mypdb.yaml`.
You cannot update PDB objects. They must be deleted and re-created.
You can create or update the PDB object with a command like `kubectl apply -f mypdb.yaml`.
## Check the status of the PDB