yc managed-trino cluster update
Update the specified Trino cluster
Command Usage
Syntax:
yc managed-trino cluster update <CLUSTER-NAME>|<CLUSTER-ID> [Flags...] [Global Flags...]
Flags
|
Flag |
Description |
|
|
Trino cluster id. |
|
|
Trino cluster name. |
|
|
Display information about the operation in progress, without waiting for the operation to complete. |
|
|
New name for the Trino cluster |
|
|
Description of the cluster. |
|
|
A list of Trino cluster labels as key-value pairs. |
|
|
Deletion Protection inhibits deletion of the cluster. |
|
|
Configuration of coordinator instance. Possible property names:
|
|
|
Configuration of worker instances. Possible property names:
|
|
|
Enable retry policy. |
|
|
Retry policy level. Values: 'query', 'task' |
|
|
Map entries for RetryPolicyConfig.additional_properties. |
|
|
Use service-side S3 bucket for the Exchange Manager storage. |
|
|
Map entries for ExchangeManagerConfig.additional_properties. |
|
|
Trusted CA-certificates files. Empty list makes no effect. Each file should contain single self-signed CA-certificate or chain of CA-certificates where first certificate is the leaf and last certificate is the self-signed root. |
|
|
Whether to remove all trusted certificates from cluster TLS configuration. |
|
|
Query properties as key-value pairs for resource management configuration. |
|
|
A list of security groups for the Trino cluster. |
|
|
Enable private access to the cluster. |
|
|
A service account id used to access Cloud resources. |
|
|
Trino version. |
|
|
Whether logs generated by the Trino components are delivered to Cloud Logging. |
|
|
Logs will be written to default log group in specified folder. |
|
|
Logs will be written to log group resolved by ID. |
|
|
Minimum log entry level. Possible values: TRACE, DEBUG, INFO, WARN, ERROR, FATAL |
|
|
Maintenance window settings. Possible property names:
|
Global Flags
|
Flag |
Description |
|
|
Set the custom configuration file. |
|
|
Debug logging. |
|
|
Debug gRPC logging. Very verbose, used for debugging connection problems. |
|
|
Disable printing user intended output to stderr. |
|
|
Enable gRPC retries. By default, retries are enabled with maximum 5 attempts. |
|
|
Set the ID of the cloud to use. |
|
|
Set the ID of the folder to use. |
|
|
Set the name of the folder to use (will be resolved to id). |
|
|
Set the Cloud API endpoint (host:port). |
|
|
Set the OAuth token to use. |
|
|
Set the ID of the service account to impersonate. |
|
|
Disable opening browser for authentication. |
|
|
Set the output format: text (default), yaml, json, json-rest. |
|
|
Query to select values from the response using jq syntax |
|
|
Display help for the command. |