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. |
desiredMeshCertificates |
Configuration for issuance of mTLS keys and certificates to Kubernetes pods. |
desiredShieldedNodes |
Configuration for Shielded Nodes. |
desiredCostManagementConfig |
The desired configuration for the fine-grained cost management feature. |
desiredDnsConfig |
DNSConfig contains clusterDNS config for this cluster. |
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. |
desiredL4ilbSubsettingConfig |
The desired L4 Internal Load Balancer Subsetting configuration. |
desiredDatapathProvider |
The desired datapath provider for the cluster. |
desiredPrivateIpv6GoogleAccess |
The desired state of IPv6 connectivity to Google Services. |
desiredNotificationConfig |
The desired notification configuration. |
desiredAuthenticatorGroupsConfig |
The desired authenticator groups config for the cluster. |
desiredLoggingConfig |
The desired logging configuration. |
desiredMonitoringConfig |
The desired monitoring configuration. |
desiredIdentityServiceConfig |
The desired Identity Service component configuration. |
desiredServiceExternalIpsConfig |
ServiceExternalIPsConfig specifies the config for the use of Services with ExternalIPs field. |
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:
|
desiredGcfsConfig |
The desired GCFS config for the cluster |
desiredNodePoolAutoConfigNetworkTags |
The desired network tags that apply to all auto-provisioned node pools in autopilot clusters and node auto-provisioning enabled clusters. |
desiredGatewayApiConfig |
The desired config of Gateway API on this cluster. |
etag |
The current etag of the cluster. If an etag is provided and does not match the current etag of the cluster, update will be blocked and an ABORTED error will be returned. |
desiredNodePoolLoggingConfig |
The desired node pool logging configuration defaults for the cluster. |
desiredStackType |
The desired stack type of the cluster. If a stack type is provided and does not match the current stack type of the cluster, update will attempt to change the stack type to the new type. |
desiredEnablePrivateEndpoint |
Enable/Disable private endpoint for the cluster's master. |
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. |
ILBSubsettingConfig
ILBSubsettingConfig contains the desired config of L4 Internal LoadBalancer subsetting on this cluster.
JSON representation |
---|
{ "enabled": boolean } |
Fields | |
---|---|
enabled |
Enables l4 ILB subsetting for this cluster. |