Changed kind to ReplicaSet to clients in iperf2.yml

master
Meliurwen 4 years ago
parent 6b0ecedcab
commit 0facdf5533
Signed by: meliurwen
GPG Key ID: 818A8B35E9F1CE10
  1. 3
      iperf2.yaml

@ -63,12 +63,13 @@ spec:
--- ---
apiVersion: apps/v1 apiVersion: apps/v1
kind: DaemonSet kind: ReplicaSet
metadata: metadata:
name: iperf2-clients name: iperf2-clients
labels: labels:
app: iperf2-client app: iperf2-client
spec: spec:
replicas: 18
selector: selector:
matchLabels: matchLabels:
app: iperf2-client app: iperf2-client

Loading…
Cancel
Save