Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions internal/infrastructure/kubernetes/proxy/resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ func expectedProxyContainers(infra *ir.ProxyInfra, deploymentConfig *egcfgv1a1.K
fmt.Sprintf("--service-node $(%s)", envoyPodEnvVar),
fmt.Sprintf("--config-yaml %s", bootstrapConfigurations),
fmt.Sprintf("--log-level %s", logLevel),
"--cpuset-threads",
}
if componentLogLevel := componentLogLevelArgs(proxyLogging.Level); componentLogLevel != "" {
args = append(args, fmt.Sprintf("--component-log-level %s", componentLogLevel))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ spec:
- --service-node $(ENVOY_POD_NAME)
- --config-yaml test bootstrap config
- --log-level warn
- --cpuset-threads
command:
- envoy
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ spec:
- --service-node $(ENVOY_POD_NAME)
- --config-yaml test bootstrap config
- --log-level error
- --cpuset-threads
- --component-log-level filter:info
command:
- envoy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ spec:
resource_api_version: V3
name: runtime-0
- --log-level warn
- --cpuset-threads
command:
- envoy
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ spec:
resource_api_version: V3
name: runtime-0
- --log-level warn
- --cpuset-threads
command:
- envoy
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ spec:
resource_api_version: V3
name: runtime-0
- --log-level warn
- --cpuset-threads
command:
- envoy
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ spec:
resource_api_version: V3
name: runtime-0
- --log-level warn
- --cpuset-threads
command:
- envoy
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ spec:
resource_api_version: V3
name: runtime-0
- --log-level warn
- --cpuset-threads
command:
- envoy
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ spec:
resource_api_version: V3
name: runtime-0
- --log-level warn
- --cpuset-threads
command:
- envoy
env:
Expand Down