I am just trying to use OpenEBS for the first time so I am not comfortable creating a PR myself but I believe there is a typo here:
|
If you are running your Kubernetes cluster in an air-gapped environment, make sure the following container images are available in your local repository. |
|
- openebs/localpv-provisioner |
|
- openebs/linux-utils |
I think the correct image name should be openebs/provisioner-localpv (not openebs/localpv-provisioner).
I haven't check if this is just a single occurrence or not.
I am just trying to use OpenEBS for the first time so I am not comfortable creating a PR myself but I believe there is a typo here:
website/docs/versioned_docs/version-3.3.x/user-guides/localpv-hostpath.md
Lines 65 to 67 in 1f7c5cb
I think the correct image name should be
openebs/provisioner-localpv(notopenebs/localpv-provisioner).I haven't check if this is just a single occurrence or not.