Public release of katbox
This commit is contained in:
commit
4c764e09a4
46 changed files with 4646 additions and 0 deletions
16
examples/csi-app-inline.yaml
Normal file
16
examples/csi-app-inline.yaml
Normal file
|
@ -0,0 +1,16 @@
|
|||
kind: Pod
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: my-csi-app-inline
|
||||
spec:
|
||||
containers:
|
||||
- name: my-frontend
|
||||
image: busybox:1.32.0
|
||||
volumeMounts:
|
||||
- mountPath: "/data"
|
||||
name: my-csi-volume
|
||||
command: ["sh", "-c", "while true; do echo hello >> /data/test; sleep 100; done"]
|
||||
volumes:
|
||||
- name: my-csi-volume
|
||||
csi:
|
||||
driver: katbox.csi.paypal.com
|
Loading…
Add table
Add a link
Reference in a new issue