Browse Source
Improve markdownlint for contrib/network-storage (#7079)
Improve markdownlint for contrib/network-storage (#7079)
This fixes markdownlint failures under contrib/network-storage and contrib/vault.pull/7082/head
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 29 additions and 25 deletions
Unified View
Diff Options
-
2.gitlab-ci/lint.yml
-
20contrib/network-storage/glusterfs/README.md
-
12contrib/network-storage/heketi/README.md
-
20contrib/vault/vault.md
@ -1,22 +1,26 @@ |
|||||
# Deploy Heketi/Glusterfs into Kubespray/Kubernetes |
# Deploy Heketi/Glusterfs into Kubespray/Kubernetes |
||||
|
|
||||
This playbook aims to automate [this](https://github.com/heketi/heketi/blob/master/docs/admin/install-kubernetes.md) tutorial. It deploys heketi/glusterfs into kubernetes and sets up a storageclass. |
This playbook aims to automate [this](https://github.com/heketi/heketi/blob/master/docs/admin/install-kubernetes.md) tutorial. It deploys heketi/glusterfs into kubernetes and sets up a storageclass. |
||||
|
|
||||
## Important notice |
## Important notice |
||||
> Due to resource limits on the current project maintainers and general lack of contributions we are considering placing Heketi into a near-maintenance mode.[...] |
|
||||
|
|
||||
https://github.com/heketi/heketi#important-notice |
|
||||
|
> Due to resource limits on the current project maintainers and general lack of contributions we are considering placing Heketi into a [near-maintenance mode](https://github.com/heketi/heketi#important-notice) |
||||
|
|
||||
## Client Setup |
## Client Setup |
||||
|
|
||||
Heketi provides a CLI that provides users with a means to administer the deployment and configuration of GlusterFS in Kubernetes. [Download and install the heketi-cli](https://github.com/heketi/heketi/releases) on your client machine. |
Heketi provides a CLI that provides users with a means to administer the deployment and configuration of GlusterFS in Kubernetes. [Download and install the heketi-cli](https://github.com/heketi/heketi/releases) on your client machine. |
||||
|
|
||||
## Install |
## Install |
||||
|
|
||||
Copy the inventory.yml.sample over to inventory/sample/k8s_heketi_inventory.yml and change it according to your setup. |
Copy the inventory.yml.sample over to inventory/sample/k8s_heketi_inventory.yml and change it according to your setup. |
||||
``` |
|
||||
|
|
||||
|
```shell |
||||
ansible-playbook --ask-become -i inventory/sample/k8s_heketi_inventory.yml contrib/network-storage/heketi/heketi.yml |
ansible-playbook --ask-become -i inventory/sample/k8s_heketi_inventory.yml contrib/network-storage/heketi/heketi.yml |
||||
``` |
``` |
||||
|
|
||||
## Tear down |
## Tear down |
||||
``` |
|
||||
|
|
||||
|
```shell |
||||
ansible-playbook --ask-become -i inventory/sample/k8s_heketi_inventory.yml contrib/network-storage/heketi/heketi-tear-down.yml |
ansible-playbook --ask-become -i inventory/sample/k8s_heketi_inventory.yml contrib/network-storage/heketi/heketi-tear-down.yml |
||||
``` |
``` |
||||
|
|
||||
|
Write
Preview
Loading…
Cancel
Save