mirror of
https://github.com/krkn-chaos/krkn.git
synced 2026-04-15 06:57:28 +00:00
* Added plugin for ingress network traffic shaping * Documentation changes * Minor changes * Documentation and formatting fixes * Added trap to sleep infinity command running in containers * Removed shell injection threat for modprobe commands * Added docstrings to cerberus functions * Added checks to prevent shell injection * Bug fix
17 lines
297 B
Django/Jinja
17 lines
297 B
Django/Jinja
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: fedtools
|
|
spec:
|
|
hostNetwork: true
|
|
nodeName: {{nodename}}
|
|
containers:
|
|
- name: fedtools
|
|
image: docker.io/fedora/tools
|
|
command:
|
|
- /bin/sh
|
|
- -c
|
|
- "trap : TERM INT; sleep infinity & wait"
|
|
securityContext:
|
|
privileged: true
|