From 72d5bbb6b9ebea85c03484dcca000e237053f9b0 Mon Sep 17 00:00:00 2001 From: Michelle Au Date: Fri, 28 Dec 2018 13:30:19 -0800 Subject: [PATCH] Fix action required for pr 61373 --- CHANGELOG-1.11.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG-1.11.md b/CHANGELOG-1.11.md index eaafc5dfd4..6a3dc843fc 100644 --- a/CHANGELOG-1.11.md +++ b/CHANGELOG-1.11.md @@ -2104,7 +2104,7 @@ filename | sha256 hash * NONE ([#62643](https://github.com/kubernetes/kubernetes/pull/62643), [@xiangpengzhao](https://github.com/xiangpengzhao)) * ACTION REQUIRED: Alpha annotation for PersistentVolume node affinity has been removed. Update your PersistentVolumes to use the beta PersistentVolume.nodeAffinity field before upgrading to this release ([#61816](https://github.com/kubernetes/kubernetes/pull/61816), [@wackxu](https://github.com/wackxu)) -* ACTION REQUIRED: In-place node upgrades to this release from versions 1.7.14, 1.8.9, and 1.9.4 are not supported if using subpath volumes with PVCs. Such pods should be drained from the node first. ([#61373](https://github.com/kubernetes/kubernetes/pull/61373), [@msau42](https://github.com/msau42)) +* ACTION REQUIRED: In-place node upgrades to this release from versions 1.7.14+, 1.8.9+, and 1.9.4+ are not supported if using subpath volumes with PVCs. Such pods should be drained from the node first. ([#61373](https://github.com/kubernetes/kubernetes/pull/61373), [@msau42](https://github.com/msau42)) ### Other notable changes