Skip to content

Commit 4136341

Browse files
authored
Merge pull request #120 from Madhu-1/fix-crd
doc: update logrotation design doc
2 parents c5f9935 + a8a4f1f commit 4136341

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/design/logrotate.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ Log rotation involves managing log files by controlling their size. This feature
44

55
Logroate configuration,
66

7-
`CephCSIOperatorConfig CRD`:
7+
`OperatorConfig CRD`:
88

99
```yaml
10-
kind: CephCSIOperatorConfig
10+
kind: OperatorConfig
1111
apiVersion: csi.ceph.io/v1alpha1
1212
….
1313
spec:
@@ -24,10 +24,10 @@ spec:
2424
logHostPath: /var/lib/cephcsi
2525
```
2626
27-
Similar settings will be overridden by `CephCSIDriver CRD`:
27+
Similar settings will be overridden by `Driver CRD`:
2828

2929
```yaml
30-
kind: CephCSIDriver
30+
kind: Driver
3131
apiVersion: csi.ceph.io/v1alpha1
3232
metadata:
3333
name: "<prefix>.<driver_type>.csi.ceph.com"
@@ -48,7 +48,7 @@ spec:
4848

4949
Logrotator sidecar container cpu and memory usage can configured by,
5050

51-
`CephCSIOperatorConfig CRD`:
51+
`OperatorConfig CRD`:
5252
```yaml
5353
spec:
5454
provisioner:
@@ -62,7 +62,7 @@ spec:
6262
```
6363

6464
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`:
6666
```yaml
6767
spec:
6868
provisioner:

0 commit comments

Comments
 (0)