kevydotvinu / openshift-network-playground

The OpenShift Network Playground is built for advanced OpenShift users who needs to quickly build and test different OpenShift network scenarios.
https://kevy.gitbook.io/onp
MIT License
3 stars 1 forks source link

Add host IP for the remote viewer #54

Closed kevydotvinu closed 1 year ago

kevydotvinu commented 1 year ago
$(/usr/sbin/ip r | grep default | awk '{print $9}' | head -n 1)

https://github.com/kevydotvinu/openshift-network-playground/blob/2d95c07c9855a1216157c320da31d8a70373f8fe/ignition/00-core.bu#L919

kevydotvinu commented 1 year ago

Fixed in #74