mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-10 11:21:48 +00:00
52 lines
1.4 KiB
Text
52 lines
1.4 KiB
Text
NAME
|
|
gcloud compute sole-tenancy node-templates - read and manage Compute Engine
|
|
sole-tenancy node templates
|
|
|
|
SYNOPSIS
|
|
gcloud compute sole-tenancy node-templates COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Node templates are used to create the nodes in node groups. Nodes are
|
|
Compute Engine servers that are dedicated to your workload. Node templates
|
|
define either the node type or the requirements for a node in terms of
|
|
vCPU, memory, and localSSD.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
add-iam-policy-binding
|
|
Add IAM policy binding to a Compute Engine node template.
|
|
|
|
create
|
|
Create a Compute Engine node template.
|
|
|
|
delete
|
|
Delete a Compute Engine node template.
|
|
|
|
describe
|
|
Describe a Compute Engine node template.
|
|
|
|
get-iam-policy
|
|
Get the IAM Policy for a Compute Engine node template.
|
|
|
|
list
|
|
List Google Compute Engine node templates.
|
|
|
|
remove-iam-policy-binding
|
|
Remove IAM policy binding from a Compute Engine node template.
|
|
|
|
set-iam-policy
|
|
Set the IAM policy for a Compute Engine node template.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha compute sole-tenancy node-templates
|
|
|
|
$ gcloud beta compute sole-tenancy node-templates
|
|
|