TmpSource

class controller.config.TmpSource(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: Enum

Whether /tmp should come from disk (and thus ephemeralStorage) or memory-as-tmpfs (and thus pod memory).

Attributes Summary

DISK

Use ephemeralStorage and node-local disk for /tmp

MEMORY

Use tmpfs and pod memory for /tmp

Attributes Documentation

DISK = 'disk'

Use ephemeralStorage and node-local disk for /tmp

MEMORY = 'memory'

Use tmpfs and pod memory for /tmp