File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ Log rotation involves managing log files by controlling their size. This feature
4
4
5
5
Logroate configuration,
6
6
7
- ` CephCSIOperatorConfig CRD` :
7
+ ` OperatorConfig CRD` :
8
8
9
9
``` yaml
10
- kind : CephCSIOperatorConfig
10
+ kind : OperatorConfig
11
11
apiVersion : csi.ceph.io/v1alpha1
12
12
….
13
13
spec :
@@ -24,10 +24,10 @@ spec:
24
24
logHostPath : /var/lib/cephcsi
25
25
` ` `
26
26
27
- Similar settings will be overridden by ` CephCSIDriver CRD`:
27
+ Similar settings will be overridden by ` Driver CRD`:
28
28
29
29
` ` ` yaml
30
- kind: CephCSIDriver
30
+ kind: Driver
31
31
apiVersion: csi.ceph.io/v1alpha1
32
32
metadata:
33
33
name: "<prefix>.<driver_type>.csi.ceph.com"
48
48
49
49
Logrotator sidecar container cpu and memory usage can configured by,
50
50
51
- `CephCSIOperatorConfig CRD` :
51
+ `OperatorConfig CRD` :
52
52
` ` ` yaml
53
53
spec:
54
54
provisioner:
62
62
` ` `
63
63
64
64
For systems where SELinux is enabled (e.g. OpenShift),start plugin-controller as privileged that mount a host path.
65
- `CephCSIOperatorConfig CRD` :
65
+ `OperatorConfig CRD` :
66
66
` ` ` yaml
67
67
spec:
68
68
provisioner:
You can’t perform that action at this time.
0 commit comments