chore(doc): Clarify that the kubelet location note (#399)

Specify that any custom Kubelet location must be fixed in the Yaml and not only for some distributions such as microk8s.

Signed-off-by: Jean-Gabriel Gill-Couture <jeangabriel.gc@gmail.com>
This commit is contained in:
Jean-Gab 2021-12-21 09:57:17 -05:00 committed by GitHub
parent 65ef14d479
commit 52e5b1bb4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,7 +96,7 @@ $ kubectl apply -f https://openebs.github.io/charts/zfs-operator.yaml
We can also install it via kustomize using `kubectl apply -k deploy/yamls`, check the [kustomize yaml](deploy/yamls/kustomization.yaml).
**NOTE:** For some Kubernetes distributions, the `kubelet` directory must be changed at all relevant places in the YAML powering the operator (both the `openebs-zfs-controller` and `openebs-zfs-node`).
**NOTE:** If you are running a custom Kubelet location, or a Kubernetes distribution that uses a custom Kubelet location, the `kubelet` directory must be changed at all relevant places in the YAML powering the operator (both the `openebs-zfs-controller` and `openebs-zfs-node`).
- For `microk8s`, we need to change the kubelet directory to `/var/snap/microk8s/common/var/lib/kubelet/`, we need to replace `/var/lib/kubelet/` with `/var/snap/microk8s/common/var/lib/kubelet/` at all the places in the operator yaml and then we can apply it on microk8s.