library
turbot/gcp
Get Involved
Version
Pipeline: Update Compute Node Group
This pipeline updates a sole-tenancy node group.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run gcp.pipeline.update_compute_node_group \ --arg 'project_id=<string>' \ --arg 'zone=<string>' \ --arg 'node_group_name=<string>'
Use this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" { pipeline = gcp.pipeline.update_compute_node_group args = { project_id = <string> zone = <string> node_group_name = <string> }}
Params
Name | Type | Required | Description | Default |
---|---|---|---|---|
conn | connection.gcp | Yes | Name of GCP connection to use. If not provided, the default GCP connection will be used. | connection.gcp.default |
project_id | string | Yes | The GCP project ID. | - |
zone | string | Yes | The GCP zone. | - |
node_group_name | string | Yes | The name of the node group. | - |
autoscaler_mode | string | No | The autoscaler mode. | - |
max_nodes | number | No | The maximum number of nodes. | - |
Outputs
This pipeline has no outputs.