Class NodeKernelModuleLoading (2.61.0)

NodeKernelModuleLoading(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Configuration for kernel module loading on nodes.

Attribute

Name Description
policy google.cloud.container_v1beta1.types.LinuxNodeConfig.NodeKernelModuleLoading.Policy
Set the node module loading policy for nodes in the node pool.

Classes

Policy

Policy(value)

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

    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.