Skip to content

Commit 43d05cd

Browse files
lint: fix markdown formatting for prettier
Fix blank line issues in reclaimspace.md and volume-condition.md to satisfy prettier markdown formatting rules. Signed-off-by: Praveen M <m.praveen@ibm.com> Assisted-by: Claude <noreply@anthropic.com>
1 parent 89d80be commit 43d05cd

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

docs/reclaimspace.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ To disable reclaim space for a specific PersistentVolumeClaim (PVC), follow thes
174174
```bash
175175
kubectl annotate reclaimspacecronjobs <RECLAIMSPACECRONJOB_NAME> "csiaddons.openshift.io/state=unmanaged" --overwrite=true
176176
```
177+
177178
- Add `suspend: true` under the `spec` field.
178179
```bash
179180
kubectl patch reclaimspacecronjobs <RECLAIMSPACECRONJOB_NAME> -p '{"spec": {"suspend": true}}' --type=merge

docs/volume-condition.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,11 @@ Additional options for reporting include:
2525

2626
- include the volume condition in the metrics (similar to [KEP-4132][k8s_kep])
2727
- generate an event for one or more of
28-
2928
1. the PersistentVolume
3029
1. the Pod that uses the PersistentVolumeClaim
3130
1. the Node where the volume condition is abnormal
3231

3332
- annotate one or more of
34-
3533
1. the PersistentVolume
3634
1. the PersistentVolumeClaim
3735
1. the Pod that uses the PersistentVolumeClaim

0 commit comments

Comments
 (0)