From db63350eacd62b8c80fd5e1ac3b3ca68fd3cf985 Mon Sep 17 00:00:00 2001 From: Jordan Liggitt Date: Wed, 4 Oct 2017 10:46:49 -0400 Subject: [PATCH] Add /var/lib/kubelet error to known issues --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce5b1ddda4f95..4dfc7bdb73056 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -685,6 +685,10 @@ This section contains a list of known issues reported in Kubernetes 1.8 release. For more information, see [#53288](https://issue.k8s.io/53288). +* `kubeadm init` and `kubeadm join` invocations on newly installed systems can encounter a `/var/lib/kubelet is not empty` message during pre-flight checks that prevents setup. If this is the only pre-flight failure, it can be safely ignored with `--skip-preflight-checks`. + +For more information, see [#53356](https://issue.k8s.io/53356#issuecomment-333748618). + * A performance issue was identified in large-scale clusters when deleting thousands of pods simultaneously across hundreds of nodes. Kubelets in this scenario can encounter temporarily increased latency of `delete pod` API calls -- above the target service level objective of 1 second. If you run clusters with this usage pattern and if pod deletion latency could be an issue for you, you might want to wait until the issue is resolved before you upgrade. For more information and for updates on resolution of this issue, see [[#51899](https://github.com/kubernetes/kubernetes/pull/51899)](https://issue.k8s.io/51899).