moving everything to active or retired vs incubating and graduated
All checks were successful
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 14s
All checks were successful
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 14s
This commit is contained in:
13
active/kubernetes_iperf3/iperf3.md
Normal file
13
active/kubernetes_iperf3/iperf3.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# Iperf3
|
||||
|
||||
This creates a basic iperf3 server.
|
||||
|
||||
## Install
|
||||
|
||||
```bash
|
||||
helm upgrade --install \
|
||||
iperf3 \
|
||||
./active/kubernetes_iperf3/iperf3 \
|
||||
--namespace iperf3 \
|
||||
--create-namespace
|
||||
```
|
||||
Reference in New Issue
Block a user