Kubernetes Engine V1 API - Module Google::Cloud::Container::V1::LinuxNodeConfig::NodeKernelModuleLoading::Policy (v1.11.1)

Reference documentation and code samples for the Kubernetes Engine V1 API module Google::Cloud::Container::V1::LinuxNodeConfig::NodeKernelModuleLoading::Policy.

Defines the kernel module loading policy for nodes in the nodepool.

Constants

POLICY_UNSPECIFIED

value: 0
Default behavior. GKE selects the image based on node type. For CPU and TPU nodes, the image will not allow loading external kernel modules. For GPU nodes, the image will allow loading any module, whether it is signed or not.

ENFORCE_SIGNED_MODULES

value: 1
Enforced signature verification: Node pools will use a Container-Optimized OS image configured to allow loading of Google-signed external kernel modules. Loadpin is enabled but configured to exclude modules, and kernel module signature checking is enforced.

DO_NOT_ENFORCE_SIGNED_MODULES

value: 2
Mirrors existing DEFAULT behavior: For CPU and TPU nodes, the image will not allow loading external kernel modules. For GPU nodes, the image will allow loading any module, whether it is signed or not.