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
An ip_address variable is accepted as an input argument for the MarathonApp.__init__ method but never actually used. We need this for our deployment usecase as we want to use Calico network profiles for network isolation. I would be more than happy to submit a pull request after a short conversation to understand the exact points of interface. Thanks in advance.
The text was updated successfully, but these errors were encountered:
taha27
changed the title
In MarathonApp initialization, ip_address is not referenced
In MarathonApp initialization, ip_address input argument is not referenced
Jun 5, 2017
Thanks. The company I work at requires me to go through an approval process before I can contribute to open source projects. Doing that now and will send in a PR once that's done.
An ip_address variable is accepted as an input argument for the
MarathonApp.__init__
method but never actually used. We need this for our deployment usecase as we want to use Calico network profiles for network isolation. I would be more than happy to submit a pull request after a short conversation to understand the exact points of interface. Thanks in advance.The text was updated successfully, but these errors were encountered: