mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 15:39:42 +00:00
56 lines
1.7 KiB
Text
56 lines
1.7 KiB
Text
NAME
|
|
gcloud alpha compute sole-tenancy node-templates - read and manage Compute
|
|
Engine sole-tenancy node templates
|
|
|
|
SYNOPSIS
|
|
gcloud alpha compute sole-tenancy node-templates COMMAND
|
|
[GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) 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
|
|
(ALPHA) Add IAM policy binding to a Compute Engine node template.
|
|
|
|
create
|
|
(ALPHA) Create a Compute Engine node template.
|
|
|
|
delete
|
|
(ALPHA) Delete a Compute Engine node template.
|
|
|
|
describe
|
|
(ALPHA) Describe a Compute Engine node template.
|
|
|
|
get-iam-policy
|
|
(ALPHA) Get the IAM Policy for a Compute Engine node template.
|
|
|
|
list
|
|
(ALPHA) List Google Compute Engine node templates.
|
|
|
|
remove-iam-policy-binding
|
|
(ALPHA) Remove IAM policy binding from a Compute Engine node template.
|
|
|
|
set-iam-policy
|
|
(ALPHA) Set the IAM policy for a Compute Engine node template.
|
|
|
|
NOTES
|
|
This command is currently in alpha and might change without notice. If this
|
|
command fails with API permission errors despite specifying the correct
|
|
project, you might be trying to access an API with an invitation-only early
|
|
access allowlist. These variants are also available:
|
|
|
|
$ gcloud compute sole-tenancy node-templates
|
|
|
|
$ gcloud beta compute sole-tenancy node-templates
|
|
|