From 1d99db3bbd5b039c1e1885f0c2ad094fd7ed71bb Mon Sep 17 00:00:00 2001 From: fabioy Date: Fri, 22 Jul 2016 21:26:18 -0700 Subject: [PATCH] Update 1.3.3 CHANGELOG with known issues. --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42bbe475154..9de9c407277 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - [Downloads](#downloads) - [Changelog since v1.3.2](#changelog-since-v132) - [Other notable changes](#other-notable-changes) + - [Known Issues](#known-issues) - [v1.3.2](#v132) - [Downloads](#downloads-1) - [Changelog since v1.3.1](#changelog-since-v131) @@ -100,7 +101,7 @@ - [Other notable improvements](#other-notable-improvements) - [Experimental Features](#experimental-features-2) - [Action required](#action-required-8) - - [Known Issues](#known-issues) + - [Known Issues](#known-issues-1) - [Docker Known Issues](#docker-known-issues) - [1.9.1](#191) - [Provider-specific Notes](#provider-specific-notes-1) @@ -138,6 +139,16 @@ binary | sha256 hash * Scale kube-proxy conntrack limits by cores (new default behavior) ([#28876](https://github.com/kubernetes/kubernetes/pull/28876), [@thockin](https://github.com/thockin)) * Don't recreate lb cloud resources on kcm restart ([#29082](https://github.com/kubernetes/kubernetes/pull/29082), [@bprashanth](https://github.com/bprashanth)) +## Known Issues + +There are a number of known issues that have been found and are being worked on. +Please be aware of them as you test your workloads. + +* PVC Volume not detached if pod deleted via namespace deletion ([29051](https://github.com/kubernetes/kubernetes/issues/29051)) +* Google Compute Engine PD Detach fails if node no longer exists ([29358](https://github.com/kubernetes/kubernetes/issues/29358)) +* Mounting (only 'default-token') volume takes a long time when creating a batch of pods (parallelization issue) ([28616](https://github.com/kubernetes/kubernetes/issues/28616)) +* Error while tearing down pod, "device or resource busy" on service account secret ([28750](https://github.com/kubernetes/kubernetes/issues/28750)) + # v1.3.2