From c507228aaac7f1188dbf8055998c3e6b5782af32 Mon Sep 17 00:00:00 2001 From: condaatje Date: Fri, 22 Nov 2024 12:35:11 -0500 Subject: [PATCH] update microk8s instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 219771eb..6803aee9 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ helm install openebs --namespace openebs openebs/openebs --create-namespace **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 on the helm values at install-time using the flag option `--set lvm-localpv.lvmNode.kubeletDir=` in the `helm install` command. -- 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/`. +- `microk8s` now symlinks `/var/lib/kubelet/` to its custom directory, so setting the custom value is likely unnecessary. However, you can still replace `/var/lib/kubelet/` with `/var/snap/microk8s/common/var/lib/kubelet/` if desired. - For `k0s`, the default directory (`/var/lib/kubelet`) should be changed to `/var/lib/k0s/kubelet`. - For `RancherOS`, the default directory (`/var/lib/kubelet`) should be changed to `/opt/rke/var/lib/kubelet`.