public enum AdditionalIPRangesConfig.Types.StatusReference documentation and code samples for the Google Kubernetes Engine v1 API enum AdditionalIPRangesConfig.Types.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.
Namespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Fields |
|
|---|---|
| Name | Description |
Active |
ACTIVE status indicates that the subnet is available for new node pool creation. |
Draining |
DRAINING status indicates that the subnet is not used for new node pool creation. |
Unspecified |
Not set, same as ACTIVE. |