mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-18 02:11:57 +00:00
Fixing Mizu url in readme (#580)
This commit is contained in:
parent
482036182b
commit
9c45166075
12
README.md
12
README.md
@ -53,7 +53,7 @@ Pick one from the [Releases](https://github.com/up9inc/mizu/releases) page
|
|||||||
|
|
||||||
1. Find pods you'd like to tap to in your Kubernetes cluster
|
1. Find pods you'd like to tap to in your Kubernetes cluster
|
||||||
2. Run `mizu tap` or `mizu tap PODNAME`
|
2. Run `mizu tap` or `mizu tap PODNAME`
|
||||||
3. Open browser on `http://localhost:8899/mizu` **or** as instructed in the CLI
|
3. Open browser on `http://localhost:8899` **or** as instructed in the CLI
|
||||||
4. Watch the API traffic flowing
|
4. Watch the API traffic flowing
|
||||||
5. Type ^C to stop
|
5. Type ^C to stop
|
||||||
|
|
||||||
@ -172,12 +172,10 @@ Please see [CONTRACT MONITORING](docs/CONTRACT_MONITORING.md) page for more deta
|
|||||||
|
|
||||||
### Configure proxy host
|
### Configure proxy host
|
||||||
|
|
||||||
By default, mizu will be accessible via local host: 'http://localhost:8899/mizu/', it is possible to change the host,
|
By default, mizu will be accessible via local host: 'http://localhost:8899', it is possible to change the host, for
|
||||||
for instance, to '0.0.0.0' which can grant access via machine IP address.
|
instance, to '0.0.0.0' which can grant access via machine IP address. This setting can be changed via command line
|
||||||
This setting can be changed via command line flag `--set tap.proxy-host=<value>` or via config file:
|
flag `--set tap.proxy-host=<value>` or via config file:
|
||||||
tap
|
tap proxy-host: 0.0.0.0 and when changed it will support accessing by IP
|
||||||
proxy-host: 0.0.0.0
|
|
||||||
and when changed it will support accessing by IP
|
|
||||||
|
|
||||||
### Install Mizu standalone
|
### Install Mizu standalone
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user