Module: Google::Cloud::Container::V1beta1::NodeCreationConfig::Mode

Defined in:
proto_docs/google/container/v1beta1/cluster_service.rb

Overview

The mode of node creation.

Constant Summary collapse

MODE_UNSPECIFIED =

When no user input is provided.

0
VIA_KUBELET =

Kubelet registers itself.

1
VIA_CONTROL_PLANE =

gcp-controller-manager automatically creates the node object after CSR approval.

2