Skip to content

Commit 31d3d21

Browse files
committed
relocate 'qosClass' under 'status' in examples
1 parent 6b784ad commit 31d3d21

File tree

5 files changed

+30
-10
lines changed

5 files changed

+30
-10
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ spec:
8080
requests:
8181
cpu: 700m
8282
memory: 200Mi
83-
...
83+
...
84+
status:
8485
qosClass: Guaranteed
8586
```
8687
@@ -134,7 +135,8 @@ spec:
134135
memory: 200Mi
135136
requests:
136137
memory: 100Mi
137-
...
138+
...
139+
status:
138140
qosClass: Burstable
139141
```
140142
@@ -174,6 +176,7 @@ spec:
174176
...
175177
resources: {}
176178
...
179+
status:
177180
qosClass: BestEffort
178181
```
179182
@@ -219,6 +222,7 @@ spec:
219222
name: qos-demo-4-ctr-2
220223
resources: {}
221224
...
225+
status:
222226
qosClass: Burstable
223227
```
224228

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ spec:
7575
requests:
7676
cpu: 700m
7777
memory: 200Mi
78-
...
78+
...
79+
status:
7980
qosClass: Guaranteed
8081
```
8182
@@ -124,7 +125,8 @@ spec:
124125
memory: 200Mi
125126
requests:
126127
memory: 100Mi
127-
...
128+
...
129+
status:
128130
qosClass: Burstable
129131
```
130132
@@ -163,6 +165,7 @@ spec:
163165
...
164166
resources: {}
165167
...
168+
status:
166169
qosClass: BestEffort
167170
```
168171
@@ -208,6 +211,7 @@ spec:
208211
name: qos-demo-4-ctr-2
209212
resources: {}
210213
...
214+
status:
211215
qosClass: Burstable
212216
```
213217

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ spec:
7575
requests:
7676
cpu: 700m
7777
memory: 200Mi
78-
...
78+
...
79+
status:
7980
qosClass: Guaranteed
8081
```
8182
@@ -125,7 +126,8 @@ spec:
125126
memory: 200Mi
126127
requests:
127128
memory: 100Mi
128-
...
129+
...
130+
status:
129131
qosClass: Burstable
130132
```
131133
@@ -163,6 +165,7 @@ spec:
163165
...
164166
resources: {}
165167
...
168+
status:
166169
qosClass: BestEffort
167170
```
168171
@@ -206,6 +209,7 @@ spec:
206209
name: qos-demo-4-ctr-2
207210
resources: {}
208211
...
212+
status:
209213
qosClass: Burstable
210214
```
211215

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ spec:
8080
requests:
8181
cpu: 700m
8282
memory: 200Mi
83-
...
83+
...
84+
status:
8485
qosClass: Guaranteed
8586
```
8687
@@ -134,7 +135,8 @@ spec:
134135
memory: 200Mi
135136
requests:
136137
memory: 100Mi
137-
...
138+
...
139+
status:
138140
qosClass: Burstable
139141
```
140142
@@ -174,6 +176,7 @@ spec:
174176
...
175177
resources: {}
176178
...
179+
status:
177180
qosClass: BestEffort
178181
```
179182
@@ -219,6 +222,7 @@ spec:
219222
name: qos-demo-4-ctr-2
220223
resources: {}
221224
...
225+
status:
222226
qosClass: Burstable
223227
```
224228

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,8 @@ spec:
129129
requests:
130130
cpu: 700m
131131
memory: 200Mi
132-
...
132+
...
133+
status:
133134
qosClass: Guaranteed
134135
```
135136
@@ -216,7 +217,8 @@ spec:
216217
memory: 200Mi
217218
requests:
218219
memory: 100Mi
219-
...
220+
...
221+
status:
220222
qosClass: Burstable
221223
```
222224
@@ -283,6 +285,7 @@ spec:
283285
...
284286
resources: {}
285287
...
288+
status:
286289
qosClass: BestEffort
287290
```
288291
@@ -356,6 +359,7 @@ spec:
356359
name: qos-demo-4-ctr-2
357360
resources: {}
358361
...
362+
status:
359363
qosClass: Burstable
360364
```
361365

0 commit comments

Comments
 (0)