Move command to a code-block

Put the command in a separate code block to keep things consistent
This commit is contained in:
Prasad Katti
2022-01-26 22:20:54 -08:00
committed by GitHub
parent 00d4e05e98
commit eee745066d
@@ -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