Skip to content

Commit 97480b2

Browse files
srhbk8s-ci-robot
authored andcommitted
PDBs are updateable since 1.15 (kubernetes#16738)
1 parent 591d23b commit 97480b2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

content/en/docs/tasks/run-application/configure-pdb.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,7 @@ automatically responds to changes in the number of replicas of the corresponding
165165

166166
## Create the PDB object
167167

168-
You can create the PDB object with a command like `kubectl apply -f mypdb.yaml`.
169-
170-
You cannot update PDB objects. They must be deleted and re-created.
168+
You can create or update the PDB object with a command like `kubectl apply -f mypdb.yaml`.
171169

172170
## Check the status of the PDB
173171

0 commit comments

Comments
 (0)