Skip to content

Commit fe1360f

Browse files
author
Tim Bannister
committed
Add headings for per-step cleanup
1 parent 7d0542f commit fe1360f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

content/en/docs/tasks/configure-pod-container/quality-service-pod.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ CPU limit, but does not specify a CPU request, Kubernetes automatically assigns
9797
the limit.
9898
{{< /note >}}
9999
100+
<!-- 4th level heading to suppress entry in nav -->
101+
#### Clean up {#clean-up-guaranteed}
102+
100103
Delete your Pod:
101104
102105
```shell
@@ -145,6 +148,9 @@ status:
145148
qosClass: Burstable
146149
```
147150
151+
<!-- 4th level heading to suppress entry in nav -->
152+
#### Clean up {#clean-up-burstable}
153+
148154
Delete your Pod:
149155
150156
```shell
@@ -185,6 +191,9 @@ status:
185191
qosClass: BestEffort
186192
```
187193
194+
<!-- 4th level heading to suppress entry in nav -->
195+
#### Clean up {#clean-up-besteffort}
196+
188197
Delete your Pod:
189198
190199
```shell

0 commit comments

Comments
 (0)