Skip to content

Commit 7d9dd29

Browse files
authored
Merge pull request #31531 from prasadkatti/patch-1
Move command to a code-block
2 parents 023db16 + eee7450 commit 7d9dd29

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,10 @@ automatically responds to changes in the number of replicas of the corresponding
173173

174174
## Create the PDB object
175175

176-
You can create or update the PDB object with a command like `kubectl apply -f mypdb.yaml`.
176+
You can create or update the PDB object using kubectl.
177+
```shell
178+
kubectl apply -f mypdb.yaml
179+
```
177180

178181
## Check the status of the PDB
179182

0 commit comments

Comments
 (0)