more stuff random
This commit is contained in:
parent
ffca6584a9
commit
720c8d3e2e
2 changed files with 15 additions and 2 deletions
|
|
@ -21,11 +21,11 @@ spec:
|
|||
kind: PersistentVolumeClaim
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: alpine-data-rbd
|
||||
name: test-data
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: 1Gi
|
||||
storageClassName: rook-ceph-block
|
||||
storageClassName: standard
|
||||
|
|
|
|||
13
generic/alpine-sleep-specific-host.yaml
Normal file
13
generic/alpine-sleep-specific-host.yaml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: alpine-sleep-sfpapu4
|
||||
spec:
|
||||
nodeSelector:
|
||||
kubernetes.io/hostname: "sfpapu4"
|
||||
containers:
|
||||
- name: alpine
|
||||
image: alpine:3.21
|
||||
args:
|
||||
- sleep
|
||||
- "1000000"
|
||||
Loading…
Add table
Add a link
Reference in a new issue