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