Closed laander closed 5 years ago
Hey there @laander. I just tried to reproduce your problem by spawning a new cluster in LON1 and setting up a Service-managed LB to an Nginx pod. Tried several times and always got an LB created in ~1 minute with no errors shown in the event logs.
Are you still experiencing the issue described? If yes and you are using DigitalOcean's managed Kubernetes offering (DOKS), I'd ask you to file a support ticket; I can then take a closer look at your cluster.
Hi @timoreimann, I haven't tried it for a while, so let's put it on ice for now and I'll reopen the ticket if it persists. For the record, I'm using the new DOKS solution in Limited Availability.
This is basically a repost of https://github.com/digitalocean/digitalocean-cloud-controller-manager/issues/103
In short, when creating a new Service of type LoadBalancer, it failed on first try. Here's the event output:
The service manifest is fairly straight-forward:
Upon second try, it did eventually succeed, but had to retry once:
The error message
context deadline exceeded
seems be Go's way of responding with a timeout. Is this due to some internal firewall rules that are applied in a race condition fashion?EDIT: The Kubernetes cluster version is
1.13.1-do.2
running in theLON1
zone