File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -253,11 +253,13 @@ There are two ways to achieve this, by using `sshuttle` or `xinetd`.
253
253
254
254
1 . On your local machine install ` sshuttle `
255
255
256
- 2 . Add entry to ` /etc/hosts `
256
+ 2 . Add the entries from ` /etc/NetworkManager/dnsmasq.d/openshift-ostest.conf ` to ` /etc/hosts `
257
257
258
258
```
259
- 192.168.111.4 console-openshift-console.apps.ostest.test.metalkube.org console openshift-authentication-openshift-authentication.apps.ostest.test.metalkube.org api.ostest.test.metalkube.org prometheus-k8s-openshift-monitoring.apps.ostest.test.metalkube.org alertmanager-main-openshift-monitoring.apps.ostest.test.metalkube.org kubevirt-web-ui.apps.ostest.test.metalkube.org oauth-openshift.apps.ostest.test.metalkube.org grafana-openshift-monitoring.apps.ostest.test.metalkube.org
260
- ```
259
+ # Example:
260
+ 192.168.111.4 console-openshift-console.apps.ostest.test.metalkube.org console openshift-authentication-openshift-authentication.apps.ostest.test.metalkube.org prometheus-k8s-openshift-monitoring.apps.ostest.test.metalkube.org alertmanager-main-openshift-monitoring.apps.ostest.test.metalkube.org kubevirt-web-ui.apps.ostest.test.metalkube.org oauth-openshift.apps.ostest.test.metalkube.org grafana-openshift-monitoring.apps.ostest.test.metalkube.org
261
+ 192.168.111.5 api.ostest.test.metalkube.org
262
+ ```
261
263
262
264
3 . Run sshuttle on the local machine
263
265
You can’t perform that action at this time.
0 commit comments