Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ parameters:
cloudscale-csi-plugin:
registry: quay.io
repository: cloudscalech/cloudscale-csi-plugin
tag: v3.5.6
tag: v3.6.0

api_token: ?{vaultkv:${cluster:tenant}/${cluster:name}/cloudscale/token}
api_token_secret_name: cloudscale
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.5.1
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.15.0
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand All @@ -48,6 +48,7 @@ spec:
- args:
- --endpoint=$(CSI_ENDPOINT)
- --url=$(CLOUDSCALE_API_URL)
- --log-level=info
env:
- name: CSI_ENDPOINT
value: unix:///csi/csi.sock
Expand All @@ -60,7 +61,7 @@ spec:
secretKeyRef:
key: access-token
name: cloudscale
image: quay.io/cloudscalech/cloudscale-csi-plugin:v3.5.6
image: quay.io/cloudscalech/cloudscale-csi-plugin:v3.6.0
imagePullPolicy: IfNotPresent
name: csi-cloudscale-plugin
resources:
Expand All @@ -87,7 +88,7 @@ spec:
name: tmpfs
hostNetwork: true
priorityClassName: system-node-critical
serviceAccount: csi-cloudscale-node-sa
serviceAccountName: csi-cloudscale-node-sa
volumes:
- hostPath:
path: /var/lib/kubelet/plugins_registry/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ rules:
verbs:
- get
- list
- watch
- update
- apiGroups:
- snapshot.storage.k8s.io
resources:
Expand Down Expand Up @@ -94,14 +96,6 @@ rules:
- watch
- update
- patch
- apiGroups:
- ''
resources:
- nodes
verbs:
- get
- list
- watch
- apiGroups:
- storage.k8s.io
resources:
Expand Down Expand Up @@ -150,6 +144,14 @@ rules:
- get
- list
- watch
- apiGroups:
- ''
resources:
- pods
verbs:
- get
- list
- watch
- apiGroups:
- ''
resources:
Expand All @@ -167,6 +169,14 @@ rules:
- create
- update
- patch
- apiGroups:
- storage.k8s.io
resources:
- volumeattributesclasses
verbs:
- get
- list
- watch
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ spec:
- --csi-address=$(ADDRESS)
- --default-fstype=ext4
- --v=5
- --feature-gates=Topology=false
env:
- name: ADDRESS
value: /var/lib/csi/sockets/pluginproxy/csi.sock
image: registry.k8s.io/sig-storage/csi-provisioner:v3.2.1
image: registry.k8s.io/sig-storage/csi-provisioner:v5.3.0
imagePullPolicy: IfNotPresent
name: csi-provisioner
resources:
Expand All @@ -38,7 +39,7 @@ spec:
env:
- name: ADDRESS
value: /var/lib/csi/sockets/pluginproxy/csi.sock
image: registry.k8s.io/sig-storage/csi-attacher:v4.0.0
image: registry.k8s.io/sig-storage/csi-attacher:v4.10.0
imagePullPolicy: IfNotPresent
name: csi-attacher
resources:
Expand All @@ -56,7 +57,7 @@ spec:
env:
- name: ADDRESS
value: /var/lib/csi/sockets/pluginproxy/csi.sock
image: registry.k8s.io/sig-storage/csi-resizer:v1.6.0
image: registry.k8s.io/sig-storage/csi-resizer:v2.0.0
imagePullPolicy: IfNotPresent
name: csi-resizer
resources:
Expand All @@ -69,6 +70,7 @@ spec:
- args:
- --endpoint=$(CSI_ENDPOINT)
- --url=$(CLOUDSCALE_API_URL)
- --log-level=info
env:
- name: CSI_ENDPOINT
value: unix:///var/lib/csi/sockets/pluginproxy/csi.sock
Expand All @@ -79,7 +81,7 @@ spec:
secretKeyRef:
key: access-token
name: cloudscale
image: quay.io/cloudscalech/cloudscale-csi-plugin:v3.5.6
image: quay.io/cloudscalech/cloudscale-csi-plugin:v3.6.0
imagePullPolicy: IfNotPresent
name: csi-cloudscale-plugin
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.5.1
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.15.0
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand All @@ -48,6 +48,7 @@ spec:
- args:
- --endpoint=$(CSI_ENDPOINT)
- --url=$(CLOUDSCALE_API_URL)
- --log-level=info
env:
- name: CSI_ENDPOINT
value: unix:///csi/csi.sock
Expand All @@ -60,7 +61,7 @@ spec:
secretKeyRef:
key: access-token
name: cloudscale
image: quay.io/cloudscalech/cloudscale-csi-plugin:v3.5.6
image: quay.io/cloudscalech/cloudscale-csi-plugin:v3.6.0
imagePullPolicy: IfNotPresent
name: csi-cloudscale-plugin
resources:
Expand All @@ -85,7 +86,7 @@ spec:
name: tmpfs
hostNetwork: true
priorityClassName: system-node-critical
serviceAccount: csi-cloudscale-node-sa
serviceAccountName: csi-cloudscale-node-sa
tolerations:
- effect: NoSchedule
key: storagenode
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ rules:
verbs:
- get
- list
- watch
- update
- apiGroups:
- snapshot.storage.k8s.io
resources:
Expand Down Expand Up @@ -94,14 +96,6 @@ rules:
- watch
- update
- patch
- apiGroups:
- ''
resources:
- nodes
verbs:
- get
- list
- watch
- apiGroups:
- storage.k8s.io
resources:
Expand Down Expand Up @@ -150,6 +144,14 @@ rules:
- get
- list
- watch
- apiGroups:
- ''
resources:
- pods
verbs:
- get
- list
- watch
- apiGroups:
- ''
resources:
Expand All @@ -167,6 +169,14 @@ rules:
- create
- update
- patch
- apiGroups:
- storage.k8s.io
resources:
- volumeattributesclasses
verbs:
- get
- list
- watch
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ spec:
- --csi-address=$(ADDRESS)
- --default-fstype=ext4
- --v=5
- --feature-gates=Topology=false
env:
- name: ADDRESS
value: /var/lib/csi/sockets/pluginproxy/csi.sock
image: registry.k8s.io/sig-storage/csi-provisioner:v3.2.1
image: registry.k8s.io/sig-storage/csi-provisioner:v5.3.0
imagePullPolicy: IfNotPresent
name: csi-provisioner
resources:
Expand All @@ -38,7 +39,7 @@ spec:
env:
- name: ADDRESS
value: /var/lib/csi/sockets/pluginproxy/csi.sock
image: registry.k8s.io/sig-storage/csi-attacher:v4.0.0
image: registry.k8s.io/sig-storage/csi-attacher:v4.10.0
imagePullPolicy: IfNotPresent
name: csi-attacher
resources:
Expand All @@ -56,7 +57,7 @@ spec:
env:
- name: ADDRESS
value: /var/lib/csi/sockets/pluginproxy/csi.sock
image: registry.k8s.io/sig-storage/csi-resizer:v1.6.0
image: registry.k8s.io/sig-storage/csi-resizer:v2.0.0
imagePullPolicy: IfNotPresent
name: csi-resizer
resources:
Expand All @@ -69,6 +70,7 @@ spec:
- args:
- --endpoint=$(CSI_ENDPOINT)
- --url=$(CLOUDSCALE_API_URL)
- --log-level=info
env:
- name: CSI_ENDPOINT
value: unix:///var/lib/csi/sockets/pluginproxy/csi.sock
Expand All @@ -79,7 +81,7 @@ spec:
secretKeyRef:
key: access-token
name: cloudscale
image: quay.io/cloudscalech/cloudscale-csi-plugin:v3.5.6
image: quay.io/cloudscalech/cloudscale-csi-plugin:v3.6.0
imagePullPolicy: IfNotPresent
name: csi-cloudscale-plugin
resources:
Expand Down