You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docsite/docs/manual/500.configuration-of-ob-operator.md
+35Lines changed: 35 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,41 @@ This topic describes the startup parameters and environment variables of ob-oper
25
25
| TELEMETRY_DEBUG | Specifies whether to enable DEBUG mode of telemetry. If you set the value to `true`, DEBUG mode is enabled. | Empty |
26
26
| DISABLE_WEBHOOKS | Specifies whether to disable webhook verification. If you set the value to `true`, webhook verification is disabled. | Empty |
27
27
| DISABLE_TELEMETRY | Specifies whether to disable the telemetry module. If you set the value to `true`, the telemetry module is disabled. The telemetry module collects and desensitizes the cluster environment and event information, and then it sends the information to OceanBase Database. OceanBase Database uses the information to improve ob-operator. | Empty |
28
+
| OB_OPERATOR_DATABASE_CONNECTIONLRUCACHESIZE | The size of the database connection LRU cache. Default is 1000. | Empty |
29
+
| OB_OPERATOR_RESOURCE_DEFAULTDISKEXPANDPERCENT | The default percentage to expand the disk. Default is 10. | Empty |
30
+
| OB_OPERATOR_RESOURCE_DEFAULTLOGPERCENT | The default percentage of log disk usage. Default is 80. | Empty |
31
+
| OB_OPERATOR_RESOURCE_INITIALDATADISKUSEPERCENT | The initial percentage of data disk usage. Default is 20. | Empty |
32
+
| OB_OPERATOR_RESOURCE_DEFAULTDISKUSEPERCENT | The default percentage of disk usage. Default is 95. | Empty |
33
+
| OB_OPERATOR_RESOURCE_DEFAULTMEMORYLIMITPERCENT | The default percentage of memory limit. Default is 90. | Empty |
34
+
| OB_OPERATOR_RESOURCE_DEFAULTMEMORYLIMITSIZE | The default size of memory limit. Default is 0M. | Empty |
35
+
| OB_OPERATOR_RESOURCE_DEFAULTDATAFILEMAXSIZE | The default maximum size of data file. Default is 0M. | Empty |
36
+
| OB_OPERATOR_RESOURCE_DEFAULTDATAFILENEXTSIZE | The default next size of data file. Default is 1G. | Empty |
37
+
| OB_OPERATOR_RESOURCE_MINMEMORYSIZE | The minimum memory size. Default is 8Gi. | Empty |
38
+
| OB_OPERATOR_RESOURCE_MINDATADISKSIZE | The minimum data disk size. Default is 30Gi. | Empty |
39
+
| OB_OPERATOR_RESOURCE_MINREDOLOGDISKSIZE | The minimum redo log disk size. Default is 30Gi. | Empty |
40
+
| OB_OPERATOR_RESOURCE_MINLOGDISKSIZE | The minimum log disk size. Default is 10Gi. | Empty |
41
+
| OB_OPERATOR_TIME_TENANTOPRETRYTIMES | The number of retries for tenant operations. Default is 9. | Empty |
42
+
| OB_OPERATOR_TIME_TENANTOPRETRYGAPSECONDS | The gap in seconds between tenant operation retries. Default is 9. | Empty |
43
+
| OB_OPERATOR_TIME_TASKMAXRETRYTIMES | The maximum number of retries for tasks. Default is 99. | Empty |
44
+
| OB_OPERATOR_TIME_TASKRETRYBACKOFFTHRESHOLD | The threshold for task retry backoff. Default is 16. | Empty |
45
+
| OB_OPERATOR_TIME_PROBECHECKPERIODSECONDS | The period in seconds for probe checks. Default is 2. | Empty |
46
+
| OB_OPERATOR_TIME_PROBECHECKDELAYSECONDS | The delay in seconds for probe checks. Default is 5. | Empty |
47
+
| OB_OPERATOR_TIME_GETCONNECTIONMAXRETRIES | The maximum retries for getting a connection. Default is 100. | Empty |
48
+
| OB_OPERATOR_TIME_CHECKCONNECTIONINTERVAL | The interval in seconds for checking connections. Default is 3. | Empty |
49
+
| OB_OPERATOR_TIME_CHECKJOBINTERVAL | The interval in seconds for checking jobs. Default is 3. | Empty |
50
+
| OB_OPERATOR_TIME_CHECKJOBMAXRETRIES | The maximum retries for checking jobs. Default is 100. | Empty |
51
+
| OB_OPERATOR_TIME_COMMONCHECKINTERVAL | The interval in seconds for common checks. Default is 5. | Empty |
52
+
| OB_OPERATOR_TIME_BOOTSTRAPTIMEOUTSECONDS | The timeout in seconds for bootstrapping. Default is 2100. | Empty |
53
+
| OB_OPERATOR_TIME_LOCALITYCHANGETIMEOUTSECONDS | The timeout in seconds for locality changes. Default is 86400. | Empty |
54
+
| OB_OPERATOR_TIME_DEFAULTSTATEWAITTIMEOUT | The default timeout in seconds for resource state change waiting. Default is 1800. | Empty |
55
+
| OB_OPERATOR_TIME_TIMECONSUMINGSTATEWAITTIMEOUT | The timeout in seconds for time-consuming task resource state change waiting. Default is 3600. | Empty |
56
+
| OB_OPERATOR_TIME_WAITFORJOBTIMEOUTSECONDS | The timeout in seconds for waiting for a job. Default is 7200. | Empty |
57
+
| OB_OPERATOR_TIME_SERVERDELETETIMEOUTSECONDS | The timeout in seconds for server deletion. Default is 604800. | Empty |
58
+
| OB_OPERATOR_TIME_TOLERATESERVERPODNOTREADYMINUTES | The minutes to tolerate server pod not ready. Default is 5. | Empty |
59
+
| OB_OPERATOR_TIME_DEFAULTSQLTIMEOUTSECONDS | The default timeout in seconds for SQL execution. Default is 60. | Empty |
60
+
| OB_OPERATOR_TIME_TENANTSQLTIMEOUTSECONDS | The timeout in seconds for tenant SQL execution. Default is 600. | Empty |
61
+
| OB_OPERATOR_TIME_TENANTRESTORETIMEOUTSECONDS | The timeout in seconds for tenant restore. Default is 600. | Empty |
62
+
| OB_OPERATOR_TIME_POLLINGJOBSLEEPTIMESECONDS | The sleep time in seconds for polling jobs. Default is 1. | Empty |
0 commit comments