library
turbot/gcp
OverviewPipelines
0
Triggers
0
Variables
GitHub

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

NameTypeRequiredDescriptionDefault
credstringYesThe GCP application credentials file path.default
project_idstringYesThe GCP project ID.-
zonestringYesThe GCP zone.-
node_group_namestringYesThe name of the node group.-
autoscaler_modestringNoThe autoscaler mode.-
max_nodesnumberNoThe maximum number of nodes.-

Outputs

This pipeline has no outputs.