add iperf server
This commit is contained in:
13
README.md
13
README.md
@@ -22,6 +22,7 @@ A project to store container-based hosting stuff.
|
||||
- [Testing](#testing)
|
||||
- [Snapdrop](#snapdrop)
|
||||
- [Jellyfin](#jellyfin)
|
||||
- [Iperf3](#iperf3)
|
||||
- [Upgrading](#upgrading)
|
||||
- [Help](#help)
|
||||
- [Troubleshooting](#troubleshooting)
|
||||
@@ -580,6 +581,18 @@ helm upgrade --install \
|
||||
--create-namespace
|
||||
```
|
||||
|
||||
### Iperf3
|
||||
|
||||
This creates a basic iperf3 server.
|
||||
|
||||
```bash
|
||||
helm upgrade --install \
|
||||
iperf3 \
|
||||
./helm/iperf3 \
|
||||
--namespace iperf3 \
|
||||
--create-namespace
|
||||
```
|
||||
|
||||
## Upgrading
|
||||
|
||||
<https://docs.k3s.io/upgrades/manual#manually-upgrade-k3s-using-the-binary>
|
||||
|
||||
Reference in New Issue
Block a user