nodeCreationMode property

String? nodeCreationMode
getter/setter pair

The mode of node creation. Possible string values are:

  • "MODE_UNSPECIFIED" : When no user input is provided.
  • "VIA_KUBELET" : Kubelet registers itself.
  • "VIA_CONTROL_PLANE" : gcp-controller-manager automatically creates the node object after CSR approval.

Implementation

core.String? nodeCreationMode;