prole/etc/hostprobe-pi.yaml
chrisfu 646745b4b0 chore(k3s): script and hostprobe updates, temp maintenance scripts
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-27 14:47:27 -07:00

19 lines
369 B
YAML

apiVersion: v1
kind: Pod
metadata:
name: knoe-hostprobe-pi
namespace: kube-system
spec:
nodeName: pi.prole.org
hostNetwork: true
hostPID: true
tolerations:
- operator: Exists
containers:
- name: netshoot
image: nicolaka/netshoot:latest
securityContext:
privileged: true
command: ["sleep", "86400"]
restartPolicy: Never