add iperf server

This commit is contained in:
2023-10-20 09:21:50 -04:00
parent 42b6aa33a0
commit c32ba6a3a9
6 changed files with 102 additions and 0 deletions

View File

@@ -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>