Skip to content

add address argument to login

Closes #2 (closed)

This adds the --address argument to the login function. The default is set to 127.0.0.1, so there are no changes in the way it is currently used.

In Docker you can use

wwukube set-clusters
wwukube login --address 0.0.0.0

to login to the wwukube and use kubectl there.

Merge request reports