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:
|
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", "desiredNodePoolAutoscaling", or "desired_workload_metadata_config" 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. |
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. Changing the locations a cluster is in will result in nodes being either created or removed from the cluster, depending on whether locations are being added or removed. This list must always include the cluster's primary zone. |
desiredMasterAuthorizedNetworksConfig |
The desired configuration options for master authorized networks feature. |
desiredPodSecurityPolicyConfig |
The desired configuration options for the PodSecurityPolicy 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 metrics. Currently available options:
|
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. |
desiredClusterTelemetry |
The desired telemetry integration for the cluster. |
desiredReleaseChannel |
The desired release channel configuration. |
desiredMasterVersion |
The Kubernetes version to change the master to. The only valid value is the latest supported version. Users may specify either explicit versions offered by Kubernetes Engine or version aliases, which have the following behavior:
|
desiredDatabaseEncryption |
Configuration of etcd encryption. |
desiredWorkloadIdentityConfig |
Configuration for Workload Identity. |
desiredShieldedNodes |
Configuration for Shielded Nodes. |
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. |