I'm having issues with a LoadBalancer, I updated a LoadBalancer adding a port, and now the loadbalancer can no longer be ensured due to a 500 internal server error
Normal EnsuringLoadBalancer 35m (x102 over 8h) service-controller Ensuring load balancer
Normal EnsuringLoadBalancer 89s (x12 over 31m) service-controller Ensuring load balancer
Warning CreatingLoadBalancerFailed 89s (x12 over 31m) service-controller Error creating load balancer (will retry): failed to ensure load balancer for service tcpingress/tcpingress: 500 Internal Server Error: {"error":"Internal Server Error"}
the yaml for the LoadBalancer is as follows:
apiVersion: v1
kind: Service
metadata:
name: tcpingress
namespace: tcpingress
spec:
selector:
app: tcpingress
type: LoadBalancer
ports:
- name: redactedOne
protocol: TCP
port: 33745
targetPort: 33745
- name: redactedTwo
protocol: TCP
port: 33746
targetPort: 33746
Normal EnsuredLoadBalancer 3s service-controller Ensured load balancer
1b5e5c98-023e-4891-8887-2f3ac6336c64
.E0915 10:32:05.134618 1 summary.go:97] error while getting metrics summary from Kubelet node-c4260b85-c8c7-4f7d-88e9-id( [IP]:10250): Get https://[IP]:10250/stats/summary/: dial tcp [IP]2:10250: getsockopt: no route to host