From 2ece96fe74712dd14500475b6fa617da528a4d4a Mon Sep 17 00:00:00 2001 From: David McMahon Date: Tue, 22 Mar 2016 14:15:47 -0700 Subject: [PATCH 1/3] Delete known-issues.md Ref #205 --- docs/user-guide/known-issues.md | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 docs/user-guide/known-issues.md diff --git a/docs/user-guide/known-issues.md b/docs/user-guide/known-issues.md deleted file mode 100644 index 9652da3610..0000000000 --- a/docs/user-guide/known-issues.md +++ /dev/null @@ -1,25 +0,0 @@ ---- ---- - -This document summarizes known issues with existing Kubernetes releases. - -Please consult this document before filing new bugs. - -### Release 1.0.1 - - * `exec` liveness/readiness probes leak resources due to Docker exec leaking resources (#10659) - * `docker load` sometimes hangs which causes the `kube-apiserver` not to start. Restarting the Docker daemon should fix the issue (#10868) - * The kubelet on the master node doesn't register with the `kube-apiserver` so statistics aren't collected for master daemons (#10891) - * Heapster and InfluxDB both leak memory (#10653) - * Wrong node cpu/memory limit metrics from Heapster (https://github.com/GoogleCloudPlatform/heapster/issues/399) - * Services that set `type=LoadBalancer` can not use port `10250` because of Google Compute Engine firewall limitations - * Add-on services can not be created or deleted via `kubectl` or the Kubernetes API (#11435) - * If a pod with a GCE PD is created and deleted in rapid succession, it may fail to attach/mount correctly leaving PD data inaccessible (or corrupted in the worst case). (http://issue.k8s.io/11231#issuecomment-122049113) - * Suggested temporary work around: introduce a 1-2 minute delay between deleting and recreating a pod with a PD on the same node. - * Explicit errors while detaching GCE PD could prevent PD from ever being detached (#11321) - * GCE PDs may sometimes fail to attach (#11302) - * If multiple Pods use the same RBD volume in read-write mode, it is possible data on the RBD volume could get corrupted. This problem has been found in environments where both apiserver and etcd rebooted and Pods were redistributed. - * A workaround is to ensure there is no other Ceph client using the RBD volume before mapping RBD image in read-write mode. For example, `rados -p poolname listwatchers image_name.rbd` can list RBD clients that are mapping the image. - - - From b86bd40b91d1c19926d8cc8417f377fe7d40a59e Mon Sep 17 00:00:00 2001 From: David McMahon Date: Tue, 22 Mar 2016 14:55:10 -0700 Subject: [PATCH 2/3] Update troubleshooting.md --- docs/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 08735e20f5..feb6d1cf69 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -8,7 +8,7 @@ Sometimes things go wrong. This guide is aimed at making them right. It has tw * [Troubleshooting your application](/docs/user-guide/application-troubleshooting) - Useful for users who are deploying code into Kubernetes and wondering why it is not working. * [Troubleshooting your cluster](/docs/admin/cluster-troubleshooting) - Useful for cluster administrators and people whose Kubernetes cluster is unhappy. -You should also check the [known issues](/docs/user-guide/known-issues) for the release you're using. +You should also check the known issues for the [release](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG.md) you're using. ### Getting help From 80be29ee2f65ae49d75351528e830bac22020444 Mon Sep 17 00:00:00 2001 From: David McMahon Date: Tue, 22 Mar 2016 14:56:15 -0700 Subject: [PATCH 3/3] Update support.yml --- _data/support.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/_data/support.yml b/_data/support.yml index 410e24e17c..c1b6c035e6 100644 --- a/_data/support.yml +++ b/_data/support.yml @@ -32,8 +32,6 @@ toc: - title: Other Resources section: - - title: Known Issues - path: /docs/user-guide/known-issues/ - title: Kubernetes Issue Tracker on GitHub path: https://github.com/kubernetes/kubernetes/issues/ - title: Report a Security Vulnerability