mirror of
https://github.com/dredx/prole.git
synced 2026-09-23 12:03:59 +00:00
19 lines
370 B
YAML
19 lines
370 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: prole-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
|