nirmata / kube-static-egress-ip

Kubernetes CRD to manage static egress IP addresses for workloads
Apache License 2.0
213 stars 38 forks source link

No ready nodes #35

Open NicolaiSchmid opened 4 years ago

NicolaiSchmid commented 4 years ago

I applied all the standard configuration and the standard example with a 0.0.0.0/0CIDR and one of the Gateway Pods is constantly logging:

2020/01/20 11:17:25 Failed to allocate a Gateway node for static egress IP custom resource: test due to: Failed to allocate gatewway as there are no ready nodes

Am I missing something? The development docs said something about an annotations. But that doesn't seem to work either. I appreciate any help

JeordyR commented 4 years ago

@NicolaiSchmid Just tried setting this up and am running into the same problem. You ever find a solution on your own?

NicolaiSchmid commented 4 years ago

Unfortunately, I did not

lyyao09 commented 4 years ago

Should be caused by the judgment here: https://github.com/nirmata/kube-static-egress-ip/blob/94b369f6e30bf060ef14d67c75f0cadcb74dd0ab/pkg/ha/gateway_manager.go#L207-L210