Skip to content

Commit b097046

Browse files
authored
feat: support enable ipv6 (#1870)
Signed-off-by: withlin <withlin@apache.org>
1 parent c8c335d commit b097046

17 files changed

+44
-3
lines changed

charts/logging-operator/charts/logging-operator-crds/templates/logging.banzaicloud.io_fluentbitagents.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1167,6 +1167,8 @@ spec:
11671167
type: string
11681168
enableUpstream:
11691169
type: boolean
1170+
enabledIPv6:
1171+
type: boolean
11701172
envVars:
11711173
items:
11721174
properties:

charts/logging-operator/charts/logging-operator-crds/templates/logging.banzaicloud.io_fluentdconfigs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1193,6 +1193,8 @@ spec:
11931193
type: string
11941194
enableMsgpackTimeSupport:
11951195
type: boolean
1196+
enabledIPv6:
1197+
type: boolean
11961198
envVars:
11971199
items:
11981200
properties:

charts/logging-operator/charts/logging-operator-crds/templates/logging.banzaicloud.io_loggings.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2214,6 +2214,8 @@ spec:
22142214
type: string
22152215
enableUpstream:
22162216
type: boolean
2217+
enabledIPv6:
2218+
type: boolean
22172219
envVars:
22182220
items:
22192221
properties:
@@ -4936,6 +4938,8 @@ spec:
49364938
type: string
49374939
enableMsgpackTimeSupport:
49384940
type: boolean
4941+
enabledIPv6:
4942+
type: boolean
49394943
envVars:
49404944
items:
49414945
properties:

charts/logging-operator/crds/logging.banzaicloud.io_fluentbitagents.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1164,6 +1164,8 @@ spec:
11641164
type: string
11651165
enableUpstream:
11661166
type: boolean
1167+
enabledIPv6:
1168+
type: boolean
11671169
envVars:
11681170
items:
11691171
properties:

charts/logging-operator/crds/logging.banzaicloud.io_fluentdconfigs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1190,6 +1190,8 @@ spec:
11901190
type: string
11911191
enableMsgpackTimeSupport:
11921192
type: boolean
1193+
enabledIPv6:
1194+
type: boolean
11931195
envVars:
11941196
items:
11951197
properties:

charts/logging-operator/crds/logging.banzaicloud.io_loggings.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2211,6 +2211,8 @@ spec:
22112211
type: string
22122212
enableUpstream:
22132213
type: boolean
2214+
enabledIPv6:
2215+
type: boolean
22142216
envVars:
22152217
items:
22162218
properties:
@@ -4933,6 +4935,8 @@ spec:
49334935
type: string
49344936
enableMsgpackTimeSupport:
49354937
type: boolean
4938+
enabledIPv6:
4939+
type: boolean
49364940
envVars:
49374941
items:
49384942
properties:

config/crd/bases/logging.banzaicloud.io_fluentbitagents.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1164,6 +1164,8 @@ spec:
11641164
type: string
11651165
enableUpstream:
11661166
type: boolean
1167+
enabledIPv6:
1168+
type: boolean
11671169
envVars:
11681170
items:
11691171
properties:

config/crd/bases/logging.banzaicloud.io_fluentdconfigs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1190,6 +1190,8 @@ spec:
11901190
type: string
11911191
enableMsgpackTimeSupport:
11921192
type: boolean
1193+
enabledIPv6:
1194+
type: boolean
11931195
envVars:
11941196
items:
11951197
properties:

config/crd/bases/logging.banzaicloud.io_loggings.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2211,6 +2211,8 @@ spec:
22112211
type: string
22122212
enableUpstream:
22132213
type: boolean
2214+
enabledIPv6:
2215+
type: boolean
22142216
envVars:
22152217
items:
22162218
properties:
@@ -4933,6 +4935,8 @@ spec:
49334935
type: string
49344936
enableMsgpackTimeSupport:
49354937
type: boolean
4938+
enabledIPv6:
4939+
type: boolean
49364940
envVars:
49374941
items:
49384942
properties:

docs/configuration/crds/v1beta1/fluentbit_types.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ Disable Kubernetes metadata filter
102102
### enableUpstream (bool, optional) {#fluentbitspec-enableupstream}
103103

104104

105+
### enabledIPv6 (bool, optional) {#fluentbitspec-enabledipv6}
106+
107+
105108
### envVars ([]corev1.EnvVar, optional) {#fluentbitspec-envvars}
106109

107110

0 commit comments

Comments
 (0)