ClusterUpdate describes an update to the cluster. Exactly one update can be applied to a cluster with each request, so at most one field can be provided.
JSON representation | |
---|---|
{ "desiredNodeVersion": string, "desiredMonitoringService": string, "desiredAddonsConfig": { object ( |
Fields | |
---|---|
desiredNodeVersion |
The Kubernetes version to change the nodes to (typically an upgrade). Users may specify either explicit versions offered by Kubernetes Engine or version aliases, which have the following behavior:
|
desiredMonitoringService |
The monitoring service the cluster should use to write metrics. Currently available options:
If left as an empty string, |
desiredAddonsConfig |
Configurations for the various addons available to run in the cluster. |
desiredNodePoolId |
The node pool to be upgraded. This field is mandatory if "desiredNodeVersion", "desired_image_family" or "desiredNodePoolAutoscaling" is specified and there is more than one node pool on the cluster. |
desiredImageType |
The desired image type for the node pool. NOTE: Set the "desired_node_pool" field as well. |
desiredDatabaseEncryption |
Configuration of etcd encryption. |
desiredWorkloadIdentityConfig |
Configuration for Workload Identity. |
desiredShieldedNodes |
Configuration for Shielded Nodes. |
desiredNodePoolAutoscaling |
Autoscaler configuration for the node pool specified in desiredNodePoolId. If there is only one pool in the cluster and desiredNodePoolId is not provided then the change applies to that single node pool. |
desiredLocations[] |
The desired list of Google Compute Engine zones in which the cluster's nodes should be located. This list must always include the cluster's primary zone. Warning: changing cluster locations will update the locations of all node pools and will result in nodes being added and/or removed. |
desiredMasterAuthorizedNetworksConfig |
The desired configuration options for master authorized networks feature. |
desiredClusterAutoscaling |
Cluster-level autoscaling configuration. |
desiredBinaryAuthorization |
The desired configuration options for the Binary Authorization feature. |
desiredLoggingService |
The logging service the cluster should use to write logs. Currently available options:
If left as an empty string, |
desiredResourceUsageExportConfig |
The desired configuration for exporting resource usage. |
desiredVerticalPodAutoscaling |
Cluster-level Vertical Pod Autoscaling configuration. |
desiredPrivateClusterConfig |
The desired private cluster configuration. |
desiredIntraNodeVisibilityConfig |
The desired config of Intra-node visibility. |
desiredDefaultSnatStatus |
The desired status of whether to disable default sNAT for this cluster. |
desiredReleaseChannel |
The desired release channel configuration. |
desiredPrivateIpv6GoogleAccess |
The desired state of IPv6 connectivity to Google Services. |
desiredNotificationConfig |
The desired notification configuration. |
desiredMasterVersion |
The Kubernetes version to change the master to. Users may specify either explicit versions offered by Kubernetes Engine or version aliases, which have the following behavior:
|
IntraNodeVisibilityConfig
IntraNodeVisibilityConfig contains the desired config of the intra-node visibility on this cluster.
JSON representation | |
---|---|
{ "enabled": boolean } |
Fields | |
---|---|
enabled |
Enables intra node visibility for this cluster. |