From eee745066d05e6fdb14dda58c45ae5f108efe0b6 Mon Sep 17 00:00:00 2001 From: Prasad Katti Date: Wed, 26 Jan 2022 22:20:54 -0800 Subject: [PATCH] Move command to a code-block Put the command in a separate code block to keep things consistent --- content/en/docs/tasks/run-application/configure-pdb.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/en/docs/tasks/run-application/configure-pdb.md b/content/en/docs/tasks/run-application/configure-pdb.md index 3110c2f807..b4c735a330 100644 --- a/content/en/docs/tasks/run-application/configure-pdb.md +++ b/content/en/docs/tasks/run-application/configure-pdb.md @@ -173,7 +173,10 @@ automatically responds to changes in the number of replicas of the corresponding ## Create the PDB object -You can create or update the PDB object with a command like `kubectl apply -f mypdb.yaml`. +You can create or update the PDB object using kubectl. +```shell +kubectl apply -f mypdb.yaml +``` ## Check the status of the PDB