Kubernetes Engine V1 API - Module Google::Cloud::Container::V1::AdditionalIPRangesConfig::Status (v1.12.0)

Reference documentation and code samples for the Kubernetes Engine V1 API module Google::Cloud::Container::V1::AdditionalIPRangesConfig::Status.

Additional subnet with DRAINING status will not be selected during new node pool creation. To undrain the draining status, update the cluster to set the sunbet to ACTIVE status. To remove the additional subnet, use the update cluster API to remove the subnet from the desired_additional_ip_ranges list. IP ranges can be removed regardless of its status, as long as no node pools are using them.

Constants

STATUS_UNSPECIFIED

value: 0
Not set, same as ACTIVE.

ACTIVE

value: 1
ACTIVE status indicates that the subnet is available for new node pool creation.

DRAINING

value: 2
DRAINING status indicates that the subnet is not used for new node pool creation.