From 76a00fa8285724420df93ffbc077609653db07b5 Mon Sep 17 00:00:00 2001 From: Anthony Yeh Date: Fri, 12 May 2017 18:48:13 -0700 Subject: [PATCH] CHANGELOG: Add Known Issues for v1.6.3 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f790c3a14ed..9f987f4e02f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ - [v1.6.3](#v163) + - [Known Issues for v1.6.3](#known-issues-for-v163) - [Downloads for v1.6.3](#downloads-for-v163) - [Client Binaries](#client-binaries) - [Server Binaries](#server-binaries) @@ -571,6 +572,13 @@ [Documentation](https://docs.k8s.io) & [Examples](https://releases.k8s.io/release-1.6/examples) +## Known Issues for v1.6.3 + +* This release introduced a regression when using [subPath](https://kubernetes.io/docs/concepts/storage/volumes/#using-subpath). + If the `subPath` is a file rather than a directory, Pods may fail to start ([#45613](https://github.com/kubernetes/kubernetes/issues/45613)). + + **Do not upgrade to v1.6.3** if your cluster may run Pods with such subPaths. + ## Downloads for v1.6.3