From 999c7195a47eafc3e52bd50ecbe212869e784763 Mon Sep 17 00:00:00 2001 From: Nick Sardo Date: Thu, 13 Jul 2017 12:28:02 -0700 Subject: [PATCH] Add known GCE issue for 1.7.0 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f7605ad13f..10916cccc23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1096,6 +1096,9 @@ JSON API clients should tolerate `null` values for such fields, and treat `null` * Local volume source paths that are directories and not mount points fail to unmount. A fix is in process ([#48331](https://github.com/kubernetes/kubernetes/issues/48331)). +* Services of type LoadBalancer (on GCE/GKE) that have static IP addresses will cause the Service Controller to panic and thereby causing the kube-controller-manager to crash loop. +([#48848](https://github.com/kubernetes/kubernetes/issues/48848)) + ## **Deprecations** ### Cluster provisioning scripts