From ddf3daf427fedc329fa99fc76283ec12554c2d6a Mon Sep 17 00:00:00 2001 From: geojaz Date: Sun, 10 Jan 2021 21:33:19 -0800 Subject: [PATCH] Adds release note for update GCE channel --- docs/releases/1.20-NOTES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/releases/1.20-NOTES.md b/docs/releases/1.20-NOTES.md index 17d5d776f0..83a15c3b4b 100644 --- a/docs/releases/1.20-NOTES.md +++ b/docs/releases/1.20-NOTES.md @@ -10,6 +10,8 @@ * Following kubeadm, control plane nodes are now labelled with `node-role.kubernetes.io/control-plane=""` +* Default node image for GCE changed from COS to Ubuntu for K8s versions >= 1.17.0. This is to more closely align with the AWS implementation (the most mature support) and because COS limits the ability to modify files on its disk. + # Breaking changes * Support for Kubernetes 1.11 and 1.12 has been removed.