From 9579f4b466ce9dcc50f27581a654b0e28936507c Mon Sep 17 00:00:00 2001 From: Samuel Walladge Date: Fri, 8 Sep 2023 23:34:03 +0930 Subject: [PATCH] Remove old bug warning for kubelet on lxd (#790) https://bugs.launchpad.net/charm-kubernetes-worker/+bug/1903566 this bug has been fixed 2 years ago, we can remove this scary warning. :) --- pages/k8s/install-local.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/pages/k8s/install-local.md b/pages/k8s/install-local.md index 8d94fed0..798142e1 100644 --- a/pages/k8s/install-local.md +++ b/pages/k8s/install-local.md @@ -143,19 +143,6 @@ the default components and configuration. If you wish to customise this install (which may be helpful if you are close to the system requirements), please see the [main install page][install]. -
-
- Bug Warning: -

There is currently a bug, LP#1903566, - which prevents Kubelet from running properly on LXD. - Until this is fixed, a workaround is to configure kubelet to override kernel defaults: -
- - juju config kubernetes-worker kubelet-extra-config='{protectKernelDefaults: false}' -

-
-
- ## Next Steps Now you have a cluster up and running, check out the