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.
1 parent a46bdc2 commit 2c82e7dCopy full SHA for 2c82e7d
content/en/docs/concepts/configuration/manage-resources-containers.md
@@ -337,13 +337,22 @@ spec:
337
ephemeral-storage: "2Gi"
338
limits:
339
ephemeral-storage: "4Gi"
340
+ volumeMounts:
341
+ - name: ephemeral
342
+ mountPath: "/tmp"
343
- name: log-aggregator
344
image: images.my-company.example/log-aggregator:v6
345
resources:
346
requests:
347
348
349
350
351
352
353
+ volumes:
354
355
+ emptyDir: {}
356
```
357
358
### How Pods with ephemeral-storage requests are scheduled
0 commit comments