Skip to content

Commit

Permalink
chore(doc): Clarify that the kubelet location note (#399)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
jggc authored Dec 21, 2021
1 parent 65ef14d commit 52e5b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 52e5b1b

Please sign in to comment.