Skip to content

Commit

Permalink
chore(kubernetes): csi fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
buroa committed Dec 20, 2023
1 parent b963319 commit ef33fe9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ spec:
extraArgs:
- --leader-election=false
- --node-deployment=true
nodeSelector: &nodeSelector
node-role.kubernetes.io/worker: ""
node:
driver:
image: ghcr.io/democratic-csi/democratic-csi:v1.8.4
Expand All @@ -73,8 +75,7 @@ spec:
hostPath:
path: *path
type: DirectoryOrCreate
nodeSelector:
node-role.kubernetes.io/worker: ""
nodeSelector: *nodeSelector
driver:
config:
driver: local-hostpath
Expand Down
7 changes: 3 additions & 4 deletions kubernetes/apps/rook-ceph/rook-ceph/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ spec:
values:
csi:
cephFSKernelMountOptions: ms_mode=prefer-crc
enableGrpcMetrics: true
enableLiveness: true
serviceMonitor:
enabled: true
# enableLiveness: true
# serviceMonitor:
# enabled: true
monitoring:
enabled: true
resources:
Expand Down
2 changes: 0 additions & 2 deletions kubernetes/apps/rook-ceph/rook-ceph/cluster/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ spec:
bdev_async_discard = true
osd_class_update_on_start = false
cephClusterSpec:
cephVersion:
image: quay.io/ceph/ceph:v18.2.1
network:
provider: host
addressRanges:
Expand Down

0 comments on commit ef33fe9

Please sign in to comment.