mirror of
https://github.com/outbackdingo/home-ops.git
synced 2026-01-27 10:19:11 +00:00
17 lines
290 B
YAML
17 lines
290 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: ubuntu-shell-HOSTNAME
|
|
namespace: kube-system
|
|
spec:
|
|
nodeName: HOSTNAME
|
|
terminationGracePeriodSeconds: 5
|
|
containers:
|
|
- name: shell
|
|
image: ubuntu
|
|
tty: true
|
|
stdin: true
|
|
securityContext:
|
|
privileged: true
|