Skip to content

Commit

Permalink
docs: rename 'dynamic localpv' to 'LocalPV Hostpath'
Browse files Browse the repository at this point in the history
Signed-off-by: Niladri Halder <[email protected]>
  • Loading branch information
niladrih committed Apr 11, 2024
1 parent dd5603f commit 49d50a0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
6 changes: 3 additions & 3 deletions design/hostpath_localpv_provisioner.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Hostpath LocalPV Provisioner
title: LocalPV Hostpath
authors:
- "@niladrih"
owners:
Expand All @@ -8,11 +8,11 @@ creation-date: 2021-08-28
last-updated: 2021-08-28
---

# Hostpath LocalPV Provisioner
# LocalPV Hostpath

## Table of Contents

- [Hostpath LocalPV Provisioner](#hostpath-localpv-provisioner)
- [LocalPV Hostpath](#localpv-hostpath)
- [Table of Contents](#table-of-contents)
- [Summary](#summary)
- [Problem](#problem)
Expand Down
4 changes: 2 additions & 2 deletions docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A Kubernetes cluster with Kubernetes v1.23 or above.
For more platform-specific installation instructions, [click here](./installation/platforms/).

## Install using Helm chart
Install OpenEBS Dynamic LocalPV Provisioner using the openebs helm chart. Sample command:
Install OpenEBS LocalPV Hostpath using the openebs helm chart. Sample command:
```console
#helm repo add openebs https://openebs.github.io/openebs
#helm repo update
Expand All @@ -16,7 +16,7 @@ helm install openebs openebs/openebs -n openebs --create-namespace

<details>
<summary>Click here for configuration options.</summary>
1. Install OpenEBS Dynamic LocalPV Provisioner with a custom hostpath directory.
1. Install OpenEBS LocalPV Hostpath Provisioner with a custom hostpath directory.
This will change the `BasePath` value for the 'openebs-hostpath' StorageClass.
```console
helm install openebs openebs/openebs -n openebs --create-namespace \
Expand Down
4 changes: 1 addition & 3 deletions docs/tutorials/hostpath/xfs_quota/enable-xfs-quota.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
>**Note:** You may [use a loop device with XFS filesystem](./use-xfs-fs-with-loop-device.md) for XFS Quota. With a loop device based setup, you don't have to have an XFS root filesystem or external disks with XFS.
### Install the OpenEBS Dynamic LocalPV Provisioner
Install the OpenEBS Dynamic LocalPV Provisioner using the following given below. For more installation options, refer to [the quickstart guide](../../../quickstart.md).
Install the OpenEBS LocalPV Hostpath Provisioner using the following given below. For more installation options, refer to [the quickstart guide](../../../quickstart.md).
```console
kubectl apply -f https://openebs.github.io/charts/openebs-operator-lite.yaml
```
Expand All @@ -20,8 +20,6 @@ $ kubectl get pods -n openebs

NAME READY STATUS RESTARTS AGE
openebs-localpv-provisioner-6ddbd95d4d-htp7g 1/1 Running 0 7m12s
openebs-ndm-operator-849d89cb87-djct8 1/1 Running 0 7m12s
openebs-ndm-zd8lt 1/1 Running 0 7m12s
```

### Create StorageClass
Expand Down

0 comments on commit 49d50a0

Please sign in to comment.