Skip to content

Fix IP addresses  #189

@josibake

Description

@josibake

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Status

    🆕 Todo

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions