We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2198295 + 5254e90 commit 754b9e5Copy full SHA for 754b9e5
content/ja/docs/concepts/configuration/manage-resources-containers.md
@@ -270,13 +270,22 @@ spec:
270
ephemeral-storage: "2Gi"
271
limits:
272
ephemeral-storage: "4Gi"
273
+ volumeMounts:
274
+ - name: ephemeral
275
+ mountPath: "/tmp"
276
- name: log-aggregator
277
image: images.my-company.example/log-aggregator:v6
278
resources:
279
requests:
280
281
282
283
284
285
286
+ volumes:
287
288
+ emptyDir: {}
289
```
290
291
### エフェメラルストレージを要求するPodのスケジュール方法
0 commit comments