Skip to content

Commit 7aab18d

Browse files
author
nicolaka
committed
Merge branch 'master' of github.com:nicolaka/netshoot
2 parents deef7ba + 80e143d commit 7aab18d

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ RUN set -ex \
2828
iptraf-ng \
2929
iputils \
3030
ipvsadm \
31+
jq \
3132
libc6-compat \
3233
liboping \
3334
mtr \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ To troubleshoot these issues, `netshoot` includes a set of powerful tools as rec
7777
iptraf-ng
7878
iputils
7979
ipvsadm
80+
jq
8081
libc6-compat
8182
liboping
8283
mtr

configs/netshoot-calico.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
apiVersion: apps/v1beta2 # for versions before 1.9.0 use apps/v1beta2
1+
---
2+
# NOTE: use apps/v1beta1 before 1.9.x and apps/v1beta2 before v1.16.x
3+
apiVersion: apps/v1
24
kind: Deployment
35
metadata:
46
namespace: kube-system

0 commit comments

Comments
 (0)