Skip to content

Commit 27b21f8

Browse files
committed
chore(k8s/magiclove/rook-ceph): upgrade to v1.18.1
1 parent c394e03 commit 27b21f8

File tree

4 files changed

+620
-11
lines changed

4 files changed

+620
-11
lines changed

k8s/magiclove/ceph_csi_operator/deployment_list.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323
spec: {
2424
containers: [{
2525
name: "manager"
26-
image: "quay.io/cephcsi/ceph-csi-operator:v0.4.0"
26+
image: "quay.io/cephcsi/ceph-csi-operator:v\(#Version)"
2727
args: [
2828
"--leader-elect",
2929
"--metrics-bind-address=:8080",

k8s/magiclove/rook_ceph/ceph_cluster_list.cue

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import (
2424
skipUpgradeChecks: false
2525
continueUpgradeAfterChecksEvenIfNotHealthy: false
2626
waitTimeoutForHealthyOSDInMinutes: 10
27+
upgradeOSDRequiresHealthyPGs: false
2728
mon: {
2829
count: 3
2930
allowMultiplePerNode: true
@@ -54,8 +55,13 @@ import (
5455
// rather than with service monitors.
5556
//
5657
// See: https://github.com/rook/rook/issues/12422
57-
// monitoring: enabled: true
58-
monitoring: metricsDisabled: false
58+
monitoring: {
59+
metricsDisabled: false
60+
exporter: {
61+
perfCountersPrioLimit: 5
62+
statsPeriodSeconds: 5
63+
}
64+
}
5965
network: connections: {
6066
encryption: enabled: true
6167
compression: enabled: true
@@ -118,8 +124,10 @@ import (
118124
}
119125
}
120126
storage: {
121-
useAllNodes: false
122-
useAllDevices: false
127+
useAllNodes: false
128+
useAllDevices: false
129+
allowDeviceClassUpdate: false
130+
allowOsdCrushWeightUpdate: false
123131
nodes: [{
124132
name: "dice"
125133
devices: [{
@@ -160,12 +168,12 @@ import (
160168
config: deviceClass: "nvme"
161169
}]
162170
}]
171+
scheduleAlways: false
163172
onlyApplyOSDPlacement: false
164173
}
165174
disruptionManagement: {
166175
managePodBudgets: true
167176
osdMaintenanceTimeout: 30
168-
pgHealthCheckTimeout: 0
169177
}
170178
healthCheck: {
171179
daemonHealth: {

0 commit comments

Comments
 (0)