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
Hi, I used bond-cni for my project. However, I realized that the IP is assigned to POD's Interface Bond does not appear in the POD object when GET from the server. Usually I will see it in networks-status as shown below
This causes inconvenience when I want to manage IP allocation to Bond Interface. I assume that Interface Bond has to wait for other interfaces to be added before it is created, this misses a pod status update event to the API-server. I can still view the IP of Bond Interface granted by going to Pod to check, but it is inconvenient in monitoring. So is there a way to check the IP has been issued to the Bond Interface of Pod, or did I configure something with Bond-CNI to lead to such a result?
The text was updated successfully, but these errors were encountered:
Hi, I used bond-cni for my project. However, I realized that the IP is assigned to POD's Interface Bond does not appear in the POD object when GET from the server. Usually I will see it in networks-status as shown below
This causes inconvenience when I want to manage IP allocation to Bond Interface. I assume that Interface Bond has to wait for other interfaces to be added before it is created, this misses a pod status update event to the API-server. I can still view the IP of Bond Interface granted by going to Pod to check, but it is inconvenient in monitoring. So is there a way to check the IP has been issued to the Bond Interface of Pod, or did I configure something with Bond-CNI to lead to such a result?
The text was updated successfully, but these errors were encountered: