Closed
Description
Hi, I have a problem with my GCE cluster about LoadBalancer type Services
Name: us-colorcast
Namespace: default
Labels: app=us-colorcast
Selector: app=us-colorcast
Type: LoadBalancer
IP: 10.219.249.72
Port: <unnamed> 3000/TCP
NodePort: <unnamed> 31672/TCP
Endpoints: 10.216.1.6:3000
Session Affinity: None
Events:
FirstSeen LastSeen Count From SubobjectPath Reason Message
───────── ──────── ───── ──── ───────────── ────── ───────
4m 4s 48 {service-controller } CreatingLoadBalancer Creating load balancer
4m 3s 48 {service-controller } CreatingLoadBalancerFailed Error creating load balancer (will retry): Failed to create load balancer for service default/us-colorcast: failed to create target pool ab7db312f9da611e59dba42010af0006: googleapi: Error 400: Invalid value for: None is not a valid value, invalid
It's creating a lot of unused static external IP on the google network of my project
the cluster is running kubernetes v1.1.2.
Tried restarting nodes, tried destroy/recreate of the entire cluster.