mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
Update UI, code comment, and README links to docs, tutorials (#26429)
* Update UI, code comment, and README links to docs, tutorials * fix typo in ephemeral disks learn more link url * feedback on typo Co-authored-by: Tim Gross <tgross@hashicorp.com> --------- Co-authored-by: Tim Gross <tgross@hashicorp.com>
This commit is contained in:
@@ -26,7 +26,7 @@ Usage: nomad acl binding-rule <subcommand> [options] [args]
|
||||
|
||||
This command groups subcommands for interacting with ACL binding rules.
|
||||
Nomad's ACL system can be used to control access to data and APIs. For a full
|
||||
guide see: https://developer.hashicorp.com/nomad/tutorials/access-control
|
||||
guide see: https://developer.hashicorp.com/nomad/docs/secure/acl
|
||||
|
||||
Create an ACL binding rule:
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ Usage: nomad acl policy <subcommand> [options] [args]
|
||||
This command groups subcommands for interacting with ACL policies. Nomad's ACL
|
||||
system can be used to control access to data and APIs. ACL policies allow a
|
||||
set of capabilities or actions to be granted or allowlisted. For a full guide
|
||||
see: https://developer.hashicorp.com/nomad/tutorials/access-control
|
||||
see: https://developer.hashicorp.com/nomad/docs/secure/acl
|
||||
|
||||
Create an ACL policy:
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@ Usage: nomad acl role <subcommand> [options] [args]
|
||||
This command groups subcommands for interacting with ACL roles. Nomad's ACL
|
||||
system can be used to control access to data and APIs. ACL roles are
|
||||
associated with one or more ACL policies which grant specific capabilities.
|
||||
For a full guide see: https://developer.hashicorp.com/nomad/tutorials/access-control
|
||||
For a full guide see: https://developer.hashicorp.com/nomad/docs/secure/acl
|
||||
|
||||
Create an ACL role:
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ Usage: nomad acl token <subcommand> [options] [args]
|
||||
This command groups subcommands for interacting with ACL tokens. Nomad's ACL
|
||||
system can be used to control access to data and APIs. ACL tokens are
|
||||
associated with one or more ACL policies which grant specific capabilities.
|
||||
For a full guide see: https://developer.hashicorp.com/nomad/tutorials/access-control
|
||||
For a full guide see: https://developer.hashicorp.com/nomad/docs/secure/acl
|
||||
|
||||
Create an ACL token:
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ node_pool "example" {
|
||||
# The scheduler configuration options specific to this node pool. This block
|
||||
# supports a subset of the fields supported in the global scheduler
|
||||
# configuration as described at:
|
||||
# https://developer.hashicorp.com/nomad/docs/commands/operator/scheduler/set-config
|
||||
# https://developer.hashicorp.com/nomad/commands/operator/scheduler/set-config
|
||||
#
|
||||
# * scheduler_algorithm is the scheduling algorithm to use for the pool.
|
||||
# If not defined, the global cluster scheduling algorithm is used.
|
||||
|
||||
@@ -24,7 +24,7 @@ Usage: nomad license <subcommand> [options] [args]
|
||||
|
||||
This command has subcommands for managing the Nomad Enterprise license.
|
||||
For more detailed examples see:
|
||||
https://developer.hashicorp.com/nomad/docs/commands/license
|
||||
https://developer.hashicorp.com/nomad/commands/license
|
||||
|
||||
Retrieve the server's license:
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ Usage: nomad namespace <subcommand> [options] [args]
|
||||
This command groups subcommands for interacting with namespaces. Namespaces
|
||||
allow jobs and their associated objects to be segmented from each other and
|
||||
other users of the cluster. For a full guide on namespaces see:
|
||||
https://developer.hashicorp.com/nomad/tutorials/manage-clusters/namespaces
|
||||
https://developer.hashicorp.com/nomad/docs/govern/namespaces
|
||||
|
||||
Create or update a namespace:
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ Usage: nomad operator autopilot <subcommand> [options]
|
||||
This command groups subcommands for interacting with Nomad's Autopilot
|
||||
subsystem. Autopilot provides automatic, operator-friendly management of Nomad
|
||||
servers. The command can be used to view or modify the current Autopilot
|
||||
configuration. For a full guide see: https://developer.hashicorp.com/nomad/tutorials/manage-clusters/autopilot
|
||||
configuration. For a full guide see: https://developer.hashicorp.com/nomad/docs/manage/autopilot
|
||||
|
||||
Get the current Autopilot configuration:
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ Usage: nomad quota <subcommand> [options] [args]
|
||||
quotas allow operators to restrict the aggregate resource usage of namespaces.
|
||||
Users can inspect existing quota specifications, create new quotas, delete and
|
||||
list existing quotas, and more. For a full guide on resource quotas see:
|
||||
https://developer.hashicorp.com/nomad/tutorials/governance-and-policy/quotas
|
||||
https://developer.hashicorp.com/nomad/docs/govern/resource-quotas
|
||||
|
||||
Examine a quota's status:
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ Usage: nomad sentinel <subcommand> [options] [args]
|
||||
Sentinel integration builds on the ACL System. Users can read existing
|
||||
Sentinel policies, create new policies, delete and list existing policies, and
|
||||
more. For a full guide on Sentinel policies see:
|
||||
https://developer.hashicorp.com/nomad/tutorials/governance-and-policy/sentinel
|
||||
https://developer.hashicorp.com/nomad/docs/govern/sentinel
|
||||
|
||||
Read an existing policy:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user