first commit
This commit is contained in:
13
daemonsets/pod.yaml
Normal file
13
daemonsets/pod.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: pod
|
||||
spec:
|
||||
containers:
|
||||
- name: pod
|
||||
image: alpine
|
||||
command:
|
||||
- "/bin/sh"
|
||||
- "-c"
|
||||
- "apk add --no-cache curl bash && sleep 60m"
|
||||
|
||||
Reference in New Issue
Block a user