Skip to content

Commit

Permalink
docs: updated docs for --kubeconfig flag and updated score section
Browse files Browse the repository at this point in the history
Signed-off-by: deggja <[email protected]>
  • Loading branch information
deggja committed Nov 15, 2024
1 parent e61121f commit 6010053
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,12 @@ Run `netfetch` in dryrun against a cluster.
netfetch scan --dryrun
```

You can also specify the desired kubeconfig file by using the `--kubeconfig /path/to/config` flag.

```sh
netfetch scan --kubeconfig /Users/xxx/.kube/config
```

Run `netfetch` in dryrun against a namespace

```sh
Expand Down Expand Up @@ -188,7 +194,7 @@ The Netfetch Dashboard offers an intuitive interface for interacting with your K

### Netfetch score 🥇

The `netfetch` tool provides a basic score at the end of each scan. The score ranges from 1 to 42, with 1 being the lowest and 42 being the highest possible score.
The `netfetch` tool provides a basic score at the end of each scan. The score ranges from 1 to 100, with 1 being the lowest and 100 being the highest possible score.

Your score will decrease based on the amount of workloads in your cluster that are running without being targeted by a network policy.

Expand Down

0 comments on commit 6010053

Please sign in to comment.