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:
Aimee Ukasick
2025-08-06 09:40:23 -05:00
committed by GitHub
parent 1c63ad50d9
commit a30cb2f137
38 changed files with 46 additions and 46 deletions

View File

@@ -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.

View 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

View File

@@ -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

View File

@@ -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