You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the reserved ip feature and i observe the label reserved-ip=true is applied 2 or 3 minutes before the reserved IP is actually installed on the node.
I use this label to authorize my pods to deploy on these nodes and I would like Kubernetes to be aware of the change of IP before it deploys
Ideally a pending status, then a done status :)
Thanks
The text was updated successfully, but these errors were encountered:
I don't know exactly but the Node.Address.ExternalAddress is not updated before several minutes.
My goal is to notify the managed Load Balancer as soon as possible of the Node Ip change.
Probably, the behavior is good and I need to implement something else
2021/04/23 09:50:05 info node added:scw-staging-staging-small-fe32325dac3f4aefac2f
2021/04/23 09:50:05 info node: scw-staging-staging-small-fe32325dac3f4aefac2f external ip is not yet available
2021/04/23 09:50:05 info node: scw-staging-staging-small-fe32325dac3f4aefac2f external ip is not yet available
2021/04/23 09:50:05 info node: scw-staging-staging-small-fe32325dac3f4aefac2f external ip is not yet available
2021/04/23 09:50:05 info node: scw-staging-staging-small-fe32325dac3f4aefac2f external ip is not yet available
2021/04/23 09:50:05 info node: scw-staging-staging-small-fe32325dac3f4aefac2f external ip is not yet available
2021/04/23 09:50:17 info node: scw-staging-staging-small-fe32325dac3f4aefac2f label reserved-ip
2021/04/23 09:52:31 info node: scw-staging-staging-small-fe32325dac3f4aefac2f ip changed: XXX.XX.XXX.XX > Y.Y.Y.Y
Hello,
I am using the reserved ip feature and i observe the label
reserved-ip=true
is applied 2 or 3 minutes before the reserved IP is actually installed on the node.I use this label to authorize my pods to deploy on these nodes and I would like Kubernetes to be aware of the change of IP before it deploys
Ideally a pending status, then a done status :)
Thanks
The text was updated successfully, but these errors were encountered: