Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
t-katsumura committed Mar 19, 2024
1 parent c3c8de0 commit 8335e19
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
2 changes: 0 additions & 2 deletions pause/pause.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ metadata:
app: pause-${ID}
name: pause-${ID}
spec:
nodeSelector:
role: master
containers:
- name: pause
image: registry.k8s.io/pause:3.9
Expand Down
4 changes: 2 additions & 2 deletions pod-iperf2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ spec:
containers:
- name: client
command: ["sleep", "99999999"]
image: tomopiro/netperf:latest
image: tomopiro/netperf

---
apiVersion: v1
Expand All @@ -18,7 +18,7 @@ metadata:
spec:
containers:
- name: server
image: tomopiro/netperf:latest
image: tomopiro/netperf
command: ["iperf", "-s"]

---
Expand Down
4 changes: 2 additions & 2 deletions pod-iperf3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ spec:
containers:
- name: client
command: ["sleep", "99999999"]
image: tomopiro/netperf:latest
image: tomopiro/netperf

---
apiVersion: v1
Expand All @@ -18,7 +18,7 @@ metadata:
spec:
containers:
- name: server
image: tomopiro/netperf:latest
image: tomopiro/netperf
command: ["iperf3", "-s"]

---
Expand Down
6 changes: 3 additions & 3 deletions pod-netperf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ spec:
containers:
- name: client
command: ["sleep", "99999999"]
image: tomopiro/netperf:latest
image: tomopiro/netperf

---
apiVersion: v1
Expand All @@ -18,8 +18,8 @@ metadata:
spec:
containers:
- name: server
image: tomopiro/netperf:latest
command: ["netperf", "-D", "-L", "0.0.0.0"]
image: tomopiro/netperf
command: ["netserver", "-D", "-L", "0.0.0.0"]

---
apiVersion: v1
Expand Down

0 comments on commit 8335e19

Please sign in to comment.