From 97480b2fce020a44d89b58b3269b807bddc81cfc Mon Sep 17 00:00:00 2001 From: Sarah Brofeldt Date: Wed, 9 Oct 2019 03:05:52 +0200 Subject: [PATCH] PDBs are updateable since 1.15 (#16738) --- content/en/docs/tasks/run-application/configure-pdb.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/content/en/docs/tasks/run-application/configure-pdb.md b/content/en/docs/tasks/run-application/configure-pdb.md index daadad0208f37..a53558d45e99e 100644 --- a/content/en/docs/tasks/run-application/configure-pdb.md +++ b/content/en/docs/tasks/run-application/configure-pdb.md @@ -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