Class NodePoolAutoConfig (2.47.0)

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

node pool configs that apply to all auto-provisioned node pools in autopilot clusters and node auto-provisioning enabled clusters

Attributes

Name Description
network_tags google.cloud.container_v1beta1.types.NetworkTags
The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster creation. Each tag within the list must comply with RFC1035.
resource_manager_tags google.cloud.container_v1beta1.types.ResourceManagerTags
Resource manager tag keys and values to be attached to the nodes for managing Compute Engine firewalls using Network Firewall Policies.
node_kubelet_config google.cloud.container_v1beta1.types.NodeKubeletConfig
NodeKubeletConfig controls the defaults for autoprovisioned node-pools. Currently only insecure_kubelet_readonly_port_enabled can be set here.