nirmata/kube-static-egress-ip

No ready nodes

NicolaiSchmid opened this issue · 3 comments

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

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

Unfortunately, I did not

Should be caused by the judgment here:

_, isMaster := node.Labels[nodeRoleMasterLabel]
if isMaster {
continue
}