From be87541e7f445300cff2b9bfb2431b3fb681bba5 Mon Sep 17 00:00:00 2001 From: Dawn Chen Date: Wed, 28 Jun 2017 17:40:05 -0700 Subject: [PATCH] Rewording backsteps in volume path --- release-1.7/release-notes-draft.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-1.7/release-notes-draft.md b/release-1.7/release-notes-draft.md index 158a49d0c78..fd0d8b7b8b9 100644 --- a/release-1.7/release-notes-draft.md +++ b/release-1.7/release-notes-draft.md @@ -34,7 +34,7 @@ Extensibility features include, API aggregation, support for extensible admissio * Support updating storageclasses in etcd to storage.k8s.io/v1. You must do this prior to upgrading to 1.8. ([#46116](https://github.com/kubernetes/kubernetes/pull/46116), [@ncdc](https://github.com/ncdc)) -* PodSpec containing backsteps (for example, "../bar") in hostPath volume path or in volumeMount subpaths must be changed to the absolute path, the backsteps are no longer allowed.([#47290](https://github.com/kubernetes/kubernetes/pull/47290), [@jhorwit2](https://github.com/jhorwit2)). +* PodSpec containing parent directory references such as ".." (for example, "../bar") in hostPath volume path or in volumeMount subpaths must be changed to the simple absolute path. This is due to the backsteps ".." are no longer allowed.([#47290](https://github.com/kubernetes/kubernetes/pull/47290), [@jhorwit2](https://github.com/jhorwit2)). * Azure: Change container permissions to private for provisioned volumes. If you have existing Azure volumes that were created by Kubernetes v1.6.0-v1.6.5, you should change the permissions on them manually. ([#47605](https://github.com/kubernetes/kubernetes/pull/47605), [@brendandburns](https://github.com/brendandburns))