mirror of
https://github.com/zoriya/snow.git
synced 2025-12-06 07:16:19 +00:00
Add ubuntu debug pod because alpine's fdisk is BAD
This commit is contained in:
25
debug.yaml
25
debug.yaml
@@ -54,3 +54,28 @@ spec:
|
||||
- protocol: TCP
|
||||
port: 22
|
||||
targetPort: 22
|
||||
---
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: ubuntu
|
||||
namespace: debug
|
||||
labels:
|
||||
name: ubuntu
|
||||
spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
name: ubuntu
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
name: ubuntu
|
||||
spec:
|
||||
containers:
|
||||
- name: ubuntu
|
||||
image: ubuntu
|
||||
command:
|
||||
- sleep
|
||||
- infinity
|
||||
securityContext:
|
||||
privileged: true
|
||||
|
||||
Reference in New Issue
Block a user