-
Notifications
You must be signed in to change notification settings - Fork 0
/
rook.patch
22 lines (19 loc) · 1.12 KB
/
rook.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
diff --git a/deploy/examples/operator.yaml b/deploy/examples/operator.yaml
index 5a5b1d4a6..1939d87a6 100644
--- a/deploy/examples/operator.yaml
+++ b/deploy/examples/operator.yaml
@@ -156,7 +156,7 @@ data:
# CSI_NFS_PLUGIN_UPDATE_STRATEGY: "OnDelete"
# kubelet directory path, if kubelet configured to use other than /var/lib/kubelet path.
- # ROOK_CSI_KUBELET_DIR_PATH: "/var/lib/kubelet"
+ ROOK_CSI_KUBELET_DIR_PATH: "/var/lib/k0s/kubelet"
# Labels to add to the CSI CephFS Deployments and DaemonSets Pods.
# ROOK_CSI_CEPHFS_POD_LABELS: "key1=value1,key2=value2"
@@ -496,7 +496,7 @@ data:
# Whether to start the discovery daemon to watch for raw storage devices on nodes in the cluster.
# This daemon does not need to run if you are only going to create your OSDs based on StorageClassDeviceSets with PVCs.
- ROOK_ENABLE_DISCOVERY_DAEMON: "false"
+ ROOK_ENABLE_DISCOVERY_DAEMON: "true"
# The timeout value (in seconds) of Ceph commands. It should be >= 1. If this variable is not set or is an invalid value, it's default to 15.
ROOK_CEPH_COMMANDS_TIMEOUT_SECONDS: "15"
# Enable the csi addons sidecar.