mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 15:39:42 +00:00
54 lines
1.5 KiB
Text
54 lines
1.5 KiB
Text
NAME
|
|
gcloud beta compute sole-tenancy node-templates - read and manage Compute
|
|
Engine sole-tenancy node templates
|
|
|
|
SYNOPSIS
|
|
gcloud beta compute sole-tenancy node-templates COMMAND
|
|
[GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(BETA) 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
|
|
(BETA) Add IAM policy binding to a Compute Engine node template.
|
|
|
|
create
|
|
(BETA) Create a Compute Engine node template.
|
|
|
|
delete
|
|
(BETA) Delete a Compute Engine node template.
|
|
|
|
describe
|
|
(BETA) Describe a Compute Engine node template.
|
|
|
|
get-iam-policy
|
|
(BETA) Get the IAM Policy for a Compute Engine node template.
|
|
|
|
list
|
|
(BETA) List Google Compute Engine node templates.
|
|
|
|
remove-iam-policy-binding
|
|
(BETA) Remove IAM policy binding from a Compute Engine node template.
|
|
|
|
set-iam-policy
|
|
(BETA) Set the IAM policy for a Compute Engine node template.
|
|
|
|
NOTES
|
|
This command is currently in beta and might change without notice. These
|
|
variants are also available:
|
|
|
|
$ gcloud compute sole-tenancy node-templates
|
|
|
|
$ gcloud alpha compute sole-tenancy node-templates
|
|
|