aws-samples / aws-pod-eip-controller

MIT No Attribution
52 stars 4 forks source link

EIP cannot be bound and reused #123

Open weiwuduzui opened 3 weeks ago

weiwuduzui commented 3 weeks ago

Using the fixed-tag mode, the EIP that has been bound can no longer be bound to the POD after the POD is restarted.

turmind commented 3 weeks ago

I tested it, and if you're referring to the 'kubectl delete pod' method, it is possible to re-associate. In the case of 'kubectl rollout restart', you need to ensure that you have enough idle EIPs with the corresponding tag in your EIP pool to associate with the new pods. If it's not these issues, can you provide more detailed information?