From 2aa84c51d3ef997901a7bac046c990f62d7b7c60 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Sun, 26 Mar 2023 21:15:02 +0200 Subject: [PATCH] add busybox debug pod --- hack/debug-pod.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 hack/debug-pod.yaml diff --git a/hack/debug-pod.yaml b/hack/debug-pod.yaml new file mode 100644 index 0000000..d5ececa --- /dev/null +++ b/hack/debug-pod.yaml @@ -0,0 +1,20 @@ +apiVersion: v1 +kind: Pod +metadata: + name: debugger +spec: + containers: + - image: busybox + imagePullPolicy: IfNotPresent + name: busybox + stdin: true + stdinOnce: true + tty: true + volumeMounts: + - mountPath: /data + name: data + resources: {} + volumes: + - name: data + persistentVolumeClaim: + claimName: data-headscale-0