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
Currently, we still have a method that randomly generates a fake IP address if Tank._ipv4 is None. To get around this, I'm waiting for the pods to spin up and then getting the IP and setting it on the tank, which is pretty gross and will be super slow when spinning up 100s of nodes. We should move all the IP functions into the abstract base class , and grab the IP directly from the container when we need it (same as we were doing in docker land).
The text was updated successfully, but these errors were encountered:
Currently, we still have a method that randomly generates a fake IP address if
Tank._ipv4
is None. To get around this, I'm waiting for the pods to spin up and then getting the IP and setting it on the tank, which is pretty gross and will be super slow when spinning up 100s of nodes. We should move all the IP functions into the abstract base class , and grab the IP directly from the container when we need it (same as we were doing in docker land).The text was updated successfully, but these errors were encountered: