kube-static-egress-ip
kube-static-egress-ip copied to clipboard
Fix bug for ready nodes slice
Adding pointer to slice in range loop, every item in the slice will be the value of the original slice's last item. So, it's better to add the value itself to ready nodes slice.