mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-22 06:10:22 +00:00
Fix yamllint issues
Signed-off-by: Madhu Rajanna <mrajanna@redhat.com>
This commit is contained in:
parent
3c50cb124b
commit
cee9c4f8b2
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ServiceAccount
|
kind: ServiceAccount
|
||||||
metadata:
|
metadata:
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
kind: Service
|
kind: Service
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
metadata:
|
metadata:
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
kind: Service
|
kind: Service
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
metadata:
|
metadata:
|
||||||
@ -44,7 +45,7 @@ spec:
|
|||||||
capabilities:
|
capabilities:
|
||||||
add: ["SYS_ADMIN"]
|
add: ["SYS_ADMIN"]
|
||||||
image: quay.io/cephcsi/cephfsplugin:v1.0.0
|
image: quay.io/cephcsi/cephfsplugin:v1.0.0
|
||||||
args :
|
args:
|
||||||
- "--nodeid=$(NODE_ID)"
|
- "--nodeid=$(NODE_ID)"
|
||||||
- "--endpoint=$(CSI_ENDPOINT)"
|
- "--endpoint=$(CSI_ENDPOINT)"
|
||||||
- "--v=5"
|
- "--v=5"
|
||||||
@ -64,14 +65,14 @@ spec:
|
|||||||
imagePullPolicy: "IfNotPresent"
|
imagePullPolicy: "IfNotPresent"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: socket-dir
|
- name: socket-dir
|
||||||
mountPath: /var/lib/kubelet/plugins/csi-cephfsplugin
|
mountPath: /var/lib/kubelet/plugins/csi-cephfsplugin
|
||||||
- name: host-sys
|
- name: host-sys
|
||||||
mountPath: /sys
|
mountPath: /sys
|
||||||
- name: lib-modules
|
- name: lib-modules
|
||||||
mountPath: /lib/modules
|
mountPath: /lib/modules
|
||||||
readOnly: true
|
readOnly: true
|
||||||
- name: host-dev
|
- name: host-dev
|
||||||
mountPath: /dev
|
mountPath: /dev
|
||||||
volumes:
|
volumes:
|
||||||
- name: socket-dir
|
- name: socket-dir
|
||||||
hostPath:
|
hostPath:
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
kind: DaemonSet
|
kind: DaemonSet
|
||||||
apiVersion: apps/v1beta2
|
apiVersion: apps/v1beta2
|
||||||
metadata:
|
metadata:
|
||||||
@ -15,7 +16,7 @@ spec:
|
|||||||
hostNetwork: true
|
hostNetwork: true
|
||||||
# to use e.g. Rook orchestrated cluster, and mons' FQDN is
|
# to use e.g. Rook orchestrated cluster, and mons' FQDN is
|
||||||
# resolved through k8s service, set dns policy to cluster first
|
# resolved through k8s service, set dns policy to cluster first
|
||||||
dnsPolicy: ClusterFirstWithHostNet
|
dnsPolicy: ClusterFirstWithHostNet
|
||||||
containers:
|
containers:
|
||||||
- name: driver-registrar
|
- name: driver-registrar
|
||||||
image: quay.io/k8scsi/csi-node-driver-registrar:v1.0.2
|
image: quay.io/k8scsi/csi-node-driver-registrar:v1.0.2
|
||||||
@ -26,7 +27,11 @@ spec:
|
|||||||
lifecycle:
|
lifecycle:
|
||||||
preStop:
|
preStop:
|
||||||
exec:
|
exec:
|
||||||
command: ["/bin/sh", "-c", "rm -rf /registration/csi-cephfsplugin /registration/csi-cephfsplugin-reg.sock"]
|
command: [
|
||||||
|
"/bin/sh", "-c",
|
||||||
|
"rm -rf /registration/csi-cephfsplugin \
|
||||||
|
/registration/csi-cephfsplugin-reg.sock"
|
||||||
|
]
|
||||||
env:
|
env:
|
||||||
- name: KUBE_NODE_NAME
|
- name: KUBE_NODE_NAME
|
||||||
valueFrom:
|
valueFrom:
|
||||||
@ -44,7 +49,7 @@ spec:
|
|||||||
add: ["SYS_ADMIN"]
|
add: ["SYS_ADMIN"]
|
||||||
allowPrivilegeEscalation: true
|
allowPrivilegeEscalation: true
|
||||||
image: quay.io/cephcsi/cephfsplugin:v1.0.0
|
image: quay.io/cephcsi/cephfsplugin:v1.0.0
|
||||||
args :
|
args:
|
||||||
- "--nodeid=$(NODE_ID)"
|
- "--nodeid=$(NODE_ID)"
|
||||||
- "--endpoint=$(CSI_ENDPOINT)"
|
- "--endpoint=$(CSI_ENDPOINT)"
|
||||||
- "--v=5"
|
- "--v=5"
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ServiceAccount
|
kind: ServiceAccount
|
||||||
metadata:
|
metadata:
|
||||||
@ -37,4 +38,4 @@ subjects:
|
|||||||
roleRef:
|
roleRef:
|
||||||
kind: ClusterRole
|
kind: ClusterRole
|
||||||
name: cephfs-csi-nodeplugin
|
name: cephfs-csi-nodeplugin
|
||||||
apiGroup: rbac.authorization.k8s.io
|
apiGroup: rbac.authorization.k8s.io
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ServiceAccount
|
kind: ServiceAccount
|
||||||
metadata:
|
metadata:
|
||||||
@ -27,7 +28,7 @@ rules:
|
|||||||
- apiGroups: [""]
|
- apiGroups: [""]
|
||||||
resources: ["configmaps"]
|
resources: ["configmaps"]
|
||||||
verbs: ["get", "list", "create", "delete"]
|
verbs: ["get", "list", "create", "delete"]
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: ClusterRoleBinding
|
kind: ClusterRoleBinding
|
||||||
apiVersion: rbac.authorization.k8s.io/v1
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
|
@ -1,12 +1,14 @@
|
|||||||
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
appVersion: "1.0.0"
|
appVersion: "1.0.0"
|
||||||
description: Container Storage Interface (CSI) driver, provisioner, and attacher for Ceph RBD
|
description: "Container Storage Interface (CSI) driver,
|
||||||
|
provisioner, and attacher for Ceph RBD"
|
||||||
name: ceph-csi-rbd
|
name: ceph-csi-rbd
|
||||||
version: 0.3.0
|
version: 0.3.0
|
||||||
keywords:
|
keywords:
|
||||||
- ceph
|
- ceph
|
||||||
- rbd
|
- rbd
|
||||||
- ceph-csi
|
- ceph-csi
|
||||||
home: https://github.com/ceph/ceph-csi
|
home: https://github.com/ceph/ceph-csi
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/ceph/ceph-csi/tree/master/deploy/rbd/kubernetes
|
- https://github.com/ceph/ceph-csi/tree/master/deploy/rbd/kubernetes
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{{- if .Values.rbac.create -}}
|
{{- if .Values.rbac.create -}}
|
||||||
kind: Role
|
kind: Role
|
||||||
apiVersion: rbac.authorization.k8s.io/v1
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
metadata:
|
metadata:
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
rbac:
|
rbac:
|
||||||
create: true
|
create: true
|
||||||
|
|
||||||
@ -43,7 +44,7 @@ nodeplugin:
|
|||||||
repository: quay.io/k8scsi/csi-node-driver-registrar
|
repository: quay.io/k8scsi/csi-node-driver-registrar
|
||||||
tag: v1.0.2
|
tag: v1.0.2
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
resources: {}
|
resources: {}
|
||||||
|
|
||||||
plugin:
|
plugin:
|
||||||
@ -51,7 +52,7 @@ nodeplugin:
|
|||||||
repository: quay.io/cephcsi/rbdplugin
|
repository: quay.io/cephcsi/rbdplugin
|
||||||
tag: v1.0.0
|
tag: v1.0.0
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
resources: {}
|
resources: {}
|
||||||
|
|
||||||
nodeSelector: {}
|
nodeSelector: {}
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ServiceAccount
|
kind: ServiceAccount
|
||||||
metadata:
|
metadata:
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ServiceAccount
|
kind: ServiceAccount
|
||||||
metadata:
|
metadata:
|
||||||
@ -37,4 +38,4 @@ subjects:
|
|||||||
roleRef:
|
roleRef:
|
||||||
kind: ClusterRole
|
kind: ClusterRole
|
||||||
name: rbd-csi-nodeplugin
|
name: rbd-csi-nodeplugin
|
||||||
apiGroup: rbac.authorization.k8s.io
|
apiGroup: rbac.authorization.k8s.io
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ServiceAccount
|
kind: ServiceAccount
|
||||||
metadata:
|
metadata:
|
||||||
@ -42,7 +43,7 @@ rules:
|
|||||||
- apiGroups: ["apiextensions.k8s.io"]
|
- apiGroups: ["apiextensions.k8s.io"]
|
||||||
resources: ["customresourcedefinitions"]
|
resources: ["customresourcedefinitions"]
|
||||||
verbs: ["create"]
|
verbs: ["create"]
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: ClusterRoleBinding
|
kind: ClusterRoleBinding
|
||||||
apiVersion: rbac.authorization.k8s.io/v1
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
kind: Service
|
kind: Service
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
metadata:
|
metadata:
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
kind: Service
|
kind: Service
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
metadata:
|
metadata:
|
||||||
@ -59,7 +60,7 @@ spec:
|
|||||||
capabilities:
|
capabilities:
|
||||||
add: ["SYS_ADMIN"]
|
add: ["SYS_ADMIN"]
|
||||||
image: quay.io/cephcsi/rbdplugin:v1.0.0
|
image: quay.io/cephcsi/rbdplugin:v1.0.0
|
||||||
args :
|
args:
|
||||||
- "--nodeid=$(NODE_ID)"
|
- "--nodeid=$(NODE_ID)"
|
||||||
- "--endpoint=$(CSI_ENDPOINT)"
|
- "--endpoint=$(CSI_ENDPOINT)"
|
||||||
- "--v=5"
|
- "--v=5"
|
||||||
@ -68,7 +69,7 @@ spec:
|
|||||||
- "--metadatastorage=k8s_configmap"
|
- "--metadatastorage=k8s_configmap"
|
||||||
env:
|
env:
|
||||||
- name: HOST_ROOTFS
|
- name: HOST_ROOTFS
|
||||||
value: "/rootfs"
|
value: "/rootfs"
|
||||||
- name: NODE_ID
|
- name: NODE_ID
|
||||||
valueFrom:
|
valueFrom:
|
||||||
fieldRef:
|
fieldRef:
|
||||||
@ -86,7 +87,7 @@ spec:
|
|||||||
- mountPath: /dev
|
- mountPath: /dev
|
||||||
name: host-dev
|
name: host-dev
|
||||||
- mountPath: /rootfs
|
- mountPath: /rootfs
|
||||||
name: host-rootfs
|
name: host-rootfs
|
||||||
- mountPath: /sys
|
- mountPath: /sys
|
||||||
name: host-sys
|
name: host-sys
|
||||||
- mountPath: /lib/modules
|
- mountPath: /lib/modules
|
||||||
@ -98,13 +99,13 @@ spec:
|
|||||||
path: /dev
|
path: /dev
|
||||||
- name: host-rootfs
|
- name: host-rootfs
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /
|
path: /
|
||||||
- name: host-sys
|
- name: host-sys
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /sys
|
path: /sys
|
||||||
- name: lib-modules
|
- name: lib-modules
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /lib/modules
|
path: /lib/modules
|
||||||
- name: socket-dir
|
- name: socket-dir
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /var/lib/kubelet/plugins/csi-rbdplugin
|
path: /var/lib/kubelet/plugins/csi-rbdplugin
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
kind: DaemonSet
|
kind: DaemonSet
|
||||||
apiVersion: apps/v1beta2
|
apiVersion: apps/v1beta2
|
||||||
metadata:
|
metadata:
|
||||||
@ -13,10 +14,10 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
serviceAccount: rbd-csi-nodeplugin
|
serviceAccount: rbd-csi-nodeplugin
|
||||||
hostNetwork: true
|
hostNetwork: true
|
||||||
hostPID: true
|
hostPID: true
|
||||||
# to use e.g. Rook orchestrated cluster, and mons' FQDN is
|
# to use e.g. Rook orchestrated cluster, and mons' FQDN is
|
||||||
# resolved through k8s service, set dns policy to cluster first
|
# resolved through k8s service, set dns policy to cluster first
|
||||||
dnsPolicy: ClusterFirstWithHostNet
|
dnsPolicy: ClusterFirstWithHostNet
|
||||||
containers:
|
containers:
|
||||||
- name: driver-registrar
|
- name: driver-registrar
|
||||||
image: quay.io/k8scsi/csi-node-driver-registrar:v1.0.2
|
image: quay.io/k8scsi/csi-node-driver-registrar:v1.0.2
|
||||||
@ -27,7 +28,11 @@ spec:
|
|||||||
lifecycle:
|
lifecycle:
|
||||||
preStop:
|
preStop:
|
||||||
exec:
|
exec:
|
||||||
command: ["/bin/sh", "-c", "rm -rf /registration/csi-rbdplugin /registration/csi-rbdplugin-reg.sock"]
|
command: [
|
||||||
|
"/bin/sh", "-c",
|
||||||
|
"rm -rf /registration/csi-rbdplugin \
|
||||||
|
/registration/csi-rbdplugin-reg.sock"
|
||||||
|
]
|
||||||
env:
|
env:
|
||||||
- name: KUBE_NODE_NAME
|
- name: KUBE_NODE_NAME
|
||||||
valueFrom:
|
valueFrom:
|
||||||
@ -45,7 +50,7 @@ spec:
|
|||||||
add: ["SYS_ADMIN"]
|
add: ["SYS_ADMIN"]
|
||||||
allowPrivilegeEscalation: true
|
allowPrivilegeEscalation: true
|
||||||
image: quay.io/cephcsi/rbdplugin:v1.0.0
|
image: quay.io/cephcsi/rbdplugin:v1.0.0
|
||||||
args :
|
args:
|
||||||
- "--nodeid=$(NODE_ID)"
|
- "--nodeid=$(NODE_ID)"
|
||||||
- "--endpoint=$(CSI_ENDPOINT)"
|
- "--endpoint=$(CSI_ENDPOINT)"
|
||||||
- "--v=5"
|
- "--v=5"
|
||||||
@ -54,7 +59,7 @@ spec:
|
|||||||
- "--metadatastorage=k8s_configmap"
|
- "--metadatastorage=k8s_configmap"
|
||||||
env:
|
env:
|
||||||
- name: HOST_ROOTFS
|
- name: HOST_ROOTFS
|
||||||
value: "/rootfs"
|
value: "/rootfs"
|
||||||
- name: NODE_ID
|
- name: NODE_ID
|
||||||
valueFrom:
|
valueFrom:
|
||||||
fieldRef:
|
fieldRef:
|
||||||
@ -78,7 +83,7 @@ spec:
|
|||||||
- mountPath: /dev
|
- mountPath: /dev
|
||||||
name: host-dev
|
name: host-dev
|
||||||
- mountPath: /rootfs
|
- mountPath: /rootfs
|
||||||
name: host-rootfs
|
name: host-rootfs
|
||||||
- mountPath: /sys
|
- mountPath: /sys
|
||||||
name: host-sys
|
name: host-sys
|
||||||
- mountPath: /lib/modules
|
- mountPath: /lib/modules
|
||||||
@ -90,7 +95,7 @@ spec:
|
|||||||
path: /var/lib/kubelet/plugins/csi-rbdplugin
|
path: /var/lib/kubelet/plugins/csi-rbdplugin
|
||||||
type: DirectoryOrCreate
|
type: DirectoryOrCreate
|
||||||
- name: plugin-mount-dir
|
- name: plugin-mount-dir
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /var/lib/kubelet/plugins/kubernetes.io/csi/volumeDevices/
|
path: /var/lib/kubelet/plugins/kubernetes.io/csi/volumeDevices/
|
||||||
type: DirectoryOrCreate
|
type: DirectoryOrCreate
|
||||||
- name: registration-dir
|
- name: registration-dir
|
||||||
@ -106,7 +111,7 @@ spec:
|
|||||||
path: /dev
|
path: /dev
|
||||||
- name: host-rootfs
|
- name: host-rootfs
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /
|
path: /
|
||||||
- name: host-sys
|
- name: host-sys
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /sys
|
path: /sys
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
@ -15,13 +16,13 @@ spec:
|
|||||||
app: web-server
|
app: web-server
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: web-server
|
- name: web-server
|
||||||
image: nginx
|
image: nginx
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: mypvc
|
- name: mypvc
|
||||||
mountPath: /var/lib/www/html
|
mountPath: /var/lib/www/html
|
||||||
volumes:
|
volumes:
|
||||||
- name: mypvc
|
- name: mypvc
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: csi-cephfs-pvc
|
claimName: csi-cephfs-pvc
|
||||||
readOnly: false
|
readOnly: false
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Pod
|
kind: Pod
|
||||||
metadata:
|
metadata:
|
||||||
name: csicephfs-demo-pod
|
name: csicephfs-demo-pod
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: web-server
|
- name: web-server
|
||||||
image: nginx
|
image: nginx
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: mypvc
|
- name: mypvc
|
||||||
mountPath: /var/lib/www
|
mountPath: /var/lib/www
|
||||||
volumes:
|
volumes:
|
||||||
- name: mypvc
|
- name: mypvc
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: csi-cephfs-pvc
|
claimName: csi-cephfs-pvc
|
||||||
readOnly: false
|
readOnly: false
|
||||||
|
|
||||||
|
@ -1,10 +1,11 @@
|
|||||||
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: PersistentVolumeClaim
|
kind: PersistentVolumeClaim
|
||||||
metadata:
|
metadata:
|
||||||
name: csi-cephfs-pvc
|
name: csi-cephfs-pvc
|
||||||
spec:
|
spec:
|
||||||
accessModes:
|
accessModes:
|
||||||
- ReadWriteMany
|
- ReadWriteMany
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
storage: 5Gi
|
storage: 5Gi
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Secret
|
kind: Secret
|
||||||
metadata:
|
metadata:
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
apiVersion: storage.k8s.io/v1
|
apiVersion: storage.k8s.io/v1
|
||||||
kind: StorageClass
|
kind: StorageClass
|
||||||
metadata:
|
metadata:
|
||||||
@ -5,7 +6,7 @@ metadata:
|
|||||||
provisioner: csi-cephfsplugin
|
provisioner: csi-cephfsplugin
|
||||||
parameters:
|
parameters:
|
||||||
# Comma separated list of Ceph monitors
|
# Comma separated list of Ceph monitors
|
||||||
# if using FQDN, make sure csi plugin's dns policy is appropriate.
|
# if using FQDN, make sure csi plugin's dns policy is appropriate.
|
||||||
monitors: mon1:port,mon2:port,...
|
monitors: mon1:port,mon2:port,...
|
||||||
|
|
||||||
# For provisionVolume: "true":
|
# For provisionVolume: "true":
|
||||||
@ -13,7 +14,8 @@ parameters:
|
|||||||
# Requires admin credentials (adminID, adminKey).
|
# Requires admin credentials (adminID, adminKey).
|
||||||
# For provisionVolume: "false":
|
# For provisionVolume: "false":
|
||||||
# It is assumed the volume already exists and the user is expected
|
# It is assumed the volume already exists and the user is expected
|
||||||
# to provide path to that volume (rootPath) and user credentials (userID, userKey).
|
# to provide path to that volume (rootPath) and user credentials
|
||||||
|
# (userID, userKey).
|
||||||
provisionVolume: "true"
|
provisionVolume: "true"
|
||||||
|
|
||||||
# Ceph pool into which the volume shall be created
|
# Ceph pool into which the volume shall be created
|
||||||
@ -30,8 +32,11 @@ parameters:
|
|||||||
csi.storage.k8s.io/node-stage-secret-name: csi-cephfs-secret
|
csi.storage.k8s.io/node-stage-secret-name: csi-cephfs-secret
|
||||||
csi.storage.k8s.io/node-stage-secret-namespace: default
|
csi.storage.k8s.io/node-stage-secret-namespace: default
|
||||||
|
|
||||||
# (optional) The driver can use either ceph-fuse (fuse) or ceph kernel client (kernel)
|
# (optional) The driver can use either ceph-fuse (fuse) or
|
||||||
# If omitted, default volume mounter will be used - this is determined by probing for ceph-fuse
|
# ceph kernelclient (kernel).
|
||||||
# or by setting the default mounter explicitly via --volumemounter command-line argument.
|
# If omitted, default volume mounter will be used - this is
|
||||||
|
# determined by probing for ceph-fuse
|
||||||
|
# or by setting the default mounter explicitly via
|
||||||
|
# --volumemounter command-line argument.
|
||||||
# mounter: kernel
|
# mounter: kernel
|
||||||
reclaimPolicy: Delete
|
reclaimPolicy: Delete
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Pod
|
kind: Pod
|
||||||
metadata:
|
metadata:
|
||||||
name: csirbd-restore-demo-pod
|
name: csirbd-restore-demo-pod
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: web-server
|
- name: web-server
|
||||||
image: nginx
|
image: nginx
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: mypvc
|
- name: mypvc
|
||||||
mountPath: /var/lib/www/html
|
mountPath: /var/lib/www/html
|
||||||
volumes:
|
volumes:
|
||||||
- name: mypvc
|
- name: mypvc
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: rbd-pvc-restore
|
claimName: rbd-pvc-restore
|
||||||
readOnly: false
|
readOnly: false
|
||||||
|
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Pod
|
kind: Pod
|
||||||
metadata:
|
metadata:
|
||||||
name: csirbd-demo-pod
|
name: csirbd-demo-pod
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: web-server
|
- name: web-server
|
||||||
image: nginx
|
image: nginx
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: mypvc
|
- name: mypvc
|
||||||
mountPath: /var/lib/www/html
|
mountPath: /var/lib/www/html
|
||||||
volumes:
|
volumes:
|
||||||
- name: mypvc
|
- name: mypvc
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: rbd-pvc
|
claimName: rbd-pvc
|
||||||
readOnly: false
|
readOnly: false
|
||||||
|
|
||||||
|
@ -1,10 +1,11 @@
|
|||||||
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: PersistentVolumeClaim
|
kind: PersistentVolumeClaim
|
||||||
metadata:
|
metadata:
|
||||||
name: rbd-pvc
|
name: rbd-pvc
|
||||||
spec:
|
spec:
|
||||||
accessModes:
|
accessModes:
|
||||||
- ReadWriteOnce
|
- ReadWriteOnce
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
storage: 1Gi
|
storage: 1Gi
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Secret
|
kind: Secret
|
||||||
metadata:
|
metadata:
|
||||||
name: csi-rbd-secret
|
name: csi-rbd-secret
|
||||||
namespace: default
|
namespace: default
|
||||||
data:
|
data:
|
||||||
# Key value corresponds to a user name defined in ceph cluster
|
# Key value corresponds to a user name defined in ceph cluster
|
||||||
admin: BASE64-ENCODED-PASSWORD
|
admin: BASE64-ENCODED-PASSWORD
|
||||||
@ -10,4 +11,4 @@ data:
|
|||||||
kubernetes: BASE64-ENCODED-PASSWORD
|
kubernetes: BASE64-ENCODED-PASSWORD
|
||||||
# if monValueFromSecret is set to "monitors", uncomment the
|
# if monValueFromSecret is set to "monitors", uncomment the
|
||||||
# following and set the mon there
|
# following and set the mon there
|
||||||
#monitors: BASE64-ENCODED-Comma-Delimited-Mons
|
# monitors: BASE64-ENCODED-Comma-Delimited-Mons
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
apiVersion: snapshot.storage.k8s.io/v1alpha1
|
apiVersion: snapshot.storage.k8s.io/v1alpha1
|
||||||
kind: VolumeSnapshot
|
kind: VolumeSnapshot
|
||||||
metadata:
|
metadata:
|
||||||
|
@ -1,37 +1,38 @@
|
|||||||
|
---
|
||||||
apiVersion: storage.k8s.io/v1
|
apiVersion: storage.k8s.io/v1
|
||||||
kind: StorageClass
|
kind: StorageClass
|
||||||
metadata:
|
metadata:
|
||||||
name: csi-rbd
|
name: csi-rbd
|
||||||
provisioner: csi-rbdplugin
|
provisioner: csi-rbdplugin
|
||||||
parameters:
|
parameters:
|
||||||
# Comma separated list of Ceph monitors
|
# Comma separated list of Ceph monitors
|
||||||
# if using FQDN, make sure csi plugin's dns policy is appropriate.
|
# if using FQDN, make sure csi plugin's dns policy is appropriate.
|
||||||
monitors: mon1:port,mon2:port,...
|
monitors: mon1:port,mon2:port,...
|
||||||
|
|
||||||
# if "monitors" parameter is not set, driver to get monitors from same
|
# if "monitors" parameter is not set, driver to get monitors from same
|
||||||
# secret as admin/user credentials. "monValueFromSecret" provides the
|
# secret as admin/user credentials. "monValueFromSecret" provides the
|
||||||
# key in the secret whose value is the mons
|
# key in the secret whose value is the mons
|
||||||
#monValueFromSecret: "monitors"
|
# monValueFromSecret: "monitors"
|
||||||
|
|
||||||
|
# Ceph pool into which the RBD image shall be created
|
||||||
# Ceph pool into which the RBD image shall be created
|
pool: rbd
|
||||||
pool: rbd
|
|
||||||
|
|
||||||
# RBD image format. Defaults to "2".
|
# RBD image format. Defaults to "2".
|
||||||
imageFormat: "2"
|
imageFormat: "2"
|
||||||
|
|
||||||
# RBD image features. Available for imageFormat: "2". CSI RBD currently supports only `layering` feature.
|
# RBD image features. Available for imageFormat: "2"
|
||||||
imageFeatures: layering
|
# CSI RBD currently supports only `layering` feature.
|
||||||
|
imageFeatures: layering
|
||||||
# The secrets have to contain Ceph admin credentials.
|
|
||||||
csi.storage.k8s.io/provisioner-secret-name: csi-rbd-secret
|
|
||||||
csi.storage.k8s.io/provisioner-secret-namespace: default
|
|
||||||
csi.storage.k8s.io/node-publish-secret-name: csi-rbd-secret
|
|
||||||
csi.storage.k8s.io/node-publish-secret-namespace: default
|
|
||||||
|
|
||||||
# Ceph users for operating RBD
|
# The secrets have to contain Ceph admin credentials.
|
||||||
adminid: admin
|
csi.storage.k8s.io/provisioner-secret-name: csi-rbd-secret
|
||||||
userid: kubernetes
|
csi.storage.k8s.io/provisioner-secret-namespace: default
|
||||||
# uncomment the following to use rbd-nbd as mounter on supported nodes
|
csi.storage.k8s.io/node-publish-secret-name: csi-rbd-secret
|
||||||
#mounter: rbd-nbd
|
csi.storage.k8s.io/node-publish-secret-namespace: default
|
||||||
|
|
||||||
|
# Ceph users for operating RBD
|
||||||
|
adminid: admin
|
||||||
|
userid: kubernetes
|
||||||
|
# uncomment the following to use rbd-nbd as mounter on supported nodes
|
||||||
|
# mounter: rbd-nbd
|
||||||
reclaimPolicy: Delete
|
reclaimPolicy: Delete
|
||||||
|
Loading…
Reference in New Issue
Block a user