I'm running Kubernetes 1.6.0 and my CLUSTER_IP_RANGE was set to the default of 10.244.0.0/14.
GCE recently decided to reserve 10.128.0.0/9 for auto-mode networks so I think I have to change my CLUSTER_IP_RANGE to something else e.g. 10.64.0.0/11.
I'm a bit nervous about this and am unsure of what the process is to do something like this without downtime.
This is my plan and I was hoping someone could help me confirm whether this is "the right way" or whether it will even work.