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:
@@ -16,4 +16,4 @@ in this directory. This folder should include:
|
||||
* Add an `Author: @<Github Username>` field at the top so you can be tagged
|
||||
on issues.
|
||||
* A Nomad job file for the plugin.
|
||||
* A [volume specification](https://developer.hashicorp.com/nomad/docs/commands/volume/register#volume-specification) file.
|
||||
* A [volume specification](https://developer.hashicorp.com/nomad/commands/volume/register#volume-specification) file.
|
||||
|
||||
@@ -9,7 +9,7 @@ can be modified for the CephFS Driver, as used
|
||||
## Deployment
|
||||
|
||||
The Ceph CSI Node task requires that [`privileged =
|
||||
true`](https://developer.hashicorp.com/nomad/docs/drivers/docker#privileged) be
|
||||
true`](https://developer.hashicorp.com/nomad/docs/deploy/task-driver/docker#allow_privileged) be
|
||||
set. This is not needed for the Controller task.
|
||||
|
||||
### Plugin Arguments
|
||||
|
||||
@@ -20,7 +20,7 @@ region = RegionOne
|
||||
|
||||
### Docker Privileged Mode
|
||||
|
||||
The Cinder CSI Node task requires that [`privileged = true`](https://developer.hashicorp.com/nomad/docs/drivers/docker#privileged) be set. This is not needed for the Controller task.
|
||||
The Cinder CSI Node task requires that [`privileged = true`](https://developer.hashicorp.com/nomad/docs/deploy/task-driver/docker#allow_privileged) be set. This is not needed for the Controller task.
|
||||
|
||||
## Container Arguments
|
||||
|
||||
|
||||
@@ -113,7 +113,7 @@ job "kadalu-csi-controller" {
|
||||
image = "docker.io/kadalu/kadalu-csi:${var.kadalu_version}"
|
||||
|
||||
# Nomad client config for docker plugin should have privileged set to 'true'
|
||||
# refer https://developer.hashicorp.com/nomad/docs/drivers/docker#privileged
|
||||
# refer https://developer.hashicorp.com/nomad/docs/deploy/task-driver/docker#allow_privileged
|
||||
# Need to access '/dev/fuse' for mounting external gluster volume
|
||||
privileged = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user