feat(airflow,jupyterhub): share data
This commit is contained in:
7
jupyterhub/jupyter-nfs-storage-class.yaml
Normal file
7
jupyterhub/jupyter-nfs-storage-class.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
apiVersion: storage.k8s.io/v1
|
||||
kind: StorageClass
|
||||
metadata:
|
||||
name: jupyter-nfs-static
|
||||
provisioner: kubernetes.io/no-provisioner
|
||||
volumeBindingMode: WaitForFirstConsumer
|
||||
reclaimPolicy: Retain
|
||||
Reference in New Issue
Block a user