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: apis/v1alpha1/cluster_types.go
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -134,9 +134,17 @@ type CrdbClusterSpec struct {
134
134
// proper channels in the cockroachdb. Logging configuration is available for cockroach version v21.1.0 onwards.
135
135
// The logging configuration is taken in format of yaml file, you can check the logging configuration here (https://www.cockroachlabs.com/docs/stable/configure-logs.html#default-logging-configuration)
136
136
// The default logging for cockroach version v20.x or less is stderr, logging API is ignored for older versions.
137
+
// NOTE: The `data` field of map must contain an entry called `logging.yaml`
or not the stateful set pods should automount the service account
671
+
token. This is the default behavior in Kubernetes. For backward
672
+
compatibility reasons, this value defaults to `false` here. Default:
673
+
false'
674
+
type: boolean
668
675
cache:
669
676
description: '(Optional) The total size for caches (`--cache` command
670
677
line parameter) Default: "25%"'
@@ -974,13 +981,16 @@ spec:
974
981
type: object
975
982
type: object
976
983
logConfigMap:
977
-
description: (Optional) LogConfigMap define the config map which contains
978
-
log configuration used to send the logs through the proper channels
979
-
in the cockroachdb. Logging configuration is available for cockroach
980
-
version v21.1.0 onwards. The logging configuration is taken in format
981
-
of yaml file, you can check the logging configuration here (https://www.cockroachlabs.com/docs/stable/configure-logs.html#default-logging-configuration)
984
+
description: '(Optional) LogConfigMap define the config map which
985
+
contains log configuration used to send the logs through the proper
986
+
channels in the cockroachdb. Logging configuration is available
987
+
for cockroach version v21.1.0 onwards. The logging configuration
988
+
is taken in format of yaml file, you can check the logging configuration
989
+
here (https://www.cockroachlabs.com/docs/stable/configure-logs.html#default-logging-configuration)
982
990
The default logging for cockroach version v20.x or less is stderr,
983
-
logging API is ignored for older versions.
991
+
logging API is ignored for older versions. NOTE: The `data` field
992
+
of map must contain an entry called `logging.yaml` that contains
993
+
config options.'
984
994
type: string
985
995
maxSQLMemory:
986
996
description: '(Optional) The maximum in-memory storage capacity available
0 commit comments