mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-12-18 02:50:30 +00:00
update statefulset and daemonset api-version
Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
b82d75e846
commit
59d3365d3b
@ -1,5 +1,5 @@
|
|||||||
kind: DaemonSet
|
kind: DaemonSet
|
||||||
apiVersion: apps/v1beta2
|
apiVersion: apps/v1
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ include "ceph-csi-cephfs.nodeplugin.fullname" . }}
|
name: {{ include "ceph-csi-cephfs.nodeplugin.fullname" . }}
|
||||||
labels:
|
labels:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
kind: StatefulSet
|
kind: StatefulSet
|
||||||
apiVersion: apps/v1beta1
|
apiVersion: apps/v1
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ include "ceph-csi-cephfs.provisioner.fullname" . }}
|
name: {{ include "ceph-csi-cephfs.provisioner.fullname" . }}
|
||||||
labels:
|
labels:
|
||||||
|
@ -14,10 +14,13 @@ spec:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: StatefulSet
|
kind: StatefulSet
|
||||||
apiVersion: apps/v1beta1
|
apiVersion: apps/v1
|
||||||
metadata:
|
metadata:
|
||||||
name: csi-cephfsplugin-provisioner
|
name: csi-cephfsplugin-provisioner
|
||||||
spec:
|
spec:
|
||||||
|
selector:
|
||||||
|
matchLabels:
|
||||||
|
app: csi-cephfsplugin-provisioner
|
||||||
serviceName: "csi-cephfsplugin-provisioner"
|
serviceName: "csi-cephfsplugin-provisioner"
|
||||||
replicas: 1
|
replicas: 1
|
||||||
template:
|
template:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
kind: DaemonSet
|
kind: DaemonSet
|
||||||
apiVersion: apps/v1beta2
|
apiVersion: apps/v1
|
||||||
metadata:
|
metadata:
|
||||||
name: csi-cephfsplugin
|
name: csi-cephfsplugin
|
||||||
spec:
|
spec:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
kind: DaemonSet
|
kind: DaemonSet
|
||||||
apiVersion: apps/v1beta2
|
apiVersion: apps/v1
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ include "ceph-csi-rbd.nodeplugin.fullname" . }}
|
name: {{ include "ceph-csi-rbd.nodeplugin.fullname" . }}
|
||||||
labels:
|
labels:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
kind: StatefulSet
|
kind: StatefulSet
|
||||||
apiVersion: apps/v1beta1
|
apiVersion: apps/v1
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ include "ceph-csi-rbd.provisioner.fullname" . }}
|
name: {{ include "ceph-csi-rbd.provisioner.fullname" . }}
|
||||||
labels:
|
labels:
|
||||||
|
@ -14,12 +14,15 @@ spec:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: StatefulSet
|
kind: StatefulSet
|
||||||
apiVersion: apps/v1beta1
|
apiVersion: apps/v1
|
||||||
metadata:
|
metadata:
|
||||||
name: csi-rbdplugin-provisioner
|
name: csi-rbdplugin-provisioner
|
||||||
spec:
|
spec:
|
||||||
serviceName: "csi-rbdplugin-provisioner"
|
serviceName: "csi-rbdplugin-provisioner"
|
||||||
replicas: 1
|
replicas: 1
|
||||||
|
selector:
|
||||||
|
matchLabels:
|
||||||
|
app: csi-rbdplugin-provisioner
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
kind: DaemonSet
|
kind: DaemonSet
|
||||||
apiVersion: apps/v1beta2
|
apiVersion: apps/v1
|
||||||
metadata:
|
metadata:
|
||||||
name: csi-rbdplugin
|
name: csi-rbdplugin
|
||||||
spec:
|
spec:
|
||||||
|
Loading…
Reference in New Issue
Block a user