TmpSource#

class nublado.controller.config.TmpSource(*values)#

Bases: Enum

Where space for /tmp should come from.

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