From e3c812e4adb541a14835b28c851af27756026b87 Mon Sep 17 00:00:00 2001 From: nginx-bot Date: Thu, 6 Jun 2024 16:58:01 +0000 Subject: [PATCH 1/6] NFR Test Results for NGF version 1.3.0 (Plus) --- tests/results/dp-perf/1.3.0/1.3.0-plus.md | 80 + tests/results/ngf-upgrade/1.3.0/1.3.0-plus.md | 45 + tests/results/ngf-upgrade/1.3.0/http-plus.png | Bin 0 -> 4332 bytes .../results/ngf-upgrade/1.3.0/https-plus.png | Bin 0 -> 4332 bytes tests/results/scale/1.3.0/1.3.0-plus.md | 194 + .../1.3.0/TestScale_HTTPRoutes/cpu-plus.png | Bin 0 -> 8086 bytes .../TestScale_HTTPRoutes/memory-plus.png | Bin 0 -> 6791 bytes .../1.3.0/TestScale_HTTPRoutes/ttr-plus.png | Bin 0 -> 6882 bytes .../TestScale_HTTPSListeners/cpu-plus.png | Bin 0 -> 7255 bytes .../TestScale_HTTPSListeners/memory-plus.png | Bin 0 -> 6168 bytes .../TestScale_HTTPSListeners/ttr-plus.png | Bin 0 -> 9245 bytes .../1.3.0/TestScale_Listeners/cpu-plus.png | Bin 0 -> 6854 bytes .../1.3.0/TestScale_Listeners/memory-plus.png | Bin 0 -> 5983 bytes .../1.3.0/TestScale_Listeners/ttr-plus.png | Bin 0 -> 8887 bytes .../TestScale_UpstreamServers/cpu-plus.png | Bin 0 -> 6570 bytes .../TestScale_UpstreamServers/memory-plus.png | Bin 0 -> 5470 bytes .../TestScale_UpstreamServers/ngf-plus.log | 3322 +++++++++++++++++ .../TestScale_UpstreamServers/nginx-plus.log | 1061 ++++++ 18 files changed, 4702 insertions(+) create mode 100755 tests/results/dp-perf/1.3.0/1.3.0-plus.md create mode 100755 tests/results/ngf-upgrade/1.3.0/1.3.0-plus.md create mode 100644 tests/results/ngf-upgrade/1.3.0/http-plus.png create mode 100644 tests/results/ngf-upgrade/1.3.0/https-plus.png create mode 100755 tests/results/scale/1.3.0/1.3.0-plus.md create mode 100644 tests/results/scale/1.3.0/TestScale_HTTPRoutes/cpu-plus.png create mode 100644 tests/results/scale/1.3.0/TestScale_HTTPRoutes/memory-plus.png create mode 100644 tests/results/scale/1.3.0/TestScale_HTTPRoutes/ttr-plus.png create mode 100644 tests/results/scale/1.3.0/TestScale_HTTPSListeners/cpu-plus.png create mode 100644 tests/results/scale/1.3.0/TestScale_HTTPSListeners/memory-plus.png create mode 100644 tests/results/scale/1.3.0/TestScale_HTTPSListeners/ttr-plus.png create mode 100644 tests/results/scale/1.3.0/TestScale_Listeners/cpu-plus.png create mode 100644 tests/results/scale/1.3.0/TestScale_Listeners/memory-plus.png create mode 100644 tests/results/scale/1.3.0/TestScale_Listeners/ttr-plus.png create mode 100644 tests/results/scale/1.3.0/TestScale_UpstreamServers/cpu-plus.png create mode 100644 tests/results/scale/1.3.0/TestScale_UpstreamServers/memory-plus.png create mode 100644 tests/results/scale/1.3.0/TestScale_UpstreamServers/ngf-plus.log create mode 100644 tests/results/scale/1.3.0/TestScale_UpstreamServers/nginx-plus.log diff --git a/tests/results/dp-perf/1.3.0/1.3.0-plus.md b/tests/results/dp-perf/1.3.0/1.3.0-plus.md new file mode 100755 index 0000000000..22248a5299 --- /dev/null +++ b/tests/results/dp-perf/1.3.0/1.3.0-plus.md @@ -0,0 +1,80 @@ +# Results + +## Test environment + +NGINX Plus: true + +GKE Cluster: + +- Node count: 12 +- k8s version: v1.28.9-gke.1000000 +- vCPUs per node: 16 +- RAM per node: 65855088Ki +- Max pods per node: 110 +- Zone: us-east1-b +- Instance Type: n2d-standard-16 + +## Test1: Running latte path based routing + +```text +Requests [total, rate, throughput] 30000, 1000.04, 1000.01 +Duration [total, attack, wait] 30s, 29.999s, 998.021µs +Latencies [min, mean, 50, 90, 95, 99, max] 658.142µs, 996.64µs, 951.429µs, 1.093ms, 1.145ms, 1.386ms, 26.648ms +Bytes In [total, mean] 4770000, 159.00 +Bytes Out [total, mean] 0, 0.00 +Success [ratio] 100.00% +Status Codes [code:count] 200:30000 +Error Set: +``` + +## Test2: Running coffee header based routing + +```text +Requests [total, rate, throughput] 30000, 1000.04, 1000.01 +Duration [total, attack, wait] 30s, 29.999s, 870.391µs +Latencies [min, mean, 50, 90, 95, 99, max] 700.225µs, 1.01ms, 981.048µs, 1.134ms, 1.186ms, 1.329ms, 21.685ms +Bytes In [total, mean] 4800000, 160.00 +Bytes Out [total, mean] 0, 0.00 +Success [ratio] 100.00% +Status Codes [code:count] 200:30000 +Error Set: +``` + +## Test3: Running coffee query based routing + +```text +Requests [total, rate, throughput] 30000, 1000.06, 1000.03 +Duration [total, attack, wait] 29.999s, 29.998s, 964.352µs +Latencies [min, mean, 50, 90, 95, 99, max] 712.998µs, 984.528µs, 966.316µs, 1.114ms, 1.172ms, 1.319ms, 11.864ms +Bytes In [total, mean] 5040000, 168.00 +Bytes Out [total, mean] 0, 0.00 +Success [ratio] 100.00% +Status Codes [code:count] 200:30000 +Error Set: +``` + +## Test4: Running tea GET method based routing + +```text +Requests [total, rate, throughput] 30000, 1000.04, 1000.01 +Duration [total, attack, wait] 30s, 29.999s, 853.087µs +Latencies [min, mean, 50, 90, 95, 99, max] 702.09µs, 1.007ms, 976.392µs, 1.13ms, 1.188ms, 1.361ms, 27.968ms +Bytes In [total, mean] 4710000, 157.00 +Bytes Out [total, mean] 0, 0.00 +Success [ratio] 100.00% +Status Codes [code:count] 200:30000 +Error Set: +``` + +## Test5: Running tea POST method based routing + +```text +Requests [total, rate, throughput] 30000, 1000.04, 1000.00 +Duration [total, attack, wait] 30s, 29.999s, 1.149ms +Latencies [min, mean, 50, 90, 95, 99, max] 715.853µs, 989.369µs, 974.707µs, 1.127ms, 1.184ms, 1.355ms, 3.77ms +Bytes In [total, mean] 4710000, 157.00 +Bytes Out [total, mean] 0, 0.00 +Success [ratio] 100.00% +Status Codes [code:count] 200:30000 +Error Set: +``` diff --git a/tests/results/ngf-upgrade/1.3.0/1.3.0-plus.md b/tests/results/ngf-upgrade/1.3.0/1.3.0-plus.md new file mode 100755 index 0000000000..3c898422ef --- /dev/null +++ b/tests/results/ngf-upgrade/1.3.0/1.3.0-plus.md @@ -0,0 +1,45 @@ +# Results + +## Test environment + +NGINX Plus: true + +GKE Cluster: + +- Node count: 12 +- k8s version: v1.28.9-gke.1000000 +- vCPUs per node: 16 +- RAM per node: 65855088Ki +- Max pods per node: 110 +- Zone: us-east1-b +- Instance Type: n2d-standard-16 + +## Test: Send https /tea traffic + +```text +Requests [total, rate, throughput] 6000, 100.02, 100.01 +Duration [total, attack, wait] 59.991s, 59.99s, 1.392ms +Latencies [min, mean, 50, 90, 95, 99, max] 666.477µs, 1.359ms, 1.276ms, 1.74ms, 1.894ms, 2.331ms, 50.572ms +Bytes In [total, mean] 924000, 154.00 +Bytes Out [total, mean] 0, 0.00 +Success [ratio] 100.00% +Status Codes [code:count] 200:6000 +Error Set: +``` + +![https-plus.png](https-plus.png) + +## Test: Send http /coffee traffic + +```text +Requests [total, rate, throughput] 6000, 100.02, 100.01 +Duration [total, attack, wait] 59.991s, 59.99s, 1.589ms +Latencies [min, mean, 50, 90, 95, 99, max] 886.813µs, 1.521ms, 1.464ms, 1.864ms, 2.029ms, 2.426ms, 13.752ms +Bytes In [total, mean] 966000, 161.00 +Bytes Out [total, mean] 0, 0.00 +Success [ratio] 100.00% +Status Codes [code:count] 200:6000 +Error Set: +``` + +![http-plus.png](http-plus.png) diff --git a/tests/results/ngf-upgrade/1.3.0/http-plus.png b/tests/results/ngf-upgrade/1.3.0/http-plus.png new file mode 100644 index 0000000000000000000000000000000000000000..95432e96fca657ce52e6aa0084c15ccf4e16983d GIT binary patch literal 4332 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 literal 0 HcmV?d00001 diff --git a/tests/results/scale/1.3.0/TestScale_HTTPRoutes/memory-plus.png b/tests/results/scale/1.3.0/TestScale_HTTPRoutes/memory-plus.png new file mode 100644 index 0000000000000000000000000000000000000000..cd424f3594eb7bf489436472a7abbc818da1b5bf GIT binary patch literal 6791 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 JCpBB#e*xPdG*18k literal 0 HcmV?d00001 diff --git a/tests/results/scale/1.3.0/TestScale_HTTPRoutes/ttr-plus.png b/tests/results/scale/1.3.0/TestScale_HTTPRoutes/ttr-plus.png new file mode 100644 index 0000000000000000000000000000000000000000..336e43c45a8158059d1e0288d5d51e24bf75ab84 GIT binary patch literal 6882 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 KMr8&rk^cilS5Ywl literal 0 HcmV?d00001 diff --git a/tests/results/scale/1.3.0/TestScale_HTTPSListeners/memory-plus.png b/tests/results/scale/1.3.0/TestScale_HTTPSListeners/memory-plus.png new file mode 100644 index 0000000000000000000000000000000000000000..24fce2a4d879b0fcd9417ff15ddfdc9d0c6157ac GIT binary patch literal 6168 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 literal 0 HcmV?d00001 diff --git a/tests/results/scale/1.3.0/TestScale_HTTPSListeners/ttr-plus.png b/tests/results/scale/1.3.0/TestScale_HTTPSListeners/ttr-plus.png new file mode 100644 index 0000000000000000000000000000000000000000..7077b462ae0bd91f0c7cd92a5adbc0875ac5024a GIT binary patch literal 9245 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 literal 0 HcmV?d00001 diff --git a/tests/results/scale/1.3.0/TestScale_Listeners/memory-plus.png b/tests/results/scale/1.3.0/TestScale_Listeners/memory-plus.png new file mode 100644 index 0000000000000000000000000000000000000000..23db3c1f0c2629754d45c006da923c1f62d5e037 GIT binary patch literal 5983 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 literal 0 HcmV?d00001 diff --git a/tests/results/scale/1.3.0/TestScale_Listeners/ttr-plus.png b/tests/results/scale/1.3.0/TestScale_Listeners/ttr-plus.png new file mode 100644 index 0000000000000000000000000000000000000000..33b161a849d1928536baf62c4066db1d735322be GIT binary patch literal 8887 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 literal 0 HcmV?d00001 diff --git a/tests/results/scale/1.3.0/TestScale_UpstreamServers/memory-plus.png b/tests/results/scale/1.3.0/TestScale_UpstreamServers/memory-plus.png new file mode 100644 index 0000000000000000000000000000000000000000..6a626777bd42a22082e0e6402f60dc3863ee86b5 GIT binary patch literal 5470 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 literal 0 HcmV?d00001 diff --git a/tests/results/scale/1.3.0/TestScale_UpstreamServers/ngf-plus.log b/tests/results/scale/1.3.0/TestScale_UpstreamServers/ngf-plus.log new file mode 100644 index 0000000000..1822c2598c --- /dev/null +++ b/tests/results/scale/1.3.0/TestScale_UpstreamServers/ngf-plus.log @@ -0,0 +1,3322 @@ +{"level":"info","ts":"2024-06-06T16:40:32Z","msg":"Starting NGINX Gateway Fabric in static mode","version":"edge","commit":"9e55882977ba17b7385652c7f063bd6ed99c42bf","date":"2024-06-06T14:31:19Z"} +{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting manager"} +{"level":"info","ts":"2024-06-06T16:40:33Z","logger":"controller-runtime.metrics","msg":"Starting metrics server"} +{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"starting server","name":"health probe","addr":"[::]:8081"} +{"level":"info","ts":"2024-06-06T16:40:33Z","logger":"controller-runtime.metrics","msg":"Serving metrics server","bindAddress":":9113","secure":false} +{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting EventSource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","source":"kind source: *v1.EndpointSlice"} +{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting Controller","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice"} +{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting EventSource","controller":"gateway","controllerGroup":"gateway.networking.k8s.io","controllerKind":"Gateway","source":"kind source: *v1.Gateway"} +{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting EventSource","controller":"httproute","controllerGroup":"gateway.networking.k8s.io","controllerKind":"HTTPRoute","source":"kind source: *v1.HTTPRoute"} +{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting EventSource","controller":"secret","controllerGroup":"","controllerKind":"Secret","source":"kind source: *v1.Secret"} +{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting Controller","controller":"secret","controllerGroup":"","controllerKind":"Secret"} +{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting Controller","controller":"httproute","controllerGroup":"gateway.networking.k8s.io","controllerKind":"HTTPRoute"} +{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting EventSource","controller":"gatewayclass","controllerGroup":"gateway.networking.k8s.io","controllerKind":"GatewayClass","source":"kind source: *v1.GatewayClass"} +{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting EventSource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","source":"kind source: *v1.Namespace"} +{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting Controller","controller":"namespace","controllerGroup":"","controllerKind":"Namespace"} +{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting Controller","controller":"gatewayclass","controllerGroup":"gateway.networking.k8s.io","controllerKind":"GatewayClass"} +{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting EventSource","controller":"service","controllerGroup":"","controllerKind":"Service","source":"kind source: *v1.Service"} +{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting EventSource","controller":"referencegrant","controllerGroup":"gateway.networking.k8s.io","controllerKind":"ReferenceGrant","source":"kind source: *v1beta1.ReferenceGrant"} +{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting Controller","controller":"referencegrant","controllerGroup":"gateway.networking.k8s.io","controllerKind":"ReferenceGrant"} +{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting Controller","controller":"service","controllerGroup":"","controllerKind":"Service"} +{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting EventSource","controller":"customresourcedefinition","controllerGroup":"apiextensions.k8s.io","controllerKind":"CustomResourceDefinition","source":"kind source: *v1.PartialObjectMetadata"} +{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting Controller","controller":"customresourcedefinition","controllerGroup":"apiextensions.k8s.io","controllerKind":"CustomResourceDefinition"} +{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting EventSource","controller":"service","controllerGroup":"","controllerKind":"Service","source":"kind source: *v1.Service"} +{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting EventSource","controller":"observabilitypolicy","controllerGroup":"gateway.nginx.org","controllerKind":"ObservabilityPolicy","source":"kind source: *v1alpha1.ObservabilityPolicy"} +{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting Controller","controller":"observabilitypolicy","controllerGroup":"gateway.nginx.org","controllerKind":"ObservabilityPolicy"} +{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting Controller","controller":"gateway","controllerGroup":"gateway.networking.k8s.io","controllerKind":"Gateway"} +{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting EventSource","controller":"nginxgateway","controllerGroup":"gateway.nginx.org","controllerKind":"NginxGateway","source":"kind source: *v1alpha1.NginxGateway"} +{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting Controller","controller":"nginxgateway","controllerGroup":"gateway.nginx.org","controllerKind":"NginxGateway"} +{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting EventSource","controller":"nginxproxy","controllerGroup":"gateway.nginx.org","controllerKind":"NginxProxy","source":"kind source: *v1alpha1.NginxProxy"} +{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting Controller","controller":"nginxproxy","controllerGroup":"gateway.nginx.org","controllerKind":"NginxProxy"} +{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting Controller","controller":"service","controllerGroup":"","controllerKind":"Service"} +{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting EventSource","controller":"grpcroute","controllerGroup":"gateway.networking.k8s.io","controllerKind":"GRPCRoute","source":"kind source: *v1.GRPCRoute"} +I0606 16:40:33.969220 7 leaderelection.go:250] attempting to acquire leader lease nginx-gateway/ngf-test-nginx-gateway-fabric-leader-election... +{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting Controller","controller":"grpcroute","controllerGroup":"gateway.networking.k8s.io","controllerKind":"GRPCRoute"} +{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting EventSource","controller":"clientsettingspolicy","controllerGroup":"gateway.nginx.org","controllerKind":"ClientSettingsPolicy","source":"kind source: *v1alpha1.ClientSettingsPolicy"} +{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting Controller","controller":"clientsettingspolicy","controllerGroup":"gateway.nginx.org","controllerKind":"ClientSettingsPolicy"} +I0606 16:40:33.987730 7 leaderelection.go:260] successfully acquired lease nginx-gateway/ngf-test-nginx-gateway-fabric-leader-election +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Starting workers","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","worker count":1} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"alertmanager-8k9x2","namespace":"gmp-system"},"namespace":"gmp-system","name":"alertmanager-8k9x2","reconcileID":"b002a247-1188-422d-b08c-2f2e06495bc9"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Starting workers","controller":"gatewayclass","controllerGroup":"gateway.networking.k8s.io","controllerKind":"GatewayClass","worker count":1} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Starting workers","controller":"gateway","controllerGroup":"gateway.networking.k8s.io","controllerKind":"Gateway","worker count":1} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"gatewayclass","controllerGroup":"gateway.networking.k8s.io","controllerKind":"GatewayClass","GatewayClass":{"name":"nginx"},"namespace":"","name":"nginx","reconcileID":"e13f7091-be65-46a6-903e-7c57deb5ba23"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Starting workers","controller":"httproute","controllerGroup":"gateway.networking.k8s.io","controllerKind":"HTTPRoute","worker count":1} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Starting workers","controller":"observabilitypolicy","controllerGroup":"gateway.nginx.org","controllerKind":"ObservabilityPolicy","worker count":1} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Starting workers","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","worker count":1} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Starting workers","controller":"secret","controllerGroup":"","controllerKind":"Secret","worker count":1} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"gke-managed-cim"},"namespace":"","name":"gke-managed-cim","reconcileID":"5835b005-842c-47be-b3f5-9e432fc5ff41"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Starting workers","controller":"service","controllerGroup":"","controllerKind":"Service","worker count":1} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"secret","controllerGroup":"","controllerKind":"Secret","Secret":{"name":"webhook-tls","namespace":"gmp-system"},"namespace":"gmp-system","name":"webhook-tls","reconcileID":"7e203ed1-d393-4ac9-b807-7f495dd4a637"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-alertmanager","namespace":"prom"},"namespace":"prom","name":"prom-alertmanager","reconcileID":"50ec4e4f-441a-41c0-81e7-9d9c7bdecc52"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Starting workers","controller":"customresourcedefinition","controllerGroup":"apiextensions.k8s.io","controllerKind":"CustomResourceDefinition","worker count":1} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"customresourcedefinition","controllerGroup":"apiextensions.k8s.io","controllerKind":"CustomResourceDefinition","CustomResourceDefinition":{"name":"gateways.gateway.networking.k8s.io"},"namespace":"","name":"gateways.gateway.networking.k8s.io","reconcileID":"1b071769-50e9-4aed-a52b-0878508f0c67"} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":2} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":3} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":4} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":5} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":6} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"customresourcedefinition","controllerGroup":"apiextensions.k8s.io","controllerKind":"CustomResourceDefinition","CustomResourceDefinition":{"name":"gateways.gateway.networking.k8s.io"},"namespace":"","name":"gateways.gateway.networking.k8s.io","reconcileID":"1b071769-50e9-4aed-a52b-0878508f0c67"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"alertmanager-8k9x2","namespace":"gmp-system"},"namespace":"gmp-system","name":"alertmanager-8k9x2","reconcileID":"b002a247-1188-422d-b08c-2f2e06495bc9"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"gke-managed-cim"},"namespace":"","name":"gke-managed-cim","reconcileID":"5835b005-842c-47be-b3f5-9e432fc5ff41"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"gatewayclass","controllerGroup":"gateway.networking.k8s.io","controllerKind":"GatewayClass","GatewayClass":{"name":"nginx"},"namespace":"","name":"nginx","reconcileID":"e13f7091-be65-46a6-903e-7c57deb5ba23"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"customresourcedefinition","controllerGroup":"apiextensions.k8s.io","controllerKind":"CustomResourceDefinition","CustomResourceDefinition":{"name":"httproutes.gateway.networking.k8s.io"},"namespace":"","name":"httproutes.gateway.networking.k8s.io","reconcileID":"80f7cc35-22cf-4775-8313-cdbaa4d5228a"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"customresourcedefinition","controllerGroup":"apiextensions.k8s.io","controllerKind":"CustomResourceDefinition","CustomResourceDefinition":{"name":"httproutes.gateway.networking.k8s.io"},"namespace":"","name":"httproutes.gateway.networking.k8s.io","reconcileID":"80f7cc35-22cf-4775-8313-cdbaa4d5228a"} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":1,"total":75} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"gke-managed-system"},"namespace":"","name":"gke-managed-system","reconcileID":"2f4819c2-e5c0-4704-80a5-68beed9327e9"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"customresourcedefinition","controllerGroup":"apiextensions.k8s.io","controllerKind":"CustomResourceDefinition","CustomResourceDefinition":{"name":"grpcroutes.gateway.networking.k8s.io"},"namespace":"","name":"grpcroutes.gateway.networking.k8s.io","reconcileID":"dfcf5438-13ab-4936-9c87-8ff057a55d0d"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-alertmanager","namespace":"prom"},"namespace":"prom","name":"prom-alertmanager","reconcileID":"50ec4e4f-441a-41c0-81e7-9d9c7bdecc52"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"default-http-backend-j86ph","namespace":"kube-system"},"namespace":"kube-system","name":"default-http-backend-j86ph","reconcileID":"5ef69892-056c-42cb-9c72-cbe1c5660c6c"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"secret","controllerGroup":"","controllerKind":"Secret","Secret":{"name":"webhook-tls","namespace":"gmp-system"},"namespace":"gmp-system","name":"webhook-tls","reconcileID":"7e203ed1-d393-4ac9-b807-7f495dd4a637"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-alertmanager-headless","namespace":"prom"},"namespace":"prom","name":"prom-alertmanager-headless","reconcileID":"2b8119c8-d444-4658-a833-274ad6a5c6c2"} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":7} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"secret","controllerGroup":"","controllerKind":"Secret","Secret":{"name":"sh.helm.release.v1.ngf-test.v1","namespace":"nginx-gateway"},"namespace":"nginx-gateway","name":"sh.helm.release.v1.ngf-test.v1","reconcileID":"658faee3-03db-4e45-8bff-bcce7e51e0ef"} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":8} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":9} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":10} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":11} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-alertmanager-headless","namespace":"prom"},"namespace":"prom","name":"prom-alertmanager-headless","reconcileID":"2b8119c8-d444-4658-a833-274ad6a5c6c2"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"secret","controllerGroup":"","controllerKind":"Secret","Secret":{"name":"sh.helm.release.v1.ngf-test.v1","namespace":"nginx-gateway"},"namespace":"nginx-gateway","name":"sh.helm.release.v1.ngf-test.v1","reconcileID":"658faee3-03db-4e45-8bff-bcce7e51e0ef"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-prometheus-node-exporter","namespace":"prom"},"namespace":"prom","name":"prom-prometheus-node-exporter","reconcileID":"dc7e2e67-b3dd-466d-95c4-fd8fc3a136d0"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"gke-managed-system"},"namespace":"","name":"gke-managed-system","reconcileID":"2f4819c2-e5c0-4704-80a5-68beed9327e9"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"customresourcedefinition","controllerGroup":"apiextensions.k8s.io","controllerKind":"CustomResourceDefinition","CustomResourceDefinition":{"name":"grpcroutes.gateway.networking.k8s.io"},"namespace":"","name":"grpcroutes.gateway.networking.k8s.io","reconcileID":"dfcf5438-13ab-4936-9c87-8ff057a55d0d"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"secret","controllerGroup":"","controllerKind":"Secret","Secret":{"name":"sh.helm.release.v1.prom.v1","namespace":"prom"},"namespace":"prom","name":"sh.helm.release.v1.prom.v1","reconcileID":"1c0718ba-8e3a-49bf-9c51-92000f011e50"} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":12} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"default-http-backend-j86ph","namespace":"kube-system"},"namespace":"kube-system","name":"default-http-backend-j86ph","reconcileID":"5ef69892-056c-42cb-9c72-cbe1c5660c6c"} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":13} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"customresourcedefinition","controllerGroup":"apiextensions.k8s.io","controllerKind":"CustomResourceDefinition","CustomResourceDefinition":{"name":"referencegrants.gateway.networking.k8s.io"},"namespace":"","name":"referencegrants.gateway.networking.k8s.io","reconcileID":"8c3c53de-2c92-4e34-a64d-586af913f70a"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"metrics-server-ttxjp","namespace":"kube-system"},"namespace":"kube-system","name":"metrics-server-ttxjp","reconcileID":"54dcfc89-2195-47c6-a80e-a8571448bd6e"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"kube-public"},"namespace":"","name":"kube-public","reconcileID":"45d64f45-6020-4411-8ac0-a2d598fc1ceb"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-prometheus-node-exporter","namespace":"prom"},"namespace":"prom","name":"prom-prometheus-node-exporter","reconcileID":"dc7e2e67-b3dd-466d-95c4-fd8fc3a136d0"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"customresourcedefinition","controllerGroup":"apiextensions.k8s.io","controllerKind":"CustomResourceDefinition","CustomResourceDefinition":{"name":"referencegrants.gateway.networking.k8s.io"},"namespace":"","name":"referencegrants.gateway.networking.k8s.io","reconcileID":"8c3c53de-2c92-4e34-a64d-586af913f70a"} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":14} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":15} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"customresourcedefinition","controllerGroup":"apiextensions.k8s.io","controllerKind":"CustomResourceDefinition","CustomResourceDefinition":{"name":"gatewayclasses.gateway.networking.k8s.io"},"namespace":"","name":"gatewayclasses.gateway.networking.k8s.io","reconcileID":"bde16375-ee38-4b9a-9dd0-90acb4d4631b"} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":16} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"secret","controllerGroup":"","controllerKind":"Secret","Secret":{"name":"sh.helm.release.v1.prom.v1","namespace":"prom"},"namespace":"prom","name":"sh.helm.release.v1.prom.v1","reconcileID":"1c0718ba-8e3a-49bf-9c51-92000f011e50"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"kube-public"},"namespace":"","name":"kube-public","reconcileID":"45d64f45-6020-4411-8ac0-a2d598fc1ceb"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-prometheus-pushgateway","namespace":"prom"},"namespace":"prom","name":"prom-prometheus-pushgateway","reconcileID":"81866d97-f853-484b-94f6-91c3b89da9aa"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"secret","controllerGroup":"","controllerKind":"Secret","Secret":{"name":"alertmanager","namespace":"gmp-system"},"namespace":"gmp-system","name":"alertmanager","reconcileID":"287a6d0d-fa8d-44c4-87df-d931d897d834"} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":17} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":18} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":19} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"metrics-server-ttxjp","namespace":"kube-system"},"namespace":"kube-system","name":"metrics-server-ttxjp","reconcileID":"54dcfc89-2195-47c6-a80e-a8571448bd6e"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-prometheus-pushgateway","namespace":"prom"},"namespace":"prom","name":"prom-prometheus-pushgateway","reconcileID":"81866d97-f853-484b-94f6-91c3b89da9aa"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"default"},"namespace":"","name":"default","reconcileID":"43e45096-93c9-4d8b-8ef5-8e21e36e0d50"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"customresourcedefinition","controllerGroup":"apiextensions.k8s.io","controllerKind":"CustomResourceDefinition","CustomResourceDefinition":{"name":"gatewayclasses.gateway.networking.k8s.io"},"namespace":"","name":"gatewayclasses.gateway.networking.k8s.io","reconcileID":"bde16375-ee38-4b9a-9dd0-90acb4d4631b"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"secret","controllerGroup":"","controllerKind":"Secret","Secret":{"name":"alertmanager","namespace":"gmp-system"},"namespace":"gmp-system","name":"alertmanager","reconcileID":"287a6d0d-fa8d-44c4-87df-d931d897d834"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"ngf-test-nginx-gateway-fabric-n6rfb","namespace":"nginx-gateway"},"namespace":"nginx-gateway","name":"ngf-test-nginx-gateway-fabric-n6rfb","reconcileID":"65788346-a147-4fb1-878f-b34cfdfb02d0"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"secret","controllerGroup":"","controllerKind":"Secret","Secret":{"name":"collection","namespace":"gmp-system"},"namespace":"gmp-system","name":"collection","reconcileID":"a6973ccc-960a-424f-a58e-5a10c0f03f8e"} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":20} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":21} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":22} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":23} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"secret","controllerGroup":"","controllerKind":"Secret","Secret":{"name":"collection","namespace":"gmp-system"},"namespace":"gmp-system","name":"collection","reconcileID":"a6973ccc-960a-424f-a58e-5a10c0f03f8e"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"secret","controllerGroup":"","controllerKind":"Secret","Secret":{"name":"rules","namespace":"gmp-system"},"namespace":"gmp-system","name":"rules","reconcileID":"58d08a16-d65f-41c1-921e-754fab9ac5c1"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"default"},"namespace":"","name":"default","reconcileID":"43e45096-93c9-4d8b-8ef5-8e21e36e0d50"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"ngf-test-nginx-gateway-fabric-n6rfb","namespace":"nginx-gateway"},"namespace":"nginx-gateway","name":"ngf-test-nginx-gateway-fabric-n6rfb","reconcileID":"65788346-a147-4fb1-878f-b34cfdfb02d0"} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"prom-alertmanager-headless-q9c7p","namespace":"prom"},"namespace":"prom","name":"prom-alertmanager-headless-q9c7p","reconcileID":"5e68d560-768c-4c9d-995e-f0eb67732694"} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":24} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-prometheus-server","namespace":"prom"},"namespace":"prom","name":"prom-prometheus-server","reconcileID":"30805375-a884-40e1-95ea-c926f6c68360"} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":25} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"secret","controllerGroup":"","controllerKind":"Secret","Secret":{"name":"rules","namespace":"gmp-system"},"namespace":"gmp-system","name":"rules","reconcileID":"58d08a16-d65f-41c1-921e-754fab9ac5c1"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"prom-alertmanager-headless-q9c7p","namespace":"prom"},"namespace":"prom","name":"prom-alertmanager-headless-q9c7p","reconcileID":"5e68d560-768c-4c9d-995e-f0eb67732694"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-prometheus-server","namespace":"prom"},"namespace":"prom","name":"prom-prometheus-server","reconcileID":"30805375-a884-40e1-95ea-c926f6c68360"} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"alertmanager","namespace":"gmp-system"},"namespace":"gmp-system","name":"alertmanager","reconcileID":"32ab950a-c6bf-4089-a012-2ba7b4367c9b"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"gmp-public"},"namespace":"","name":"gmp-public","reconcileID":"2456f236-6976-4a06-be17-2f81c2e556af"} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":26} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":27} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"prom-alertmanager-wlf8h","namespace":"prom"},"namespace":"prom","name":"prom-alertmanager-wlf8h","reconcileID":"cbd51626-aad4-486a-bb23-3cf578dae00f"} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":28} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"gmp-public"},"namespace":"","name":"gmp-public","reconcileID":"2456f236-6976-4a06-be17-2f81c2e556af"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"alertmanager","namespace":"gmp-system"},"namespace":"gmp-system","name":"alertmanager","reconcileID":"32ab950a-c6bf-4089-a012-2ba7b4367c9b"} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":29} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"gmp-system"},"namespace":"","name":"gmp-system","reconcileID":"f03f2b55-e4c6-4c18-b908-af04dc243f88"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"gmp-system"},"namespace":"","name":"gmp-system","reconcileID":"f03f2b55-e4c6-4c18-b908-af04dc243f88"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"default-http-backend","namespace":"kube-system"},"namespace":"kube-system","name":"default-http-backend","reconcileID":"7e8d1f3b-bb95-4152-845b-b4c66f81b3aa"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"kube-node-lease"},"namespace":"","name":"kube-node-lease","reconcileID":"e84962f7-c033-48c0-be6a-bd9ec61a82fd"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"prom-alertmanager-wlf8h","namespace":"prom"},"namespace":"prom","name":"prom-alertmanager-wlf8h","reconcileID":"cbd51626-aad4-486a-bb23-3cf578dae00f"} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":30} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":31} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":32} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"default-http-backend","namespace":"kube-system"},"namespace":"kube-system","name":"default-http-backend","reconcileID":"7e8d1f3b-bb95-4152-845b-b4c66f81b3aa"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"prom-prometheus-server-lprtq","namespace":"prom"},"namespace":"prom","name":"prom-prometheus-server-lprtq","reconcileID":"bc74e7de-b65c-4131-a1a8-173850f1fadf"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"kube-node-lease"},"namespace":"","name":"kube-node-lease","reconcileID":"e84962f7-c033-48c0-be6a-bd9ec61a82fd"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"prom-prometheus-server-lprtq","namespace":"prom"},"namespace":"prom","name":"prom-prometheus-server-lprtq","reconcileID":"bc74e7de-b65c-4131-a1a8-173850f1fadf"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"ngf-test-nginx-gateway-fabric","namespace":"nginx-gateway"},"namespace":"nginx-gateway","name":"ngf-test-nginx-gateway-fabric","reconcileID":"a51bffdb-0026-442a-b0c4-c2aa45986f42"} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":33} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"ngf-test-nginx-gateway-fabric","namespace":"nginx-gateway"},"namespace":"nginx-gateway","name":"ngf-test-nginx-gateway-fabric","reconcileID":"a51bffdb-0026-442a-b0c4-c2aa45986f42"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"kubernetes","namespace":"default"},"namespace":"default","name":"kubernetes","reconcileID":"a7f91eb5-e8aa-4f65-8da6-b1725f2e5117"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"kube-system"},"namespace":"","name":"kube-system","reconcileID":"9bedfbf0-9c75-4241-a500-27ce0b22ba4f"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"metrics-server","namespace":"kube-system"},"namespace":"kube-system","name":"metrics-server","reconcileID":"6cad5eb4-06d7-49c3-a2ba-5b1ab647ee71"} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":34} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":35} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":36} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"kubernetes","namespace":"default"},"namespace":"default","name":"kubernetes","reconcileID":"a7f91eb5-e8aa-4f65-8da6-b1725f2e5117"} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":37} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"metrics-server","namespace":"kube-system"},"namespace":"kube-system","name":"metrics-server","reconcileID":"6cad5eb4-06d7-49c3-a2ba-5b1ab647ee71"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"kube-system"},"namespace":"","name":"kube-system","reconcileID":"9bedfbf0-9c75-4241-a500-27ce0b22ba4f"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"gmp-operator-lrtxq","namespace":"gmp-system"},"namespace":"gmp-system","name":"gmp-operator-lrtxq","reconcileID":"34ba91d4-93d0-4182-aad7-b66be700595c"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-kube-state-metrics","namespace":"prom"},"namespace":"prom","name":"prom-kube-state-metrics","reconcileID":"11df2011-8391-41c4-8e06-27e308a07f27"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"nginx-gateway"},"namespace":"","name":"nginx-gateway","reconcileID":"e89e686a-e9fa-48c6-b9d7-2111d7e9bc65"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"gmp-operator-lrtxq","namespace":"gmp-system"},"namespace":"gmp-system","name":"gmp-operator-lrtxq","reconcileID":"34ba91d4-93d0-4182-aad7-b66be700595c"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"kube-dns-q4wdw","namespace":"kube-system"},"namespace":"kube-system","name":"kube-dns-q4wdw","reconcileID":"27aab8d6-c17d-41a4-aa06-4a43b9b3255b"} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":38} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":39} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":40} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":41} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"kube-dns-q4wdw","namespace":"kube-system"},"namespace":"kube-system","name":"kube-dns-q4wdw","reconcileID":"27aab8d6-c17d-41a4-aa06-4a43b9b3255b"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"nginx-gateway"},"namespace":"","name":"nginx-gateway","reconcileID":"e89e686a-e9fa-48c6-b9d7-2111d7e9bc65"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-kube-state-metrics","namespace":"prom"},"namespace":"prom","name":"prom-kube-state-metrics","reconcileID":"11df2011-8391-41c4-8e06-27e308a07f27"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Starting workers","controller":"nginxproxy","controllerGroup":"gateway.nginx.org","controllerKind":"NginxProxy","worker count":1} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"prom-kube-state-metrics-kw6k7","namespace":"prom"},"namespace":"prom","name":"prom-kube-state-metrics-kw6k7","reconcileID":"85c24cd8-8401-4968-9f04-66fdcd8cc846"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"kubernetes","namespace":"default"},"namespace":"default","name":"kubernetes","reconcileID":"bb23a69c-3fd5-44b6-936a-bab4018acc82"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Starting workers","controller":"grpcroute","controllerGroup":"gateway.networking.k8s.io","controllerKind":"GRPCRoute","worker count":1} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":42} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":43} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"kubernetes","namespace":"default"},"namespace":"default","name":"kubernetes","reconcileID":"bb23a69c-3fd5-44b6-936a-bab4018acc82"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Starting workers","controller":"nginxgateway","controllerGroup":"gateway.nginx.org","controllerKind":"NginxGateway","worker count":1} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Starting workers","controller":"clientsettingspolicy","controllerGroup":"gateway.nginx.org","controllerKind":"ClientSettingsPolicy","worker count":1} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"prom"},"namespace":"","name":"prom","reconcileID":"4fd8547d-225c-4262-80fd-f1db055e5187"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"prom"},"namespace":"","name":"prom","reconcileID":"4fd8547d-225c-4262-80fd-f1db055e5187"} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":44} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"prom-kube-state-metrics-kw6k7","namespace":"prom"},"namespace":"prom","name":"prom-kube-state-metrics-kw6k7","reconcileID":"85c24cd8-8401-4968-9f04-66fdcd8cc846"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"gmp-operator","namespace":"gmp-system"},"namespace":"gmp-system","name":"gmp-operator","reconcileID":"a595e956-b3c3-42fc-b93b-0d8f080bf4df"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"prom-prometheus-node-exporter-zb27l","namespace":"prom"},"namespace":"prom","name":"prom-prometheus-node-exporter-zb27l","reconcileID":"4cd0a024-e1f0-4b76-a8c8-fbed32003769"} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":45} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"nginxgateway","controllerGroup":"gateway.nginx.org","controllerKind":"NginxGateway","NginxGateway":{"name":"ngf-test-config","namespace":"nginx-gateway"},"namespace":"nginx-gateway","name":"ngf-test-config","reconcileID":"ef5fa5ad-979e-47ff-a2c0-694732fe3aa9"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"prom-prometheus-node-exporter-zb27l","namespace":"prom"},"namespace":"prom","name":"prom-prometheus-node-exporter-zb27l","reconcileID":"4cd0a024-e1f0-4b76-a8c8-fbed32003769"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"gmp-operator","namespace":"gmp-system"},"namespace":"gmp-system","name":"gmp-operator","reconcileID":"a595e956-b3c3-42fc-b93b-0d8f080bf4df"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"prom-prometheus-pushgateway-nvfh7","namespace":"prom"},"namespace":"prom","name":"prom-prometheus-pushgateway-nvfh7","reconcileID":"05fe48bc-63e5-4870-ae8b-4730bbb51850"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"kube-dns","namespace":"kube-system"},"namespace":"kube-system","name":"kube-dns","reconcileID":"2540557e-69d9-4b9f-a397-73255dc05405"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Starting workers","controller":"service","controllerGroup":"","controllerKind":"Service","worker count":1} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":46} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"default-http-backend","namespace":"kube-system"},"namespace":"kube-system","name":"default-http-backend","reconcileID":"f2685eaf-d6d8-4b29-b0f5-afb744639482"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"nginxgateway","controllerGroup":"gateway.nginx.org","controllerKind":"NginxGateway","NginxGateway":{"name":"ngf-test-config","namespace":"nginx-gateway"},"namespace":"nginx-gateway","name":"ngf-test-config","reconcileID":"ef5fa5ad-979e-47ff-a2c0-694732fe3aa9"} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":47} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":48} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":49} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":50} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"default-http-backend","namespace":"kube-system"},"namespace":"kube-system","name":"default-http-backend","reconcileID":"f2685eaf-d6d8-4b29-b0f5-afb744639482"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"prom-prometheus-pushgateway-nvfh7","namespace":"prom"},"namespace":"prom","name":"prom-prometheus-pushgateway-nvfh7","reconcileID":"05fe48bc-63e5-4870-ae8b-4730bbb51850"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"kube-dns","namespace":"kube-system"},"namespace":"kube-system","name":"kube-dns","reconcileID":"2540557e-69d9-4b9f-a397-73255dc05405"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"ngf-test-nginx-gateway-fabric","namespace":"nginx-gateway"},"namespace":"nginx-gateway","name":"ngf-test-nginx-gateway-fabric","reconcileID":"7f9bad4c-58ed-441e-a70e-f414923b7fd0"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"ngf-test-nginx-gateway-fabric","namespace":"nginx-gateway"},"namespace":"nginx-gateway","name":"ngf-test-nginx-gateway-fabric","reconcileID":"7f9bad4c-58ed-441e-a70e-f414923b7fd0"} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":51} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-alertmanager","namespace":"prom"},"namespace":"prom","name":"prom-alertmanager","reconcileID":"09ec4e70-9ba6-4c70-8b3e-1e46fd8ef9d6"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-alertmanager","namespace":"prom"},"namespace":"prom","name":"prom-alertmanager","reconcileID":"09ec4e70-9ba6-4c70-8b3e-1e46fd8ef9d6"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-alertmanager-headless","namespace":"prom"},"namespace":"prom","name":"prom-alertmanager-headless","reconcileID":"9d871fe1-7404-4f78-9a7b-66a050e92a0c"} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":52} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":53} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-alertmanager-headless","namespace":"prom"},"namespace":"prom","name":"prom-alertmanager-headless","reconcileID":"9d871fe1-7404-4f78-9a7b-66a050e92a0c"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-prometheus-node-exporter","namespace":"prom"},"namespace":"prom","name":"prom-prometheus-node-exporter","reconcileID":"5be10244-6009-495f-9863-687508d084ea"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-prometheus-node-exporter","namespace":"prom"},"namespace":"prom","name":"prom-prometheus-node-exporter","reconcileID":"5be10244-6009-495f-9863-687508d084ea"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-prometheus-pushgateway","namespace":"prom"},"namespace":"prom","name":"prom-prometheus-pushgateway","reconcileID":"0681e395-6bac-49a8-b302-3fd03f8d14ac"} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":54} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":55} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-prometheus-pushgateway","namespace":"prom"},"namespace":"prom","name":"prom-prometheus-pushgateway","reconcileID":"0681e395-6bac-49a8-b302-3fd03f8d14ac"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-prometheus-server","namespace":"prom"},"namespace":"prom","name":"prom-prometheus-server","reconcileID":"36b5b043-df06-4f22-8547-3bddf3375bd9"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-prometheus-server","namespace":"prom"},"namespace":"prom","name":"prom-prometheus-server","reconcileID":"36b5b043-df06-4f22-8547-3bddf3375bd9"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"alertmanager","namespace":"gmp-system"},"namespace":"gmp-system","name":"alertmanager","reconcileID":"1f617db9-2120-42c8-8179-984f329a629e"} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":56} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":57} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"alertmanager","namespace":"gmp-system"},"namespace":"gmp-system","name":"alertmanager","reconcileID":"1f617db9-2120-42c8-8179-984f329a629e"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"gmp-operator","namespace":"gmp-system"},"namespace":"gmp-system","name":"gmp-operator","reconcileID":"8efaaea8-cad2-480e-b73e-12990c1370e4"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"gmp-operator","namespace":"gmp-system"},"namespace":"gmp-system","name":"gmp-operator","reconcileID":"8efaaea8-cad2-480e-b73e-12990c1370e4"} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":58} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"kube-dns","namespace":"kube-system"},"namespace":"kube-system","name":"kube-dns","reconcileID":"c78f7195-54f0-495d-9644-13e6dba375a0"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"kube-dns","namespace":"kube-system"},"namespace":"kube-system","name":"kube-dns","reconcileID":"c78f7195-54f0-495d-9644-13e6dba375a0"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"metrics-server","namespace":"kube-system"},"namespace":"kube-system","name":"metrics-server","reconcileID":"bc183d84-c65b-44fe-ae6c-16bf220e0148"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Starting workers","controller":"referencegrant","controllerGroup":"gateway.networking.k8s.io","controllerKind":"ReferenceGrant","worker count":1} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":59} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":60} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"metrics-server","namespace":"kube-system"},"namespace":"kube-system","name":"metrics-server","reconcileID":"bc183d84-c65b-44fe-ae6c-16bf220e0148"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-kube-state-metrics","namespace":"prom"},"namespace":"prom","name":"prom-kube-state-metrics","reconcileID":"df10ebae-1f30-4b3b-a7bc-5cd8b05b9c3b"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-kube-state-metrics","namespace":"prom"},"namespace":"prom","name":"prom-kube-state-metrics","reconcileID":"df10ebae-1f30-4b3b-a7bc-5cd8b05b9c3b"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"kubernetes","namespace":"default"},"namespace":"default","name":"kubernetes","reconcileID":"6a13cb13-66e6-4c7d-971e-189004eda2aa"} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":61} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":62} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"kubernetes","namespace":"default"},"namespace":"default","name":"kubernetes","reconcileID":"6a13cb13-66e6-4c7d-971e-189004eda2aa"} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":1} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"usageReporter","msg":"Starting cronjob"} +{"level":"error","ts":"2024-06-06T16:40:34Z","logger":"usageReporter","msg":"Usage reporting must be enabled when using NGINX Plus; redeploy with usage reporting enabled","error":"usage reporting not enabled","stacktrace":"github.com/nginxinc/nginx-gateway-fabric/internal/mode/static.createUsageWarningJob.func1\n\t/home/runner/work/nginx-gateway-fabric/nginx-gateway-fabric/internal/mode/static/manager.go:616\nk8s.io/apimachinery/pkg/util/wait.JitterUntilWithContext.func1\n\tpkg/mod/k8s.io/apimachinery@v0.30.1/pkg/util/wait/backoff.go:259\nk8s.io/apimachinery/pkg/util/wait.BackoffUntil.func1\n\tpkg/mod/k8s.io/apimachinery@v0.30.1/pkg/util/wait/backoff.go:226\nk8s.io/apimachinery/pkg/util/wait.BackoffUntil\n\tpkg/mod/k8s.io/apimachinery@v0.30.1/pkg/util/wait/backoff.go:227\nk8s.io/apimachinery/pkg/util/wait.JitterUntil\n\tpkg/mod/k8s.io/apimachinery@v0.30.1/pkg/util/wait/backoff.go:204\nk8s.io/apimachinery/pkg/util/wait.JitterUntilWithContext\n\tpkg/mod/k8s.io/apimachinery@v0.30.1/pkg/util/wait/backoff.go:259\ngithub.com/nginxinc/nginx-gateway-fabric/internal/framework/runnables.(*CronJob).Start\n\t/home/runner/work/nginx-gateway-fabric/nginx-gateway-fabric/internal/framework/runnables/cronjob.go:53\nsigs.k8s.io/controller-runtime/pkg/manager.(*runnableGroup).reconcile.func1\n\tpkg/mod/sigs.k8s.io/controller-runtime@v0.18.4/pkg/manager/runnable_group.go:226"} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":1} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":2,"total":62} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"nginxgateway","controllerGroup":"gateway.nginx.org","controllerKind":"NginxGateway","NginxGateway":{"name":"ngf-test-config","namespace":"nginx-gateway"},"namespace":"nginx-gateway","name":"ngf-test-config","reconcileID":"23a98a46-fd1c-4a11-aeb8-9099fc98d8a3"} +{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"nginxgateway","controllerGroup":"gateway.nginx.org","controllerKind":"NginxGateway","NginxGateway":{"name":"ngf-test-config","namespace":"nginx-gateway"},"namespace":"nginx-gateway","name":"ngf-test-config","reconcileID":"23a98a46-fd1c-4a11-aeb8-9099fc98d8a3"} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop.eventHandler","msg":"Reconfigured control plane.","batchID":2} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":2} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":2} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":3,"total":1} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop.eventHandler","msg":"Reconfigured control plane.","batchID":3} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop.eventHandler","msg":"Handling events didn't result into NGINX configuration changes","batchID":3} +{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":3} +{"level":"info","ts":"2024-06-06T16:40:35Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"ngf-test-nginx-gateway-fabric-n6rfb","namespace":"nginx-gateway"},"namespace":"nginx-gateway","name":"ngf-test-nginx-gateway-fabric-n6rfb","reconcileID":"536a596a-3d8d-4943-be12-917a633c5b39"} +{"level":"info","ts":"2024-06-06T16:40:35Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"ngf-test-nginx-gateway-fabric-n6rfb","namespace":"nginx-gateway"},"namespace":"nginx-gateway","name":"ngf-test-nginx-gateway-fabric-n6rfb","reconcileID":"536a596a-3d8d-4943-be12-917a633c5b39"} +{"level":"info","ts":"2024-06-06T16:40:35Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:40:35Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":4,"total":1} +{"level":"info","ts":"2024-06-06T16:40:35Z","logger":"eventLoop.eventHandler","msg":"Handling events didn't result into NGINX configuration changes","batchID":4} +{"level":"info","ts":"2024-06-06T16:40:35Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":4} +{"level":"info","ts":"2024-06-06T16:41:31Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"ngf-test-nginx-gateway-fabric","namespace":"nginx-gateway"},"namespace":"nginx-gateway","name":"ngf-test-nginx-gateway-fabric","reconcileID":"f8880e3c-ca54-4a70-82c3-696877b06d31"} +{"level":"info","ts":"2024-06-06T16:41:31Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"ngf-test-nginx-gateway-fabric","namespace":"nginx-gateway"},"namespace":"nginx-gateway","name":"ngf-test-nginx-gateway-fabric","reconcileID":"f8880e3c-ca54-4a70-82c3-696877b06d31"} +{"level":"info","ts":"2024-06-06T16:41:31Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:31Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":5,"total":1} +{"level":"info","ts":"2024-06-06T16:41:31Z","logger":"eventLoop.eventHandler","msg":"Handling events didn't result into NGINX configuration changes","batchID":5} +{"level":"info","ts":"2024-06-06T16:41:31Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":5} +{"level":"info","ts":"2024-06-06T16:41:32Z","msg":"Reconciling the resource","controller":"secret","controllerGroup":"","controllerKind":"Secret","Secret":{"name":"sh.helm.release.v1.ngf-test.v1","namespace":"nginx-gateway"},"namespace":"nginx-gateway","name":"sh.helm.release.v1.ngf-test.v1","reconcileID":"27dbd81e-8025-47f3-85b0-339d441a9648"} +{"level":"info","ts":"2024-06-06T16:41:32Z","msg":"Upserted the resource","controller":"secret","controllerGroup":"","controllerKind":"Secret","Secret":{"name":"sh.helm.release.v1.ngf-test.v1","namespace":"nginx-gateway"},"namespace":"nginx-gateway","name":"sh.helm.release.v1.ngf-test.v1","reconcileID":"27dbd81e-8025-47f3-85b0-339d441a9648"} +{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":6,"total":1} +{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"eventLoop.eventHandler","msg":"Handling events didn't result into NGINX configuration changes","batchID":6} +{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":6} +{"level":"info","ts":"2024-06-06T16:41:32Z","msg":"Reconciling the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"scale"},"namespace":"","name":"scale","reconcileID":"6050934f-410c-4c0d-a4ff-cc229d180173"} +{"level":"info","ts":"2024-06-06T16:41:32Z","msg":"Upserted the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"scale"},"namespace":"","name":"scale","reconcileID":"6050934f-410c-4c0d-a4ff-cc229d180173"} +{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":7,"total":1} +{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"eventLoop.eventHandler","msg":"Handling events didn't result into NGINX configuration changes","batchID":7} +{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":7} +{"level":"info","ts":"2024-06-06T16:41:32Z","msg":"Reconciling the resource","controller":"gateway","controllerGroup":"gateway.networking.k8s.io","controllerKind":"Gateway","Gateway":{"name":"gateway","namespace":"scale"},"namespace":"scale","name":"gateway","reconcileID":"567f41fe-4417-4ff8-ad4f-de745ca843eb"} +{"level":"info","ts":"2024-06-06T16:41:32Z","msg":"Upserted the resource","controller":"gateway","controllerGroup":"gateway.networking.k8s.io","controllerKind":"Gateway","Gateway":{"name":"gateway","namespace":"scale"},"namespace":"scale","name":"gateway","reconcileID":"567f41fe-4417-4ff8-ad4f-de745ca843eb"} +{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":8,"total":1} +{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:32Z","msg":"Reconciling the resource","controller":"httproute","controllerGroup":"gateway.networking.k8s.io","controllerKind":"HTTPRoute","HTTPRoute":{"name":"route","namespace":"scale"},"namespace":"scale","name":"route","reconcileID":"97264715-5ccd-46ab-825a-5eeece43691e"} +{"level":"info","ts":"2024-06-06T16:41:32Z","msg":"Upserted the resource","controller":"httproute","controllerGroup":"gateway.networking.k8s.io","controllerKind":"HTTPRoute","HTTPRoute":{"name":"route","namespace":"scale"},"namespace":"scale","name":"route","reconcileID":"97264715-5ccd-46ab-825a-5eeece43691e"} +{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":8} +{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":8} +{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":9,"total":1} +{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:32Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"backend","namespace":"scale"},"namespace":"scale","name":"backend","reconcileID":"553838df-754f-455b-ad4f-d53567bba390"} +{"level":"info","ts":"2024-06-06T16:41:32Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"backend","namespace":"scale"},"namespace":"scale","name":"backend","reconcileID":"1c3ba6dd-4712-4022-ba8f-3f79eb634527"} +{"level":"info","ts":"2024-06-06T16:41:32Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"backend","namespace":"scale"},"namespace":"scale","name":"backend","reconcileID":"553838df-754f-455b-ad4f-d53567bba390"} +{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":2} +{"level":"info","ts":"2024-06-06T16:41:32Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"backend","namespace":"scale"},"namespace":"scale","name":"backend","reconcileID":"1c3ba6dd-4712-4022-ba8f-3f79eb634527"} +{"level":"info","ts":"2024-06-06T16:41:32Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"f3d68553-25f8-44e9-b0af-8420b068ee76"} +{"level":"info","ts":"2024-06-06T16:41:32Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"f3d68553-25f8-44e9-b0af-8420b068ee76"} +{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":3} +{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":9} +{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":9} +{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":10,"total":3} +{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":10} +{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":10} +{"level":"info","ts":"2024-06-06T16:41:33Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"a75bba4f-df6b-4476-bd4a-e9c9a9f470ec"} +{"level":"info","ts":"2024-06-06T16:41:33Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"a75bba4f-df6b-4476-bd4a-e9c9a9f470ec"} +{"level":"info","ts":"2024-06-06T16:41:33Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:33Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":11,"total":1} +{"level":"info","ts":"2024-06-06T16:41:33Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:33Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:33Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:33Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:33Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:33Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:33Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:33Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:33Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":11} +{"level":"info","ts":"2024-06-06T16:41:33Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":11} +{"level":"info","ts":"2024-06-06T16:41:34Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"7a5d68fa-cc68-4695-a1d2-ea99be887b6c"} +{"level":"info","ts":"2024-06-06T16:41:34Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"7a5d68fa-cc68-4695-a1d2-ea99be887b6c"} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":12,"total":1} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":12} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":12} +{"level":"info","ts":"2024-06-06T16:41:34Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"efa5d4a6-6587-435f-bd91-f1ec350733ef"} +{"level":"info","ts":"2024-06-06T16:41:34Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"efa5d4a6-6587-435f-bd91-f1ec350733ef"} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":13,"total":1} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":13} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":13} +{"level":"info","ts":"2024-06-06T16:41:34Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"32c29d0b-4ff3-48cb-8e69-c4e638eeef9b"} +{"level":"info","ts":"2024-06-06T16:41:34Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"32c29d0b-4ff3-48cb-8e69-c4e638eeef9b"} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":14,"total":1} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":14} +{"level":"info","ts":"2024-06-06T16:41:34Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"fd1e56ac-5319-4966-b7b4-101bb99b669f"} +{"level":"info","ts":"2024-06-06T16:41:34Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"fd1e56ac-5319-4966-b7b4-101bb99b669f"} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":14} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":15,"total":1} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":15} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":15} +{"level":"info","ts":"2024-06-06T16:41:34Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"bc6b005f-7e22-4f1e-8521-a6fbe3a0f64f"} +{"level":"info","ts":"2024-06-06T16:41:34Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"bc6b005f-7e22-4f1e-8521-a6fbe3a0f64f"} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":16,"total":1} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":16} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":16} +{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"ea49a30a-cd3d-4dc9-b94a-c007090c7765"} +{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"ea49a30a-cd3d-4dc9-b94a-c007090c7765"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":17,"total":1} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":17} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":17} +{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"0fa12794-67f2-4e70-b294-54fa1dac6ff6"} +{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"0fa12794-67f2-4e70-b294-54fa1dac6ff6"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":18,"total":1} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":18} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":18} +{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"85004cb3-cb77-4242-a7eb-1cec29d7c8a3"} +{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"85004cb3-cb77-4242-a7eb-1cec29d7c8a3"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":19,"total":1} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":19} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":19} +{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"0c4f33dc-fe3b-4de0-9fbe-118daab2b100"} +{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"0c4f33dc-fe3b-4de0-9fbe-118daab2b100"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":20,"total":1} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":20} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":20} +{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"98a212d1-5555-4ad2-9ef8-4c4a4061c781"} +{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"98a212d1-5555-4ad2-9ef8-4c4a4061c781"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":21,"total":1} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":21} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":21} +{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"d443dc5c-4bbe-4b50-9f44-a0222d380995"} +{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"d443dc5c-4bbe-4b50-9f44-a0222d380995"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":22,"total":1} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":22} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":22} +{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"6782d987-fb7a-4a07-829d-1da7b50a1e67"} +{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"6782d987-fb7a-4a07-829d-1da7b50a1e67"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":23,"total":1} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":23} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":23} +{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"b549f466-bb4b-4b3d-880a-7cc041b7bfb2"} +{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"b549f466-bb4b-4b3d-880a-7cc041b7bfb2"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":24,"total":1} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":24} +{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"649147d0-74b1-4b1e-b1b3-760d720174d1"} +{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"649147d0-74b1-4b1e-b1b3-760d720174d1"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":24} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":25,"total":1} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":25} +{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"fa59b11a-84fb-4983-a5cf-a1391bc1b1b0"} +{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"fa59b11a-84fb-4983-a5cf-a1391bc1b1b0"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"8e15a3fc-0a50-4649-aacf-9d7b249f157e"} +{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"8e15a3fc-0a50-4649-aacf-9d7b249f157e"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":2} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":25} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":26,"total":2} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":26} +{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"73197734-9d83-49b4-acc2-8334b803c7cf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"73197734-9d83-49b4-acc2-8334b803c7cf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":26} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":27,"total":1} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":27} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":27} +{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"c9a6f40c-855c-4cc5-9a28-f584e14b25a5"} +{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"c9a6f40c-855c-4cc5-9a28-f584e14b25a5"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":28,"total":1} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":28} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":28} +{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"beff5a1f-6185-44b5-a599-02f5acade026"} +{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"beff5a1f-6185-44b5-a599-02f5acade026"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":29,"total":1} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":29} +{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"20bdd38f-710f-423b-9e00-5c0e2f6a3981"} +{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"20bdd38f-710f-423b-9e00-5c0e2f6a3981"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":29} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":30,"total":1} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":30} +{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"8986ee5b-0aa9-4956-933c-62bfcb03cea0"} +{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"8986ee5b-0aa9-4956-933c-62bfcb03cea0"} +{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":30} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":31,"total":1} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":31} +{"level":"info","ts":"2024-06-06T16:41:36Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"0ff288d9-81a7-4935-bcad-501e19c0920d"} +{"level":"info","ts":"2024-06-06T16:41:36Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"0ff288d9-81a7-4935-bcad-501e19c0920d"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":31} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":32,"total":1} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":32} +{"level":"info","ts":"2024-06-06T16:41:36Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"4763c655-896f-4895-bd1a-fc4d298a0cf2"} +{"level":"info","ts":"2024-06-06T16:41:36Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"4763c655-896f-4895-bd1a-fc4d298a0cf2"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":32} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":33,"total":1} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":33} +{"level":"info","ts":"2024-06-06T16:41:36Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"26a74892-6a09-4103-9424-0aea8316ff40"} +{"level":"info","ts":"2024-06-06T16:41:36Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"26a74892-6a09-4103-9424-0aea8316ff40"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":33} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":34,"total":1} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":34} +{"level":"info","ts":"2024-06-06T16:41:36Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"4f758954-44e6-4831-ab1e-a1c11a64d0bf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"4f758954-44e6-4831-ab1e-a1c11a64d0bf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:36Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"9254a17a-8030-46fc-8962-a371504d6709"} +{"level":"info","ts":"2024-06-06T16:41:36Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"9254a17a-8030-46fc-8962-a371504d6709"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":2} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":34} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":35,"total":2} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":35} +{"level":"info","ts":"2024-06-06T16:41:36Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"7c523c36-2086-434e-90ce-dcd3a4dfd3ba"} +{"level":"info","ts":"2024-06-06T16:41:36Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"7c523c36-2086-434e-90ce-dcd3a4dfd3ba"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":35} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":36,"total":1} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":36} +{"level":"info","ts":"2024-06-06T16:41:36Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"3e42532c-07d7-41c0-9b91-da28b802c88f"} +{"level":"info","ts":"2024-06-06T16:41:36Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"3e42532c-07d7-41c0-9b91-da28b802c88f"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":36} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":37,"total":1} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":37} +{"level":"info","ts":"2024-06-06T16:41:36Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"c6990c7c-e658-4020-8afb-80e079b1b093"} +{"level":"info","ts":"2024-06-06T16:41:36Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"c6990c7c-e658-4020-8afb-80e079b1b093"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":37} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":38,"total":1} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":38} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":38} +{"level":"info","ts":"2024-06-06T16:41:36Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"518989ba-3b17-44b5-b340-9cce3b9d74c5"} +{"level":"info","ts":"2024-06-06T16:41:36Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"518989ba-3b17-44b5-b340-9cce3b9d74c5"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":39,"total":1} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":39} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":39} +{"level":"info","ts":"2024-06-06T16:41:36Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"2e9aa033-40cb-4275-9116-029533d2c8db"} +{"level":"info","ts":"2024-06-06T16:41:36Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"2e9aa033-40cb-4275-9116-029533d2c8db"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":40,"total":1} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":40} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":40} +{"level":"info","ts":"2024-06-06T16:41:36Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"2ef41dc2-8554-4e7c-9d30-3a9a41e0430c"} +{"level":"info","ts":"2024-06-06T16:41:36Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"2ef41dc2-8554-4e7c-9d30-3a9a41e0430c"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":41,"total":1} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":41} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":41} +{"level":"info","ts":"2024-06-06T16:41:36Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"e9f8a995-633c-42f6-a0b4-bec110d18b0e"} +{"level":"info","ts":"2024-06-06T16:41:36Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"e9f8a995-633c-42f6-a0b4-bec110d18b0e"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":42,"total":1} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":42} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":42} +{"level":"info","ts":"2024-06-06T16:41:36Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"100627d7-1c61-4c8a-8874-4f6630c0a2e0"} +{"level":"info","ts":"2024-06-06T16:41:36Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"100627d7-1c61-4c8a-8874-4f6630c0a2e0"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":43,"total":1} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":43} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":43} +{"level":"info","ts":"2024-06-06T16:41:36Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"64b2fd76-2721-4cd8-ad22-da1f86486451"} +{"level":"info","ts":"2024-06-06T16:41:36Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"64b2fd76-2721-4cd8-ad22-da1f86486451"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":44,"total":1} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":44} +{"level":"info","ts":"2024-06-06T16:41:37Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"dc90a17a-34b8-4594-982a-87a1c4057e0c"} +{"level":"info","ts":"2024-06-06T16:41:37Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"dc90a17a-34b8-4594-982a-87a1c4057e0c"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":44} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":45,"total":1} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":45} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":45} +{"level":"info","ts":"2024-06-06T16:41:37Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"f1c8aff5-b22b-4680-89b2-8056a2e03b9a"} +{"level":"info","ts":"2024-06-06T16:41:37Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"f1c8aff5-b22b-4680-89b2-8056a2e03b9a"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":46,"total":1} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":46} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":46} +{"level":"info","ts":"2024-06-06T16:41:37Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"7253017d-01f5-4c88-9b3d-81b1e2dfed94"} +{"level":"info","ts":"2024-06-06T16:41:37Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"7253017d-01f5-4c88-9b3d-81b1e2dfed94"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":47,"total":1} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":47} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":47} +{"level":"info","ts":"2024-06-06T16:41:37Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"a94cf80b-fd39-4a87-b1ff-9a9b9f2b056a"} +{"level":"info","ts":"2024-06-06T16:41:37Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"a94cf80b-fd39-4a87-b1ff-9a9b9f2b056a"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":48,"total":1} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":48} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":48} +{"level":"info","ts":"2024-06-06T16:41:37Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"7b287c5b-0df8-4bd6-aacf-cfbced6fe8ee"} +{"level":"info","ts":"2024-06-06T16:41:37Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"7b287c5b-0df8-4bd6-aacf-cfbced6fe8ee"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":49,"total":1} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":49} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":49} +{"level":"info","ts":"2024-06-06T16:41:37Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"5a17269d-9805-4afd-bd5d-843300e9dd88"} +{"level":"info","ts":"2024-06-06T16:41:37Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"5a17269d-9805-4afd-bd5d-843300e9dd88"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":50,"total":1} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":50} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":50} +{"level":"info","ts":"2024-06-06T16:41:37Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"e7203291-4906-4a41-8b35-d06364324c13"} +{"level":"info","ts":"2024-06-06T16:41:37Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"e7203291-4906-4a41-8b35-d06364324c13"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":51,"total":1} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":51} +{"level":"info","ts":"2024-06-06T16:41:37Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"26cf06fc-8e81-4b1b-bf96-a44484662307"} +{"level":"info","ts":"2024-06-06T16:41:37Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"26cf06fc-8e81-4b1b-bf96-a44484662307"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":51} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":52,"total":1} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":52} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":52} +{"level":"info","ts":"2024-06-06T16:41:37Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"021da9c5-6541-4cf3-9a4d-1a638e00b3dd"} +{"level":"info","ts":"2024-06-06T16:41:37Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"021da9c5-6541-4cf3-9a4d-1a638e00b3dd"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":53,"total":1} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":53} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":53} +{"level":"info","ts":"2024-06-06T16:41:37Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"2ffc3a55-b2c3-4d43-81a9-1ada881750dc"} +{"level":"info","ts":"2024-06-06T16:41:37Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"2ffc3a55-b2c3-4d43-81a9-1ada881750dc"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":54,"total":1} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":54} +{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":54} +{"level":"info","ts":"2024-06-06T16:41:38Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"65231b30-52c5-4039-b727-d17a8ec99279"} +{"level":"info","ts":"2024-06-06T16:41:38Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"65231b30-52c5-4039-b727-d17a8ec99279"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":55,"total":1} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":55} +{"level":"info","ts":"2024-06-06T16:41:38Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"0660b462-b5d8-4e8e-adb2-4097e134a926"} +{"level":"info","ts":"2024-06-06T16:41:38Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"0660b462-b5d8-4e8e-adb2-4097e134a926"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":55} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":56,"total":1} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":56} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":56} +{"level":"info","ts":"2024-06-06T16:41:38Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"b0432951-a916-4a1a-a6d1-edf83312eb61"} +{"level":"info","ts":"2024-06-06T16:41:38Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"b0432951-a916-4a1a-a6d1-edf83312eb61"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":57,"total":1} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":57} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":57} +{"level":"info","ts":"2024-06-06T16:41:38Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"d24e6a82-55cc-4c47-97d1-6a1d51abd398"} +{"level":"info","ts":"2024-06-06T16:41:38Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"d24e6a82-55cc-4c47-97d1-6a1d51abd398"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":58,"total":1} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":58} +{"level":"info","ts":"2024-06-06T16:41:38Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"e605f073-b054-4cec-bf43-bd2116fc48d9"} +{"level":"info","ts":"2024-06-06T16:41:38Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"e605f073-b054-4cec-bf43-bd2116fc48d9"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":58} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":59,"total":1} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":59} +{"level":"info","ts":"2024-06-06T16:41:38Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"83b2c516-f414-4cb5-a3d7-9b9e77bba148"} +{"level":"info","ts":"2024-06-06T16:41:38Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"83b2c516-f414-4cb5-a3d7-9b9e77bba148"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":59} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":60,"total":1} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":60} +{"level":"info","ts":"2024-06-06T16:41:38Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"1960d8e2-ac1f-42b0-8fc1-5fe1cc4c0231"} +{"level":"info","ts":"2024-06-06T16:41:38Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"1960d8e2-ac1f-42b0-8fc1-5fe1cc4c0231"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":60} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":61,"total":1} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":61} +{"level":"info","ts":"2024-06-06T16:41:39Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"18d15a03-5026-4fb8-9e0b-de038c7e33f8"} +{"level":"info","ts":"2024-06-06T16:41:39Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"18d15a03-5026-4fb8-9e0b-de038c7e33f8"} +{"level":"info","ts":"2024-06-06T16:41:39Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:39Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":61} +{"level":"info","ts":"2024-06-06T16:41:39Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":62,"total":1} +{"level":"info","ts":"2024-06-06T16:41:39Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:39Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:39Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:39Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:39Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:39Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:39Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:39Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:39Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":62} +{"level":"info","ts":"2024-06-06T16:41:39Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":62} +{"level":"info","ts":"2024-06-06T16:41:39Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"66b0d69e-8ebb-4357-8b5d-01305ffa31a0"} +{"level":"info","ts":"2024-06-06T16:41:39Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"66b0d69e-8ebb-4357-8b5d-01305ffa31a0"} +{"level":"info","ts":"2024-06-06T16:41:39Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:39Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":63,"total":1} +{"level":"info","ts":"2024-06-06T16:41:39Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:39Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:39Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:39Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:39Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:39Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:39Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:39Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:39Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":63} +{"level":"info","ts":"2024-06-06T16:41:40Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"be0a36b4-36ad-4cbc-8bae-fe8d3dc59b78"} +{"level":"info","ts":"2024-06-06T16:41:40Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"be0a36b4-36ad-4cbc-8bae-fe8d3dc59b78"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":63} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":64,"total":1} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":64} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":64} +{"level":"info","ts":"2024-06-06T16:41:40Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"9860f651-3a60-4241-b505-1a828e8a15d8"} +{"level":"info","ts":"2024-06-06T16:41:40Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"9860f651-3a60-4241-b505-1a828e8a15d8"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":65,"total":1} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":65} +{"level":"info","ts":"2024-06-06T16:41:40Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"91a06a6b-a3f8-494b-b792-b38e8df94811"} +{"level":"info","ts":"2024-06-06T16:41:40Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"91a06a6b-a3f8-494b-b792-b38e8df94811"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":65} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":66,"total":1} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":66} +{"level":"info","ts":"2024-06-06T16:41:40Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"60884fbb-6bf8-46e2-8ba6-e459d27a0353"} +{"level":"info","ts":"2024-06-06T16:41:40Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"60884fbb-6bf8-46e2-8ba6-e459d27a0353"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":66} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":67,"total":1} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":67} +{"level":"info","ts":"2024-06-06T16:41:40Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"b79584a9-fd2f-48d3-a10f-f4376d71444d"} +{"level":"info","ts":"2024-06-06T16:41:40Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"b79584a9-fd2f-48d3-a10f-f4376d71444d"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":67} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":68,"total":1} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":68} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":68} +{"level":"info","ts":"2024-06-06T16:41:40Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"21bdcaf2-5652-4460-80e7-c34f4e589e1e"} +{"level":"info","ts":"2024-06-06T16:41:40Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"21bdcaf2-5652-4460-80e7-c34f4e589e1e"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":69,"total":1} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":69} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":69} +{"level":"info","ts":"2024-06-06T16:41:40Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"a12b8663-7137-4273-9df8-5c7b3585dffc"} +{"level":"info","ts":"2024-06-06T16:41:40Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"a12b8663-7137-4273-9df8-5c7b3585dffc"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":70,"total":1} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":70} +{"level":"info","ts":"2024-06-06T16:41:41Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"e908e7b8-0ca8-4c81-a421-0ef4145f876a"} +{"level":"info","ts":"2024-06-06T16:41:41Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"e908e7b8-0ca8-4c81-a421-0ef4145f876a"} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":70} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":71,"total":1} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":71} +{"level":"info","ts":"2024-06-06T16:41:41Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"b6a169f0-852f-48c6-9bd5-d6b8a0a10107"} +{"level":"info","ts":"2024-06-06T16:41:41Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"b6a169f0-852f-48c6-9bd5-d6b8a0a10107"} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":71} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":72,"total":1} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":72} +{"level":"info","ts":"2024-06-06T16:41:41Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"46a7f397-1513-4d65-841f-919bd2edc4c5"} +{"level":"info","ts":"2024-06-06T16:41:41Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"46a7f397-1513-4d65-841f-919bd2edc4c5"} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:41Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"9ddabba5-b888-4d99-9f84-8a43af22bb83"} +{"level":"info","ts":"2024-06-06T16:41:41Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"9ddabba5-b888-4d99-9f84-8a43af22bb83"} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":2} +{"level":"info","ts":"2024-06-06T16:41:41Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"d0ea239a-b3e4-4a3b-999b-984663a06e44"} +{"level":"info","ts":"2024-06-06T16:41:41Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"d0ea239a-b3e4-4a3b-999b-984663a06e44"} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":3} +{"level":"info","ts":"2024-06-06T16:41:41Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"f21b471c-1125-4135-adb4-45de55b24292"} +{"level":"info","ts":"2024-06-06T16:41:41Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"f21b471c-1125-4135-adb4-45de55b24292"} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":4} +{"level":"info","ts":"2024-06-06T16:41:41Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"e7044958-a95a-403f-b004-3075271d06d6"} +{"level":"info","ts":"2024-06-06T16:41:41Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"e7044958-a95a-403f-b004-3075271d06d6"} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":5} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":72} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":73,"total":5} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":73} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":73} +{"level":"info","ts":"2024-06-06T16:41:41Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"0bf0e622-da1a-4efd-a7c4-2abcf3146164"} +{"level":"info","ts":"2024-06-06T16:41:41Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"0bf0e622-da1a-4efd-a7c4-2abcf3146164"} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":74,"total":1} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":74} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":74} +{"level":"info","ts":"2024-06-06T16:41:41Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"34b93602-d091-4861-b97d-785dca3cacb7"} +{"level":"info","ts":"2024-06-06T16:41:41Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"34b93602-d091-4861-b97d-785dca3cacb7"} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":75,"total":1} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":75} +{"level":"info","ts":"2024-06-06T16:41:41Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"25ca7200-7793-43b9-8e22-579d9a49c602"} +{"level":"info","ts":"2024-06-06T16:41:41Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"25ca7200-7793-43b9-8e22-579d9a49c602"} +{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":75} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":76,"total":1} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":76} +{"level":"info","ts":"2024-06-06T16:41:42Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"2d4f0d55-5fd9-4780-8acd-084bc9482d26"} +{"level":"info","ts":"2024-06-06T16:41:42Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"2d4f0d55-5fd9-4780-8acd-084bc9482d26"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":76} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":77,"total":1} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":77} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":77} +{"level":"info","ts":"2024-06-06T16:41:42Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"ef7c12ce-1547-492f-9ede-a20f99ba5da4"} +{"level":"info","ts":"2024-06-06T16:41:42Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"ef7c12ce-1547-492f-9ede-a20f99ba5da4"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":78,"total":1} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":78} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":78} +{"level":"info","ts":"2024-06-06T16:41:42Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"a9ae5396-8bef-4233-829b-f869973bec0a"} +{"level":"info","ts":"2024-06-06T16:41:42Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"a9ae5396-8bef-4233-829b-f869973bec0a"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":79,"total":1} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":79} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":79} +{"level":"info","ts":"2024-06-06T16:41:42Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"971abb64-036e-4c3d-949a-ae02e039e991"} +{"level":"info","ts":"2024-06-06T16:41:42Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"971abb64-036e-4c3d-949a-ae02e039e991"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":80,"total":1} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":80} +{"level":"info","ts":"2024-06-06T16:41:42Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"265449f0-c574-4a49-b163-8c487518de94"} +{"level":"info","ts":"2024-06-06T16:41:42Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"265449f0-c574-4a49-b163-8c487518de94"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":80} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":81,"total":1} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":81} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":81} +{"level":"info","ts":"2024-06-06T16:41:42Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"8fac2857-1950-4920-bb44-a25a4a016ce7"} +{"level":"info","ts":"2024-06-06T16:41:42Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"8fac2857-1950-4920-bb44-a25a4a016ce7"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":82,"total":1} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":82} +{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":82} +{"level":"info","ts":"2024-06-06T16:41:43Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"55c4d8cc-f0b4-4e4b-86b6-e6c9cf03cd3d"} +{"level":"info","ts":"2024-06-06T16:41:43Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"55c4d8cc-f0b4-4e4b-86b6-e6c9cf03cd3d"} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":83,"total":1} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":83} +{"level":"info","ts":"2024-06-06T16:41:43Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"892cc9e6-9c24-4fd8-9d2a-bc28dba7809f"} +{"level":"info","ts":"2024-06-06T16:41:43Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"892cc9e6-9c24-4fd8-9d2a-bc28dba7809f"} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":83} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":84,"total":1} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":84} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":84} +{"level":"info","ts":"2024-06-06T16:41:43Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"bdf3fd13-746a-4a87-9b01-bdab0cf042d0"} +{"level":"info","ts":"2024-06-06T16:41:43Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"bdf3fd13-746a-4a87-9b01-bdab0cf042d0"} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":85,"total":1} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":85} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":85} +{"level":"info","ts":"2024-06-06T16:41:43Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"d2db9619-d248-4e8d-9792-5d284cd52b57"} +{"level":"info","ts":"2024-06-06T16:41:43Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"d2db9619-d248-4e8d-9792-5d284cd52b57"} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":86,"total":1} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":86} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":86} +{"level":"info","ts":"2024-06-06T16:41:43Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"5362e25e-1faf-49f3-bf61-5e751a22e548"} +{"level":"info","ts":"2024-06-06T16:41:43Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"5362e25e-1faf-49f3-bf61-5e751a22e548"} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":87,"total":1} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":87} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":87} +{"level":"info","ts":"2024-06-06T16:41:44Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"48d2fb03-984e-4300-b8bc-e3819c7cd14b"} +{"level":"info","ts":"2024-06-06T16:41:44Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"48d2fb03-984e-4300-b8bc-e3819c7cd14b"} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":88,"total":1} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":88} +{"level":"info","ts":"2024-06-06T16:41:44Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"57f4814b-545a-40f9-83e4-cc049134b4bd"} +{"level":"info","ts":"2024-06-06T16:41:44Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"57f4814b-545a-40f9-83e4-cc049134b4bd"} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":88} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":89,"total":1} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":89} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":89} +{"level":"info","ts":"2024-06-06T16:41:44Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"d9eb34aa-22f7-4106-b675-886aa27d2d25"} +{"level":"info","ts":"2024-06-06T16:41:44Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"d9eb34aa-22f7-4106-b675-886aa27d2d25"} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":90,"total":1} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":90} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":90} +{"level":"info","ts":"2024-06-06T16:41:44Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"7f5c52ac-8884-46f3-87bf-9d2996de0a27"} +{"level":"info","ts":"2024-06-06T16:41:44Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"7f5c52ac-8884-46f3-87bf-9d2996de0a27"} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":91,"total":1} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":91} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":91} +{"level":"info","ts":"2024-06-06T16:41:44Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"47c4f94a-28ec-4852-a92a-34048eecd4c9"} +{"level":"info","ts":"2024-06-06T16:41:44Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"47c4f94a-28ec-4852-a92a-34048eecd4c9"} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":92,"total":1} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":92} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":92} +{"level":"info","ts":"2024-06-06T16:41:44Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"da74d9a5-b89f-4a4a-bfe1-988cc8ee98b5"} +{"level":"info","ts":"2024-06-06T16:41:44Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"da74d9a5-b89f-4a4a-bfe1-988cc8ee98b5"} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":93,"total":1} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":93} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":93} +{"level":"info","ts":"2024-06-06T16:41:45Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"faf4e67e-971b-480b-975d-c761445dcbd7"} +{"level":"info","ts":"2024-06-06T16:41:45Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"faf4e67e-971b-480b-975d-c761445dcbd7"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":94,"total":1} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":94} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":94} +{"level":"info","ts":"2024-06-06T16:41:45Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"df3bd236-f2b3-49e0-adcd-3cef0c147e8e"} +{"level":"info","ts":"2024-06-06T16:41:45Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"df3bd236-f2b3-49e0-adcd-3cef0c147e8e"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":95,"total":1} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":95} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":95} +{"level":"info","ts":"2024-06-06T16:41:45Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"4474a47f-c759-4484-99c1-294a414171bf"} +{"level":"info","ts":"2024-06-06T16:41:45Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"4474a47f-c759-4484-99c1-294a414171bf"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":96,"total":1} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":96} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":96} +{"level":"info","ts":"2024-06-06T16:41:45Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"47caee44-a1dc-48fa-8cbd-a69c6ec6049e"} +{"level":"info","ts":"2024-06-06T16:41:45Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"47caee44-a1dc-48fa-8cbd-a69c6ec6049e"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":97,"total":1} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":97} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":97} +{"level":"info","ts":"2024-06-06T16:41:45Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"a4a0b90a-b85c-47b5-bff4-0ef0cac13cda"} +{"level":"info","ts":"2024-06-06T16:41:45Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"a4a0b90a-b85c-47b5-bff4-0ef0cac13cda"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":98,"total":1} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":98} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":98} +{"level":"info","ts":"2024-06-06T16:41:45Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"f993dea2-9ed0-4d9d-abd0-02fd2ad16c56"} +{"level":"info","ts":"2024-06-06T16:41:45Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"f993dea2-9ed0-4d9d-abd0-02fd2ad16c56"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":99,"total":1} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":99} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":99} +{"level":"info","ts":"2024-06-06T16:41:45Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"b20ec992-a7a0-447d-a1d8-9f703e16c466"} +{"level":"info","ts":"2024-06-06T16:41:45Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"b20ec992-a7a0-447d-a1d8-9f703e16c466"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":100,"total":1} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":100} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":100} +{"level":"info","ts":"2024-06-06T16:41:45Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"9fdeb204-b612-4a87-92fb-efa1a6cb5616"} +{"level":"info","ts":"2024-06-06T16:41:45Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"9fdeb204-b612-4a87-92fb-efa1a6cb5616"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":101,"total":1} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":101} +{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":101} +{"level":"info","ts":"2024-06-06T16:41:46Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"641cefbd-d421-4957-b2f2-6d07ce0e317b"} +{"level":"info","ts":"2024-06-06T16:41:46Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"641cefbd-d421-4957-b2f2-6d07ce0e317b"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":102,"total":1} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":102} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":102} +{"level":"info","ts":"2024-06-06T16:41:46Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"c825d79e-84a6-4593-a500-262edaafb445"} +{"level":"info","ts":"2024-06-06T16:41:46Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"c825d79e-84a6-4593-a500-262edaafb445"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":103,"total":1} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":103} +{"level":"info","ts":"2024-06-06T16:41:46Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"398c0ce1-980d-4b72-adea-e01f839c2c45"} +{"level":"info","ts":"2024-06-06T16:41:46Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"398c0ce1-980d-4b72-adea-e01f839c2c45"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":103} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":104,"total":1} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":104} +{"level":"info","ts":"2024-06-06T16:41:46Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"5d22c4fb-0f23-47c9-87e1-da6217587dbd"} +{"level":"info","ts":"2024-06-06T16:41:46Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"5d22c4fb-0f23-47c9-87e1-da6217587dbd"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":104} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":105,"total":1} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":105} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":105} +{"level":"info","ts":"2024-06-06T16:41:46Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"f962afe9-cf04-4ec1-96fe-07de9a43af4e"} +{"level":"info","ts":"2024-06-06T16:41:46Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"f962afe9-cf04-4ec1-96fe-07de9a43af4e"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":106,"total":1} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":106} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":106} +{"level":"info","ts":"2024-06-06T16:41:46Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"5a41b314-8489-4578-9e7f-2754ddf83c15"} +{"level":"info","ts":"2024-06-06T16:41:46Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"5a41b314-8489-4578-9e7f-2754ddf83c15"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":107,"total":1} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":107} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":107} +{"level":"info","ts":"2024-06-06T16:41:46Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"add50e70-1739-4916-bb9c-45f5ebd5a61f"} +{"level":"info","ts":"2024-06-06T16:41:46Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"add50e70-1739-4916-bb9c-45f5ebd5a61f"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":108,"total":1} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":108} +{"level":"info","ts":"2024-06-06T16:41:47Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"38defc5f-f690-4298-b904-8030b02085fe"} +{"level":"info","ts":"2024-06-06T16:41:47Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"38defc5f-f690-4298-b904-8030b02085fe"} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":108} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":109,"total":1} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":109} +{"level":"info","ts":"2024-06-06T16:41:47Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"efa6048f-6b09-46d5-85de-c48a5ee6a95e"} +{"level":"info","ts":"2024-06-06T16:41:47Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"efa6048f-6b09-46d5-85de-c48a5ee6a95e"} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":109} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":110,"total":1} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":110} +{"level":"info","ts":"2024-06-06T16:41:47Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"1deaf58e-4392-4e3e-9b27-24ccbe7cc97a"} +{"level":"info","ts":"2024-06-06T16:41:47Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"1deaf58e-4392-4e3e-9b27-24ccbe7cc97a"} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":110} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":111,"total":1} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":111} +{"level":"info","ts":"2024-06-06T16:41:47Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"b76dc9c2-a239-45fd-9872-3a56f487068d"} +{"level":"info","ts":"2024-06-06T16:41:47Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"b76dc9c2-a239-45fd-9872-3a56f487068d"} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":111} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":112,"total":1} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":112} +{"level":"info","ts":"2024-06-06T16:41:47Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"c4a05acc-8d8b-4c3d-bebf-48a269674370"} +{"level":"info","ts":"2024-06-06T16:41:47Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"c4a05acc-8d8b-4c3d-bebf-48a269674370"} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":112} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":113,"total":1} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":113} +{"level":"info","ts":"2024-06-06T16:41:47Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"23961a25-3b74-4d2f-9c5f-de616908c885"} +{"level":"info","ts":"2024-06-06T16:41:47Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"23961a25-3b74-4d2f-9c5f-de616908c885"} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":113} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":114,"total":1} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":114} +{"level":"info","ts":"2024-06-06T16:41:47Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"13775d92-bcba-46e4-aaec-29167f1ba1a8"} +{"level":"info","ts":"2024-06-06T16:41:47Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"13775d92-bcba-46e4-aaec-29167f1ba1a8"} +{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":114} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":115,"total":1} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":115} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":115} +{"level":"info","ts":"2024-06-06T16:41:48Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"da5033e8-acd7-44af-bc56-6e14b890c182"} +{"level":"info","ts":"2024-06-06T16:41:48Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"da5033e8-acd7-44af-bc56-6e14b890c182"} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":116,"total":1} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":116} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":116} +{"level":"info","ts":"2024-06-06T16:41:48Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"d8091747-69d3-4845-938b-43d43e720ffb"} +{"level":"info","ts":"2024-06-06T16:41:48Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"d8091747-69d3-4845-938b-43d43e720ffb"} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":117,"total":1} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":117} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":117} +{"level":"info","ts":"2024-06-06T16:41:48Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"fc3a6d73-03fa-4581-83eb-75689f938586"} +{"level":"info","ts":"2024-06-06T16:41:48Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"fc3a6d73-03fa-4581-83eb-75689f938586"} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":118,"total":1} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":118} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":118} +{"level":"info","ts":"2024-06-06T16:41:48Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"4a38ef36-ea39-47e4-bcc0-3f5856812e88"} +{"level":"info","ts":"2024-06-06T16:41:48Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"4a38ef36-ea39-47e4-bcc0-3f5856812e88"} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":119,"total":1} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":119} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":119} +{"level":"info","ts":"2024-06-06T16:41:49Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"c3715dd2-785c-45b7-bc74-e99d97a4f18f"} +{"level":"info","ts":"2024-06-06T16:41:49Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"c3715dd2-785c-45b7-bc74-e99d97a4f18f"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":120,"total":1} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":120} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":120} +{"level":"info","ts":"2024-06-06T16:41:49Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"2a30c2a0-f421-43fc-8759-325f0b3ea0ea"} +{"level":"info","ts":"2024-06-06T16:41:49Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"2a30c2a0-f421-43fc-8759-325f0b3ea0ea"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":121,"total":1} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":121} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":121} +{"level":"info","ts":"2024-06-06T16:41:49Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"ab685955-0936-4d6c-a883-1ac74757b0ec"} +{"level":"info","ts":"2024-06-06T16:41:49Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"ab685955-0936-4d6c-a883-1ac74757b0ec"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":122,"total":1} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":122} +{"level":"info","ts":"2024-06-06T16:41:49Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"acb7541e-5f99-4155-9311-fc6a4fe62323"} +{"level":"info","ts":"2024-06-06T16:41:49Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"acb7541e-5f99-4155-9311-fc6a4fe62323"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":122} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":123,"total":1} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":123} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":123} +{"level":"info","ts":"2024-06-06T16:41:49Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"cd9c81a7-dca4-400c-858d-24dd49b3e421"} +{"level":"info","ts":"2024-06-06T16:41:49Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"cd9c81a7-dca4-400c-858d-24dd49b3e421"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":124,"total":1} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":124} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":124} +{"level":"info","ts":"2024-06-06T16:41:49Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"fb1888c7-e31a-4f75-bb1b-be7684abcb8a"} +{"level":"info","ts":"2024-06-06T16:41:49Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"fb1888c7-e31a-4f75-bb1b-be7684abcb8a"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":125,"total":1} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":125} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":125} +{"level":"info","ts":"2024-06-06T16:41:49Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"7ef4b995-4d35-45ff-aebe-82b092fc95c5"} +{"level":"info","ts":"2024-06-06T16:41:49Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"7ef4b995-4d35-45ff-aebe-82b092fc95c5"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":126,"total":1} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":126} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":126} +{"level":"info","ts":"2024-06-06T16:41:49Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"d0f18377-70fd-4626-a225-332a114d0f38"} +{"level":"info","ts":"2024-06-06T16:41:49Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"d0f18377-70fd-4626-a225-332a114d0f38"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":127,"total":1} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":127} +{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":127} +{"level":"info","ts":"2024-06-06T16:41:50Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"1cad08ac-c9e7-440f-9a8b-9e5d34fbb4c6"} +{"level":"info","ts":"2024-06-06T16:41:50Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"1cad08ac-c9e7-440f-9a8b-9e5d34fbb4c6"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":128,"total":1} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":128} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":128} +{"level":"info","ts":"2024-06-06T16:41:50Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"f16ee623-f044-438f-8ef3-5ca50ecd4fec"} +{"level":"info","ts":"2024-06-06T16:41:50Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"f16ee623-f044-438f-8ef3-5ca50ecd4fec"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":129,"total":1} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":129} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":129} +{"level":"info","ts":"2024-06-06T16:41:50Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"cbd79014-9927-49d3-9e22-d91e6841dbcc"} +{"level":"info","ts":"2024-06-06T16:41:50Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"cbd79014-9927-49d3-9e22-d91e6841dbcc"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":130,"total":1} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":130} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":130} +{"level":"info","ts":"2024-06-06T16:41:50Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"f8f21dd6-cc69-459a-ac47-46e298f0742a"} +{"level":"info","ts":"2024-06-06T16:41:50Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"f8f21dd6-cc69-459a-ac47-46e298f0742a"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":131,"total":1} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":131} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":131} +{"level":"info","ts":"2024-06-06T16:41:50Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"03935b89-3fea-44d3-b77f-dfd1f9ff65bd"} +{"level":"info","ts":"2024-06-06T16:41:50Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"03935b89-3fea-44d3-b77f-dfd1f9ff65bd"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":132,"total":1} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":132} +{"level":"info","ts":"2024-06-06T16:41:50Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"7ecd3ae6-4da7-44f3-94c2-34e390524dcc"} +{"level":"info","ts":"2024-06-06T16:41:50Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"7ecd3ae6-4da7-44f3-94c2-34e390524dcc"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":132} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":133,"total":1} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":133} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":133} +{"level":"info","ts":"2024-06-06T16:41:50Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"a48a3de7-a677-4616-9821-2df2e112365c"} +{"level":"info","ts":"2024-06-06T16:41:50Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"a48a3de7-a677-4616-9821-2df2e112365c"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":134,"total":1} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":134} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":134} +{"level":"info","ts":"2024-06-06T16:41:50Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"a426f05b-6338-460c-8823-737395375edb"} +{"level":"info","ts":"2024-06-06T16:41:50Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"a426f05b-6338-460c-8823-737395375edb"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":135,"total":1} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":135} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":135} +{"level":"info","ts":"2024-06-06T16:41:50Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"9773828c-d7b7-438e-8176-a055ce21d3ca"} +{"level":"info","ts":"2024-06-06T16:41:50Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"9773828c-d7b7-438e-8176-a055ce21d3ca"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":136,"total":1} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":136} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":136} +{"level":"info","ts":"2024-06-06T16:41:50Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"ff6f8e76-e07b-4d0d-9f7b-b8b3463fc7c7"} +{"level":"info","ts":"2024-06-06T16:41:50Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"ff6f8e76-e07b-4d0d-9f7b-b8b3463fc7c7"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":137,"total":1} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":137} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":137} +{"level":"info","ts":"2024-06-06T16:41:51Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"33a1ec7a-0d57-49d8-b740-aafa420dbcf1"} +{"level":"info","ts":"2024-06-06T16:41:51Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"33a1ec7a-0d57-49d8-b740-aafa420dbcf1"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":138,"total":1} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":138} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":138} +{"level":"info","ts":"2024-06-06T16:41:51Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"b47cf2ae-5cf8-45f7-9986-7cde550944ed"} +{"level":"info","ts":"2024-06-06T16:41:51Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"b47cf2ae-5cf8-45f7-9986-7cde550944ed"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":139,"total":1} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":139} +{"level":"info","ts":"2024-06-06T16:41:51Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"9e77707d-88db-41e6-add8-698276d6f7d5"} +{"level":"info","ts":"2024-06-06T16:41:51Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"9e77707d-88db-41e6-add8-698276d6f7d5"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":139} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":140,"total":1} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":140} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":140} +{"level":"info","ts":"2024-06-06T16:41:51Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"75c781b6-92d3-4978-8832-383861e4080f"} +{"level":"info","ts":"2024-06-06T16:41:51Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"75c781b6-92d3-4978-8832-383861e4080f"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":141,"total":1} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":141} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":141} +{"level":"info","ts":"2024-06-06T16:41:51Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"86d3b4cc-6f2b-417e-a5a4-f97f90787ef7"} +{"level":"info","ts":"2024-06-06T16:41:51Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"86d3b4cc-6f2b-417e-a5a4-f97f90787ef7"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":142,"total":1} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":142} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":142} +{"level":"info","ts":"2024-06-06T16:41:51Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"6edbc50b-42cd-49ee-9211-02637ed8e336"} +{"level":"info","ts":"2024-06-06T16:41:51Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"6edbc50b-42cd-49ee-9211-02637ed8e336"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":143,"total":1} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":143} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":143} +{"level":"info","ts":"2024-06-06T16:41:51Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"a80fc178-8eb1-4323-9d9a-191b58a5ba6b"} +{"level":"info","ts":"2024-06-06T16:41:51Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"a80fc178-8eb1-4323-9d9a-191b58a5ba6b"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":144,"total":1} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":144} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":144} +{"level":"info","ts":"2024-06-06T16:41:51Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"d3db3c5e-66e9-4782-ba78-b0f85a38192d"} +{"level":"info","ts":"2024-06-06T16:41:51Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"d3db3c5e-66e9-4782-ba78-b0f85a38192d"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":145,"total":1} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":145} +{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":145} +{"level":"info","ts":"2024-06-06T16:41:52Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"36abfd36-4cdc-45a5-b447-c9734e1c1256"} +{"level":"info","ts":"2024-06-06T16:41:52Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"36abfd36-4cdc-45a5-b447-c9734e1c1256"} +{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":146,"total":1} +{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":146} +{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":146} +{"level":"info","ts":"2024-06-06T16:41:52Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"07d16c75-a1df-4966-9bf4-9e0d05487ea1"} +{"level":"info","ts":"2024-06-06T16:41:52Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"07d16c75-a1df-4966-9bf4-9e0d05487ea1"} +{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":147,"total":1} +{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":147} +{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":147} +{"level":"info","ts":"2024-06-06T16:41:52Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"bba88e96-aee0-42ce-83e5-5ea2a872d859"} +{"level":"info","ts":"2024-06-06T16:41:52Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"bba88e96-aee0-42ce-83e5-5ea2a872d859"} +{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":148,"total":1} +{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":148} +{"level":"info","ts":"2024-06-06T16:41:53Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"9ca2d1fa-9ac2-4683-811b-247763f503db"} +{"level":"info","ts":"2024-06-06T16:41:53Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"9ca2d1fa-9ac2-4683-811b-247763f503db"} +{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":148} +{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":149,"total":1} +{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":149} +{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":149} +{"level":"info","ts":"2024-06-06T16:41:53Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"2e65b583-d3f7-4a46-8b22-45a94ed0cf7c"} +{"level":"info","ts":"2024-06-06T16:41:53Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"2e65b583-d3f7-4a46-8b22-45a94ed0cf7c"} +{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":150,"total":1} +{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":150} +{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":150} +{"level":"info","ts":"2024-06-06T16:41:53Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"6faf4d2c-5b1b-4b6c-937f-95db987a0012"} +{"level":"info","ts":"2024-06-06T16:41:53Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"6faf4d2c-5b1b-4b6c-937f-95db987a0012"} +{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":151,"total":1} +{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":151} +{"level":"info","ts":"2024-06-06T16:41:53Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"7b7b0710-2bd0-4714-9359-2fd4ae1c88af"} +{"level":"info","ts":"2024-06-06T16:41:53Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"7b7b0710-2bd0-4714-9359-2fd4ae1c88af"} +{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":151} +{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":152,"total":1} +{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":152} +{"level":"info","ts":"2024-06-06T16:41:53Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"c6a59bb7-37dd-4206-b198-6a29e65d9904"} +{"level":"info","ts":"2024-06-06T16:41:53Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"c6a59bb7-37dd-4206-b198-6a29e65d9904"} +{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":152} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":153,"total":1} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":153} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":153} +{"level":"info","ts":"2024-06-06T16:41:54Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"6d79d17e-60cc-4507-8614-4bb9e5264ea8"} +{"level":"info","ts":"2024-06-06T16:41:54Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"6d79d17e-60cc-4507-8614-4bb9e5264ea8"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":154,"total":1} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":154} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":154} +{"level":"info","ts":"2024-06-06T16:41:54Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"3a20f236-55fa-42da-aa1b-c46b5a4552e8"} +{"level":"info","ts":"2024-06-06T16:41:54Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"3a20f236-55fa-42da-aa1b-c46b5a4552e8"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":155,"total":1} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":155} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":155} +{"level":"info","ts":"2024-06-06T16:41:54Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"32332081-7383-4d7b-a5e0-b27a93e7c183"} +{"level":"info","ts":"2024-06-06T16:41:54Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"32332081-7383-4d7b-a5e0-b27a93e7c183"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":156,"total":1} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":156} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":156} +{"level":"info","ts":"2024-06-06T16:41:54Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"de3ceebd-d591-4af3-9e32-dba25c7509e0"} +{"level":"info","ts":"2024-06-06T16:41:54Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"de3ceebd-d591-4af3-9e32-dba25c7509e0"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":157,"total":1} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":157} +{"level":"info","ts":"2024-06-06T16:41:54Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"28a4623f-1083-4dcf-8e6d-a0ce639f1c46"} +{"level":"info","ts":"2024-06-06T16:41:54Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"28a4623f-1083-4dcf-8e6d-a0ce639f1c46"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":157} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":158,"total":1} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":158} +{"level":"info","ts":"2024-06-06T16:41:54Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"ba09d6fd-1f71-4f1b-8c5f-8cbcce6eed0d"} +{"level":"info","ts":"2024-06-06T16:41:54Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"ba09d6fd-1f71-4f1b-8c5f-8cbcce6eed0d"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":158} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":159,"total":1} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":159} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":159} +{"level":"info","ts":"2024-06-06T16:41:55Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"72f59bc2-a742-4231-9d59-36ed1d8ae337"} +{"level":"info","ts":"2024-06-06T16:41:55Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"72f59bc2-a742-4231-9d59-36ed1d8ae337"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":160,"total":1} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":160} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":160} +{"level":"info","ts":"2024-06-06T16:41:55Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"b161601d-0818-45f8-89a2-513b1a892460"} +{"level":"info","ts":"2024-06-06T16:41:55Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"b161601d-0818-45f8-89a2-513b1a892460"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":161,"total":1} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":161} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":161} +{"level":"info","ts":"2024-06-06T16:41:55Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"9dae51f5-f35a-4264-a458-df69f179c41a"} +{"level":"info","ts":"2024-06-06T16:41:55Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"9dae51f5-f35a-4264-a458-df69f179c41a"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":162,"total":1} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":162} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":162} +{"level":"info","ts":"2024-06-06T16:41:55Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"10a0981a-e75e-47f2-b3c9-5a4a94bd7667"} +{"level":"info","ts":"2024-06-06T16:41:55Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"10a0981a-e75e-47f2-b3c9-5a4a94bd7667"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":163,"total":1} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":163} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":163} +{"level":"info","ts":"2024-06-06T16:41:55Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"51f8da68-7c9d-4601-8c00-603872879855"} +{"level":"info","ts":"2024-06-06T16:41:55Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"51f8da68-7c9d-4601-8c00-603872879855"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":164,"total":1} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":164} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":164} +{"level":"info","ts":"2024-06-06T16:41:55Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"d79d1820-3a97-4d44-9f8e-8d023fb0d941"} +{"level":"info","ts":"2024-06-06T16:41:55Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"d79d1820-3a97-4d44-9f8e-8d023fb0d941"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":165,"total":1} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":165} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":165} +{"level":"info","ts":"2024-06-06T16:41:55Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"98e0bd23-8bdf-4fd6-a427-fde16d162592"} +{"level":"info","ts":"2024-06-06T16:41:55Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"98e0bd23-8bdf-4fd6-a427-fde16d162592"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":166,"total":1} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":166} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":166} +{"level":"info","ts":"2024-06-06T16:41:56Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"24d66003-859a-4476-8945-fd4d306c117e"} +{"level":"info","ts":"2024-06-06T16:41:56Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"24d66003-859a-4476-8945-fd4d306c117e"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":167,"total":1} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":167} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":167} +{"level":"info","ts":"2024-06-06T16:41:56Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"c15cc0ce-9ba8-40c0-8f4a-b86b9aa319ad"} +{"level":"info","ts":"2024-06-06T16:41:56Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"c15cc0ce-9ba8-40c0-8f4a-b86b9aa319ad"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":168,"total":1} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":168} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":168} +{"level":"info","ts":"2024-06-06T16:41:56Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"43c31973-0668-4040-bf8c-8c802f9d703f"} +{"level":"info","ts":"2024-06-06T16:41:56Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"43c31973-0668-4040-bf8c-8c802f9d703f"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":169,"total":1} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":169} +{"level":"info","ts":"2024-06-06T16:41:56Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"ce6884e6-b043-47f2-aef7-895cf9d81787"} +{"level":"info","ts":"2024-06-06T16:41:56Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"ce6884e6-b043-47f2-aef7-895cf9d81787"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":169} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":170,"total":1} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":170} +{"level":"info","ts":"2024-06-06T16:41:56Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"75ed39fe-ade7-4684-91f7-1aad5d46142f"} +{"level":"info","ts":"2024-06-06T16:41:56Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"75ed39fe-ade7-4684-91f7-1aad5d46142f"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":170} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":171,"total":1} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":171} +{"level":"info","ts":"2024-06-06T16:41:56Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"2e4f5b5a-746a-4f20-9be8-f54f5b2295bf"} +{"level":"info","ts":"2024-06-06T16:41:56Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"2e4f5b5a-746a-4f20-9be8-f54f5b2295bf"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":171} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":172,"total":1} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":172} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":172} +{"level":"info","ts":"2024-06-06T16:41:56Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"51b30d1c-fa52-4764-806a-bae37ca22f30"} +{"level":"info","ts":"2024-06-06T16:41:56Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"51b30d1c-fa52-4764-806a-bae37ca22f30"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":173,"total":1} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":173} +{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":173} +{"level":"info","ts":"2024-06-06T16:41:57Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"2de45fb9-c72c-4e58-9726-9ddeb99be192"} +{"level":"info","ts":"2024-06-06T16:41:57Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"2de45fb9-c72c-4e58-9726-9ddeb99be192"} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":174,"total":1} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":174} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":174} +{"level":"info","ts":"2024-06-06T16:41:57Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"252f763a-5f2f-4419-8c02-3427d61d5da4"} +{"level":"info","ts":"2024-06-06T16:41:57Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"252f763a-5f2f-4419-8c02-3427d61d5da4"} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":175,"total":1} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":175} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":175} +{"level":"info","ts":"2024-06-06T16:41:57Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"76a307cc-1c89-4fdb-a26c-de14f499a212"} +{"level":"info","ts":"2024-06-06T16:41:57Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"76a307cc-1c89-4fdb-a26c-de14f499a212"} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":176,"total":1} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":176} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":176} +{"level":"info","ts":"2024-06-06T16:41:57Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"20fb3d83-2211-40b3-af02-89da814e0c3a"} +{"level":"info","ts":"2024-06-06T16:41:57Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"20fb3d83-2211-40b3-af02-89da814e0c3a"} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":177,"total":1} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":177} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":177} +{"level":"info","ts":"2024-06-06T16:41:57Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"7a37fc91-3d8f-4899-9708-c43bcb52f6fb"} +{"level":"info","ts":"2024-06-06T16:41:57Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"7a37fc91-3d8f-4899-9708-c43bcb52f6fb"} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":178,"total":1} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":178} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":178} +{"level":"info","ts":"2024-06-06T16:41:57Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"8234c577-00f0-4ac5-8cc2-58374322bd93"} +{"level":"info","ts":"2024-06-06T16:41:57Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"8234c577-00f0-4ac5-8cc2-58374322bd93"} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":179,"total":1} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":179} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":179} +{"level":"info","ts":"2024-06-06T16:41:58Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"8bbd588e-4d37-4535-95e2-83fef95dbe82"} +{"level":"info","ts":"2024-06-06T16:41:58Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"8bbd588e-4d37-4535-95e2-83fef95dbe82"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":180,"total":1} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":180} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":180} +{"level":"info","ts":"2024-06-06T16:41:58Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"2b0736bd-2f72-40f1-91ae-316084cc0385"} +{"level":"info","ts":"2024-06-06T16:41:58Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"2b0736bd-2f72-40f1-91ae-316084cc0385"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":181,"total":1} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":181} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":181} +{"level":"info","ts":"2024-06-06T16:41:58Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"7e6fae77-8f56-423e-b956-c9dbb929794e"} +{"level":"info","ts":"2024-06-06T16:41:58Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"7e6fae77-8f56-423e-b956-c9dbb929794e"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":182,"total":1} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":182} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":182} +{"level":"info","ts":"2024-06-06T16:41:58Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"f73ef930-ae4a-44fd-940a-95f434520581"} +{"level":"info","ts":"2024-06-06T16:41:58Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"f73ef930-ae4a-44fd-940a-95f434520581"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":183,"total":1} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":183} +{"level":"info","ts":"2024-06-06T16:41:58Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"eb8e2583-16bd-453a-9077-24373e23c48f"} +{"level":"info","ts":"2024-06-06T16:41:58Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"eb8e2583-16bd-453a-9077-24373e23c48f"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":183} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":184,"total":1} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":184} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":184} +{"level":"info","ts":"2024-06-06T16:41:58Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"ea1a209e-a7b9-451d-b008-8d246998700d"} +{"level":"info","ts":"2024-06-06T16:41:58Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"ea1a209e-a7b9-451d-b008-8d246998700d"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":185,"total":1} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":185} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":185} +{"level":"info","ts":"2024-06-06T16:41:58Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"6ed1f7e6-e133-47b0-8a42-150188448f60"} +{"level":"info","ts":"2024-06-06T16:41:58Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"6ed1f7e6-e133-47b0-8a42-150188448f60"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":186,"total":1} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":186} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":186} +{"level":"info","ts":"2024-06-06T16:41:58Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"efd7cf9e-0e4e-4775-bb20-c008c46a7fc6"} +{"level":"info","ts":"2024-06-06T16:41:58Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"efd7cf9e-0e4e-4775-bb20-c008c46a7fc6"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":187,"total":1} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":187} +{"level":"info","ts":"2024-06-06T16:41:58Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"78157d91-1518-4373-bf6c-4b6dee7a7344"} +{"level":"info","ts":"2024-06-06T16:41:58Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"78157d91-1518-4373-bf6c-4b6dee7a7344"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":187} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":188,"total":1} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":188} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":188} +{"level":"info","ts":"2024-06-06T16:41:59Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"b5d6eed8-609e-46d0-b18c-1575277c3734"} +{"level":"info","ts":"2024-06-06T16:41:59Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"b5d6eed8-609e-46d0-b18c-1575277c3734"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":189,"total":1} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":189} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":189} +{"level":"info","ts":"2024-06-06T16:41:59Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"c6259c34-5f4c-43a2-8294-22b603a55688"} +{"level":"info","ts":"2024-06-06T16:41:59Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"c6259c34-5f4c-43a2-8294-22b603a55688"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":190,"total":1} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":190} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":190} +{"level":"info","ts":"2024-06-06T16:41:59Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"d66812c7-0eb8-46c9-adb3-c2c4260663c7"} +{"level":"info","ts":"2024-06-06T16:41:59Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"d66812c7-0eb8-46c9-adb3-c2c4260663c7"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":191,"total":1} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":191} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":191} +{"level":"info","ts":"2024-06-06T16:41:59Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"e358ae57-33d2-459e-a5c9-9c54f0f10e06"} +{"level":"info","ts":"2024-06-06T16:41:59Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"e358ae57-33d2-459e-a5c9-9c54f0f10e06"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":192,"total":1} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":192} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":192} +{"level":"info","ts":"2024-06-06T16:41:59Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"d9a57a11-2602-4a42-bea8-84e5cf16ed7a"} +{"level":"info","ts":"2024-06-06T16:41:59Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"d9a57a11-2602-4a42-bea8-84e5cf16ed7a"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":193,"total":1} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":193} +{"level":"info","ts":"2024-06-06T16:41:59Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"2a9641d0-e5ea-492b-8e4e-4e6c14f1ca8b"} +{"level":"info","ts":"2024-06-06T16:41:59Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"2a9641d0-e5ea-492b-8e4e-4e6c14f1ca8b"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":193} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":194,"total":1} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":194} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":194} +{"level":"info","ts":"2024-06-06T16:41:59Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"bf48a484-49c9-4c06-a2c8-f7f3ef8243c5"} +{"level":"info","ts":"2024-06-06T16:41:59Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"bf48a484-49c9-4c06-a2c8-f7f3ef8243c5"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":195,"total":1} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":195} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":195} +{"level":"info","ts":"2024-06-06T16:41:59Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"917ec280-5dfc-4f64-b8dc-d534fadf43d0"} +{"level":"info","ts":"2024-06-06T16:41:59Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"917ec280-5dfc-4f64-b8dc-d534fadf43d0"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":196,"total":1} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":196} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":196} +{"level":"info","ts":"2024-06-06T16:41:59Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"06f81a38-4535-454d-9deb-079e42aadc19"} +{"level":"info","ts":"2024-06-06T16:41:59Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"06f81a38-4535-454d-9deb-079e42aadc19"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":197,"total":1} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":197} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":197} +{"level":"info","ts":"2024-06-06T16:42:00Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"17160034-6ad2-40ca-ade6-23442a7374dc"} +{"level":"info","ts":"2024-06-06T16:42:00Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"17160034-6ad2-40ca-ade6-23442a7374dc"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":198,"total":1} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":198} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":198} +{"level":"info","ts":"2024-06-06T16:42:00Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"3030c344-d598-43ec-8d0a-67578274e8a3"} +{"level":"info","ts":"2024-06-06T16:42:00Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"3030c344-d598-43ec-8d0a-67578274e8a3"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":199,"total":1} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":199} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":199} +{"level":"info","ts":"2024-06-06T16:42:00Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"fb35a23f-6194-4d45-a534-610dddd4dc03"} +{"level":"info","ts":"2024-06-06T16:42:00Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"fb35a23f-6194-4d45-a534-610dddd4dc03"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":200,"total":1} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":200} +{"level":"info","ts":"2024-06-06T16:42:00Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"dc626ea4-a97c-4e11-affc-9211ea41fbc2"} +{"level":"info","ts":"2024-06-06T16:42:00Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"dc626ea4-a97c-4e11-affc-9211ea41fbc2"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":200} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":201,"total":1} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":201} +{"level":"info","ts":"2024-06-06T16:42:00Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"dc9870dc-d062-40e2-ad55-9f54c1e392de"} +{"level":"info","ts":"2024-06-06T16:42:00Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"dc9870dc-d062-40e2-ad55-9f54c1e392de"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":201} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":202,"total":1} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":202} +{"level":"info","ts":"2024-06-06T16:42:00Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"3b72a1e2-797b-483d-bbe2-170971c0ba27"} +{"level":"info","ts":"2024-06-06T16:42:00Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"3b72a1e2-797b-483d-bbe2-170971c0ba27"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":202} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":203,"total":1} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":203} +{"level":"info","ts":"2024-06-06T16:42:00Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"e7bfae4b-56a2-46e0-a686-43aca388a512"} +{"level":"info","ts":"2024-06-06T16:42:00Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"e7bfae4b-56a2-46e0-a686-43aca388a512"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":203} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":204,"total":1} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":204} +{"level":"info","ts":"2024-06-06T16:42:00Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"d148d31d-2a35-4f06-8e92-72e702d5032c"} +{"level":"info","ts":"2024-06-06T16:42:00Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"d148d31d-2a35-4f06-8e92-72e702d5032c"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":204} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":205,"total":1} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":205} +{"level":"info","ts":"2024-06-06T16:42:01Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"9464a251-947c-47b4-b73d-d65f1b578a2f"} +{"level":"info","ts":"2024-06-06T16:42:01Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"9464a251-947c-47b4-b73d-d65f1b578a2f"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":205} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":206,"total":1} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:42:01Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"543c84b1-0d21-45e0-adfc-4c392a9452b3"} +{"level":"info","ts":"2024-06-06T16:42:01Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"543c84b1-0d21-45e0-adfc-4c392a9452b3"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":206} +{"level":"info","ts":"2024-06-06T16:42:01Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"a286f391-4b05-43c0-84ed-4457f7b551a6"} +{"level":"info","ts":"2024-06-06T16:42:01Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"a286f391-4b05-43c0-84ed-4457f7b551a6"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":2} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":206} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":207,"total":2} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":207} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":207} +{"level":"info","ts":"2024-06-06T16:42:01Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"17babb38-eb90-40b5-80ee-e517a891d5fc"} +{"level":"info","ts":"2024-06-06T16:42:01Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"17babb38-eb90-40b5-80ee-e517a891d5fc"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":208,"total":1} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":208} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":208} +{"level":"info","ts":"2024-06-06T16:42:01Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"51af93a9-05af-4084-985e-eaf23cc52523"} +{"level":"info","ts":"2024-06-06T16:42:01Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"51af93a9-05af-4084-985e-eaf23cc52523"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":209,"total":1} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":209} +{"level":"info","ts":"2024-06-06T16:42:01Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"00c21504-6616-4d94-8e44-73c8f91257b0"} +{"level":"info","ts":"2024-06-06T16:42:01Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"00c21504-6616-4d94-8e44-73c8f91257b0"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":209} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":210,"total":1} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":210} +{"level":"info","ts":"2024-06-06T16:42:01Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"a6bb920d-9759-494f-a54f-b7bb2d9e816b"} +{"level":"info","ts":"2024-06-06T16:42:01Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"a6bb920d-9759-494f-a54f-b7bb2d9e816b"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":210} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":211,"total":1} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":211} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":211} +{"level":"info","ts":"2024-06-06T16:42:01Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"0b9a58a9-7902-4178-9bc8-6c68e7f80b58"} +{"level":"info","ts":"2024-06-06T16:42:01Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"0b9a58a9-7902-4178-9bc8-6c68e7f80b58"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":212,"total":1} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":212} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":212} +{"level":"info","ts":"2024-06-06T16:42:01Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"2aef33bc-7dd0-4832-8c91-96142535cd32"} +{"level":"info","ts":"2024-06-06T16:42:01Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"2aef33bc-7dd0-4832-8c91-96142535cd32"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":213,"total":1} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":213} +{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":213} +{"level":"info","ts":"2024-06-06T16:42:02Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"bdf449d7-2599-4580-b1a8-f9f773fe003f"} +{"level":"info","ts":"2024-06-06T16:42:02Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"bdf449d7-2599-4580-b1a8-f9f773fe003f"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":214,"total":1} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":214} +{"level":"info","ts":"2024-06-06T16:42:02Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"501fb8a2-9465-430e-a875-30d303e5f810"} +{"level":"info","ts":"2024-06-06T16:42:02Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"501fb8a2-9465-430e-a875-30d303e5f810"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":214} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":215,"total":1} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":215} +{"level":"info","ts":"2024-06-06T16:42:02Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"46d016fd-243a-418f-9f74-342f81aca84c"} +{"level":"info","ts":"2024-06-06T16:42:02Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"46d016fd-243a-418f-9f74-342f81aca84c"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":215} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":216,"total":1} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":216} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":216} +{"level":"info","ts":"2024-06-06T16:42:02Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"516178d5-8a80-44ee-8928-0c4a1dd44516"} +{"level":"info","ts":"2024-06-06T16:42:02Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"516178d5-8a80-44ee-8928-0c4a1dd44516"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":217,"total":1} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":217} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":217} +{"level":"info","ts":"2024-06-06T16:42:02Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"cbdd7496-7d1b-4670-86f9-03e7196d91b8"} +{"level":"info","ts":"2024-06-06T16:42:02Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"cbdd7496-7d1b-4670-86f9-03e7196d91b8"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":218,"total":1} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":218} +{"level":"info","ts":"2024-06-06T16:42:02Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"20636158-1ebe-4933-84d7-eb7e12cd6566"} +{"level":"info","ts":"2024-06-06T16:42:02Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"20636158-1ebe-4933-84d7-eb7e12cd6566"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":218} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":219,"total":1} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":219} +{"level":"info","ts":"2024-06-06T16:42:02Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"508ff12e-c6a4-4f3d-9a2e-872b0ac1d0ee"} +{"level":"info","ts":"2024-06-06T16:42:02Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"508ff12e-c6a4-4f3d-9a2e-872b0ac1d0ee"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":219} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":220,"total":1} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"error","ts":"2024-06-06T16:42:02Z","logger":"eventLoop.eventHandler","msg":"couldn't update upstream via the API, reloading configuration instead","batchID":220,"upstreamName":"scale_backend_80","error":"failed to update servers of scale_backend_80 upstream: failed to add 10.104.3.63:8080 server to scale_backend_80 upstream: expected 201 response, got 500. error.status=500; error.text=upstream memory exhausted; error.code=UpstreamOutOfMemory; request_id=30971a032d4c30b2a891c6794e3b8cf5; href=https://nginx.org/en/docs/http/ngx_http_api_module.html","stacktrace":"github.com/nginxinc/nginx-gateway-fabric/internal/mode/static.(*eventHandlerImpl).updateUpstreamServers\n\t/home/runner/work/nginx-gateway-fabric/nginx-gateway-fabric/internal/mode/static/handler.go:377\ngithub.com/nginxinc/nginx-gateway-fabric/internal/mode/static.(*eventHandlerImpl).HandleEventBatch\n\t/home/runner/work/nginx-gateway-fabric/nginx-gateway-fabric/internal/mode/static/handler.go:204\ngithub.com/nginxinc/nginx-gateway-fabric/internal/framework/events.(*EventLoop).Start.func1.1\n\t/home/runner/work/nginx-gateway-fabric/nginx-gateway-fabric/internal/framework/events/loop.go:74"} +{"level":"info","ts":"2024-06-06T16:42:02Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"701e0927-eab6-4946-9fe2-a0a2359ebff9"} +{"level":"info","ts":"2024-06-06T16:42:02Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"701e0927-eab6-4946-9fe2-a0a2359ebff9"} +{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-06-06T16:42:03Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"3566663b-829f-4749-8c42-abc3b0d24e2a"} +{"level":"info","ts":"2024-06-06T16:42:03Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"3566663b-829f-4749-8c42-abc3b0d24e2a"} +{"level":"info","ts":"2024-06-06T16:42:03Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":2} +{"level":"info","ts":"2024-06-06T16:42:03Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"4cb20a67-db78-46da-be24-1c0db37dd902"} +{"level":"info","ts":"2024-06-06T16:42:03Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"4cb20a67-db78-46da-be24-1c0db37dd902"} +{"level":"info","ts":"2024-06-06T16:42:03Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":3} +{"level":"info","ts":"2024-06-06T16:42:03Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"d9b254f5-7f50-4572-9a08-f9d8cea34ab0"} +{"level":"info","ts":"2024-06-06T16:42:03Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"d9b254f5-7f50-4572-9a08-f9d8cea34ab0"} +{"level":"info","ts":"2024-06-06T16:42:03Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":4} +{"level":"info","ts":"2024-06-06T16:42:03Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"12a8c656-167e-4735-8ee2-3b791ade9bbf"} +{"level":"info","ts":"2024-06-06T16:42:03Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"12a8c656-167e-4735-8ee2-3b791ade9bbf"} +{"level":"info","ts":"2024-06-06T16:42:03Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":5} +{"level":"info","ts":"2024-06-06T16:42:03Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"88b97324-915f-41b8-ba53-0a3d59ffe4ff"} +{"level":"info","ts":"2024-06-06T16:42:03Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"88b97324-915f-41b8-ba53-0a3d59ffe4ff"} +{"level":"info","ts":"2024-06-06T16:42:03Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":6} +{"level":"info","ts":"2024-06-06T16:42:03Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"c0dfaf94-490f-48e9-815d-5683a57864df"} +{"level":"info","ts":"2024-06-06T16:42:03Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"c0dfaf94-490f-48e9-815d-5683a57864df"} +{"level":"info","ts":"2024-06-06T16:42:03Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":7} +{"level":"info","ts":"2024-06-06T16:42:04Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"2e58755b-3a46-4dfc-a298-c9a8b306b93d"} +{"level":"info","ts":"2024-06-06T16:42:04Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"2e58755b-3a46-4dfc-a298-c9a8b306b93d"} +{"level":"info","ts":"2024-06-06T16:42:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":8} diff --git a/tests/results/scale/1.3.0/TestScale_UpstreamServers/nginx-plus.log b/tests/results/scale/1.3.0/TestScale_UpstreamServers/nginx-plus.log new file mode 100644 index 0000000000..7c7a80cbac --- /dev/null +++ b/tests/results/scale/1.3.0/TestScale_UpstreamServers/nginx-plus.log @@ -0,0 +1,1061 @@ +2024/06/06 16:40:33 [notice] 26#26: using the "epoll" event method +2024/06/06 16:40:33 [notice] 26#26: nginx/1.25.5 (nginx-plus-r32) +2024/06/06 16:40:33 [notice] 26#26: built by gcc 13.2.1 20231014 (Alpine 13.2.1_git20231014) +2024/06/06 16:40:33 [notice] 26#26: OS: Linux 6.1.75+ +2024/06/06 16:40:33 [notice] 26#26: getrlimit(RLIMIT_NOFILE): 1048576:1048576 +2024/06/06 16:40:33 [notice] 26#26: start worker processes +2024/06/06 16:40:33 [notice] 26#26: start worker process 32 +2024/06/06 16:40:33 [notice] 26#26: start worker process 33 +2024/06/06 16:40:33 [notice] 26#26: start worker process 34 +2024/06/06 16:40:33 [notice] 26#26: start worker process 35 +2024/06/06 16:40:33 [notice] 26#26: start worker process 36 +2024/06/06 16:40:33 [notice] 26#26: start worker process 37 +2024/06/06 16:40:33 [notice] 26#26: start worker process 38 +2024/06/06 16:40:33 [notice] 26#26: start worker process 39 +2024/06/06 16:40:33 [notice] 26#26: start worker process 40 +2024/06/06 16:40:33 [notice] 26#26: start worker process 41 +2024/06/06 16:40:33 [notice] 26#26: start worker process 42 +2024/06/06 16:40:33 [notice] 26#26: start worker process 43 +2024/06/06 16:40:33 [notice] 26#26: start worker process 44 +2024/06/06 16:40:33 [notice] 26#26: start worker process 45 +2024/06/06 16:40:33 [notice] 26#26: start worker process 46 +2024/06/06 16:40:33 [notice] 26#26: start worker process 47 +2024/06/06 16:40:34 [notice] 26#26: signal 1 (SIGHUP) received from 7, reconfiguring +2024/06/06 16:40:34 [notice] 26#26: reconfiguring +2024/06/06 16:40:34 [notice] 26#26: using the "epoll" event method +2024/06/06 16:40:34 [notice] 26#26: start worker processes +2024/06/06 16:40:34 [notice] 26#26: start worker process 52 +2024/06/06 16:40:34 [notice] 26#26: start worker process 53 +2024/06/06 16:40:34 [notice] 26#26: start worker process 54 +2024/06/06 16:40:34 [notice] 26#26: start worker process 55 +2024/06/06 16:40:34 [notice] 26#26: start worker process 56 +2024/06/06 16:40:34 [notice] 26#26: start worker process 57 +2024/06/06 16:40:34 [notice] 26#26: start worker process 58 +2024/06/06 16:40:34 [notice] 26#26: start worker process 59 +2024/06/06 16:40:34 [notice] 26#26: start worker process 60 +2024/06/06 16:40:34 [notice] 26#26: start worker process 61 +2024/06/06 16:40:34 [notice] 26#26: start worker process 62 +2024/06/06 16:40:34 [notice] 26#26: start worker process 63 +2024/06/06 16:40:34 [notice] 26#26: start worker process 64 +2024/06/06 16:40:34 [notice] 26#26: start worker process 65 +2024/06/06 16:40:34 [notice] 26#26: start worker process 66 +2024/06/06 16:40:34 [notice] 26#26: start worker process 67 +2024/06/06 16:40:34 [notice] 33#33: gracefully shutting down +2024/06/06 16:40:34 [notice] 32#32: gracefully shutting down +2024/06/06 16:40:34 [notice] 33#33: exiting +2024/06/06 16:40:34 [notice] 34#34: gracefully shutting down +2024/06/06 16:40:34 [notice] 32#32: exiting +2024/06/06 16:40:34 [notice] 37#37: gracefully shutting down +2024/06/06 16:40:34 [notice] 34#34: exiting +2024/06/06 16:40:34 [notice] 37#37: exiting +2024/06/06 16:40:34 [notice] 38#38: gracefully shutting down +2024/06/06 16:40:34 [notice] 40#40: gracefully shutting down +2024/06/06 16:40:34 [notice] 36#36: gracefully shutting down +2024/06/06 16:40:34 [notice] 38#38: exiting +2024/06/06 16:40:34 [notice] 26#26: signal 1 (SIGHUP) received from 7, reconfiguring +2024/06/06 16:40:34 [notice] 43#43: gracefully shutting down +2024/06/06 16:40:34 [notice] 42#42: gracefully shutting down +2024/06/06 16:40:34 [notice] 26#26: reconfiguring +2024/06/06 16:40:34 [notice] 40#40: exiting +2024/06/06 16:40:34 [notice] 43#43: exiting +2024/06/06 16:40:34 [notice] 36#36: exiting +2024/06/06 16:40:34 [notice] 42#42: exiting +2024/06/06 16:40:34 [notice] 39#39: gracefully shutting down +2024/06/06 16:40:34 [notice] 45#45: gracefully shutting down +2024/06/06 16:40:34 [notice] 39#39: exiting +2024/06/06 16:40:34 [notice] 46#46: gracefully shutting down +2024/06/06 16:40:34 [notice] 47#47: gracefully shutting down +2024/06/06 16:40:34 [notice] 46#46: exiting +2024/06/06 16:40:34 [notice] 47#47: exiting +2024/06/06 16:40:34 [notice] 45#45: exiting +2024/06/06 16:40:34 [notice] 44#44: gracefully shutting down +2024/06/06 16:40:34 [notice] 44#44: exiting +2024/06/06 16:40:34 [notice] 41#41: gracefully shutting down +2024/06/06 16:40:34 [notice] 32#32: exit +2024/06/06 16:40:34 [notice] 41#41: exiting +2024/06/06 16:40:34 [notice] 34#34: exit +2024/06/06 16:40:34 [notice] 33#33: exit +2024/06/06 16:40:34 [notice] 37#37: exit +2024/06/06 16:40:34 [notice] 38#38: exit +2024/06/06 16:40:34 [notice] 43#43: exit +2024/06/06 16:40:34 [notice] 46#46: exit +2024/06/06 16:40:34 [notice] 36#36: exit +2024/06/06 16:40:34 [notice] 44#44: exit +2024/06/06 16:40:34 [notice] 40#40: exit +2024/06/06 16:40:34 [notice] 39#39: exit +2024/06/06 16:40:34 [notice] 47#47: exit +2024/06/06 16:40:34 [notice] 45#45: exit +2024/06/06 16:40:34 [notice] 42#42: exit +2024/06/06 16:40:34 [notice] 41#41: exit +2024/06/06 16:40:34 [notice] 35#35: gracefully shutting down +2024/06/06 16:40:34 [notice] 35#35: exiting +2024/06/06 16:40:34 [notice] 35#35: exit +2024/06/06 16:40:34 [notice] 26#26: using the "epoll" event method +2024/06/06 16:40:34 [notice] 26#26: start worker processes +2024/06/06 16:40:34 [notice] 26#26: start worker process 68 +2024/06/06 16:40:34 [notice] 26#26: start worker process 69 +2024/06/06 16:40:34 [notice] 26#26: start worker process 70 +2024/06/06 16:40:34 [notice] 26#26: start worker process 71 +2024/06/06 16:40:34 [notice] 26#26: start worker process 72 +2024/06/06 16:40:34 [notice] 26#26: start worker process 73 +2024/06/06 16:40:34 [notice] 26#26: start worker process 74 +2024/06/06 16:40:34 [notice] 26#26: start worker process 75 +2024/06/06 16:40:34 [notice] 26#26: start worker process 76 +2024/06/06 16:40:34 [notice] 26#26: start worker process 77 +2024/06/06 16:40:34 [notice] 26#26: start worker process 78 +2024/06/06 16:40:34 [notice] 26#26: start worker process 79 +2024/06/06 16:40:34 [notice] 26#26: start worker process 80 +2024/06/06 16:40:34 [notice] 26#26: start worker process 81 +2024/06/06 16:40:34 [notice] 26#26: start worker process 82 +2024/06/06 16:40:34 [notice] 26#26: start worker process 83 +2024/06/06 16:40:34 [notice] 52#52: gracefully shutting down +2024/06/06 16:40:34 [notice] 55#55: gracefully shutting down +2024/06/06 16:40:34 [notice] 54#54: gracefully shutting down +2024/06/06 16:40:34 [notice] 55#55: exiting +2024/06/06 16:40:34 [notice] 57#57: gracefully shutting down +2024/06/06 16:40:34 [notice] 54#54: exiting +2024/06/06 16:40:34 [notice] 52#52: exiting +2024/06/06 16:40:34 [notice] 56#56: gracefully shutting down +2024/06/06 16:40:34 [notice] 58#58: gracefully shutting down +2024/06/06 16:40:34 [notice] 53#53: gracefully shutting down +2024/06/06 16:40:34 [notice] 59#59: gracefully shutting down +2024/06/06 16:40:34 [notice] 56#56: exiting +2024/06/06 16:40:34 [notice] 53#53: exiting +2024/06/06 16:40:34 [notice] 57#57: exiting +2024/06/06 16:40:34 [notice] 59#59: exiting +2024/06/06 16:40:34 [notice] 58#58: exiting +2024/06/06 16:40:34 [notice] 61#61: gracefully shutting down +2024/06/06 16:40:34 [notice] 60#60: gracefully shutting down +2024/06/06 16:40:34 [notice] 63#63: gracefully shutting down +2024/06/06 16:40:34 [notice] 65#65: gracefully shutting down +2024/06/06 16:40:34 [notice] 64#64: gracefully shutting down +2024/06/06 16:40:34 [notice] 61#61: exiting +2024/06/06 16:40:34 [notice] 66#66: gracefully shutting down +2024/06/06 16:40:34 [notice] 62#62: gracefully shutting down +2024/06/06 16:40:34 [notice] 60#60: exiting +2024/06/06 16:40:34 [notice] 65#65: exiting +2024/06/06 16:40:34 [notice] 63#63: exiting +2024/06/06 16:40:34 [notice] 64#64: exiting +2024/06/06 16:40:34 [notice] 66#66: exiting +2024/06/06 16:40:34 [notice] 62#62: exiting +2024/06/06 16:40:34 [notice] 55#55: exit +2024/06/06 16:40:34 [notice] 60#60: exit +2024/06/06 16:40:34 [notice] 52#52: exit +2024/06/06 16:40:34 [notice] 54#54: exit +2024/06/06 16:40:34 [notice] 56#56: exit +2024/06/06 16:40:34 [notice] 58#58: exit +2024/06/06 16:40:34 [notice] 66#66: exit +2024/06/06 16:40:34 [notice] 57#57: exit +2024/06/06 16:40:34 [notice] 63#63: exit +2024/06/06 16:40:34 [notice] 62#62: exit +2024/06/06 16:40:34 [notice] 59#59: exit +2024/06/06 16:40:34 [notice] 65#65: exit +2024/06/06 16:40:34 [notice] 61#61: exit +2024/06/06 16:40:34 [notice] 64#64: exit +2024/06/06 16:40:34 [notice] 53#53: exit +2024/06/06 16:40:34 [notice] 26#26: signal 17 (SIGCHLD) received from 42 +2024/06/06 16:40:34 [notice] 26#26: worker process 32 exited with code 0 +2024/06/06 16:40:34 [notice] 26#26: worker process 33 exited with code 0 +2024/06/06 16:40:34 [notice] 26#26: worker process 34 exited with code 0 +2024/06/06 16:40:34 [notice] 26#26: worker process 35 exited with code 0 +2024/06/06 16:40:34 [notice] 26#26: worker process 36 exited with code 0 +2024/06/06 16:40:34 [notice] 26#26: worker process 37 exited with code 0 +2024/06/06 16:40:34 [notice] 26#26: worker process 38 exited with code 0 +2024/06/06 16:40:34 [notice] 26#26: worker process 39 exited with code 0 +2024/06/06 16:40:34 [notice] 26#26: worker process 40 exited with code 0 +2024/06/06 16:40:34 [notice] 26#26: worker process 41 exited with code 0 +2024/06/06 16:40:34 [notice] 26#26: worker process 42 exited with code 0 +2024/06/06 16:40:34 [notice] 26#26: worker process 43 exited with code 0 +2024/06/06 16:40:34 [notice] 26#26: worker process 44 exited with code 0 +2024/06/06 16:40:34 [notice] 26#26: worker process 45 exited with code 0 +2024/06/06 16:40:34 [notice] 26#26: worker process 46 exited with code 0 +2024/06/06 16:40:34 [notice] 26#26: worker process 47 exited with code 0 +2024/06/06 16:40:34 [notice] 26#26: signal 29 (SIGIO) received +2024/06/06 16:40:34 [notice] 67#67: gracefully shutting down +2024/06/06 16:40:34 [notice] 67#67: exiting +2024/06/06 16:40:34 [notice] 67#67: exit +2024/06/06 16:40:34 [notice] 26#26: signal 17 (SIGCHLD) received from 58 +2024/06/06 16:40:34 [notice] 26#26: worker process 58 exited with code 0 +2024/06/06 16:40:34 [notice] 26#26: signal 29 (SIGIO) received +2024/06/06 16:40:34 [notice] 26#26: signal 17 (SIGCHLD) received from 61 +2024/06/06 16:40:34 [notice] 26#26: worker process 55 exited with code 0 +2024/06/06 16:40:34 [notice] 26#26: worker process 61 exited with code 0 +2024/06/06 16:40:34 [notice] 26#26: signal 29 (SIGIO) received +2024/06/06 16:40:34 [notice] 26#26: signal 17 (SIGCHLD) received from 54 +2024/06/06 16:40:34 [notice] 26#26: worker process 54 exited with code 0 +2024/06/06 16:40:34 [notice] 26#26: worker process 66 exited with code 0 +2024/06/06 16:40:34 [notice] 26#26: signal 29 (SIGIO) received +2024/06/06 16:40:34 [notice] 26#26: signal 17 (SIGCHLD) received from 65 +2024/06/06 16:40:34 [notice] 26#26: worker process 60 exited with code 0 +2024/06/06 16:40:34 [notice] 26#26: worker process 63 exited with code 0 +2024/06/06 16:40:34 [notice] 26#26: worker process 65 exited with code 0 +2024/06/06 16:40:34 [notice] 26#26: signal 29 (SIGIO) received +2024/06/06 16:40:34 [notice] 26#26: signal 17 (SIGCHLD) received from 52 +2024/06/06 16:40:34 [notice] 26#26: worker process 52 exited with code 0 +2024/06/06 16:40:34 [notice] 26#26: signal 29 (SIGIO) received +2024/06/06 16:40:34 [notice] 26#26: signal 17 (SIGCHLD) received from 59 +2024/06/06 16:40:34 [notice] 26#26: worker process 59 exited with code 0 +2024/06/06 16:40:34 [notice] 26#26: signal 29 (SIGIO) received +2024/06/06 16:40:34 [notice] 26#26: signal 17 (SIGCHLD) received from 56 +2024/06/06 16:40:34 [notice] 26#26: worker process 56 exited with code 0 +2024/06/06 16:40:34 [notice] 26#26: worker process 64 exited with code 0 +2024/06/06 16:40:34 [notice] 26#26: worker process 67 exited with code 0 +2024/06/06 16:40:34 [notice] 26#26: signal 29 (SIGIO) received +2024/06/06 16:40:34 [notice] 26#26: signal 17 (SIGCHLD) received from 67 +2024/06/06 16:40:34 [notice] 26#26: worker process 57 exited with code 0 +2024/06/06 16:40:34 [notice] 26#26: signal 29 (SIGIO) received +2024/06/06 16:40:34 [notice] 26#26: signal 17 (SIGCHLD) received from 53 +2024/06/06 16:40:34 [notice] 26#26: worker process 53 exited with code 0 +2024/06/06 16:40:34 [notice] 26#26: signal 29 (SIGIO) received +2024/06/06 16:40:34 [notice] 26#26: signal 17 (SIGCHLD) received from 62 +2024/06/06 16:40:34 [notice] 26#26: worker process 62 exited with code 0 +2024/06/06 16:40:34 [notice] 26#26: signal 29 (SIGIO) received +2024/06/06 16:41:32 [notice] 26#26: signal 1 (SIGHUP) received from 7, reconfiguring +2024/06/06 16:41:32 [notice] 26#26: reconfiguring +2024/06/06 16:41:32 [notice] 26#26: using the "epoll" event method +2024/06/06 16:41:32 [notice] 26#26: start worker processes +2024/06/06 16:41:32 [notice] 26#26: start worker process 87 +2024/06/06 16:41:32 [notice] 26#26: start worker process 88 +2024/06/06 16:41:32 [notice] 26#26: start worker process 89 +2024/06/06 16:41:32 [notice] 26#26: start worker process 90 +2024/06/06 16:41:32 [notice] 26#26: start worker process 91 +2024/06/06 16:41:32 [notice] 26#26: start worker process 92 +2024/06/06 16:41:32 [notice] 26#26: start worker process 93 +2024/06/06 16:41:32 [notice] 26#26: start worker process 94 +2024/06/06 16:41:32 [notice] 26#26: start worker process 95 +2024/06/06 16:41:32 [notice] 26#26: start worker process 96 +2024/06/06 16:41:32 [notice] 26#26: start worker process 97 +2024/06/06 16:41:32 [notice] 26#26: start worker process 98 +2024/06/06 16:41:32 [notice] 26#26: start worker process 99 +2024/06/06 16:41:32 [notice] 26#26: start worker process 100 +2024/06/06 16:41:32 [notice] 26#26: start worker process 101 +2024/06/06 16:41:32 [notice] 26#26: start worker process 102 +2024/06/06 16:41:32 [notice] 68#68: gracefully shutting down +2024/06/06 16:41:32 [notice] 71#71: gracefully shutting down +2024/06/06 16:41:32 [notice] 70#70: gracefully shutting down +2024/06/06 16:41:32 [notice] 72#72: gracefully shutting down +2024/06/06 16:41:32 [notice] 71#71: exiting +2024/06/06 16:41:32 [notice] 70#70: exiting +2024/06/06 16:41:32 [notice] 72#72: exiting +2024/06/06 16:41:32 [notice] 73#73: gracefully shutting down +2024/06/06 16:41:32 [notice] 74#74: gracefully shutting down +2024/06/06 16:41:32 [notice] 69#69: gracefully shutting down +2024/06/06 16:41:32 [notice] 68#68: exiting +2024/06/06 16:41:32 [notice] 77#77: gracefully shutting down +2024/06/06 16:41:32 [notice] 73#73: exiting +2024/06/06 16:41:32 [notice] 74#74: exiting +2024/06/06 16:41:32 [notice] 75#75: gracefully shutting down +2024/06/06 16:41:32 [notice] 78#78: gracefully shutting down +2024/06/06 16:41:32 [notice] 77#77: exiting +2024/06/06 16:41:32 [notice] 69#69: exiting +2024/06/06 16:41:32 [notice] 76#76: gracefully shutting down +2024/06/06 16:41:32 [notice] 75#75: exiting +2024/06/06 16:41:32 [notice] 82#82: gracefully shutting down +2024/06/06 16:41:32 [notice] 78#78: exiting +2024/06/06 16:41:32 [notice] 79#79: gracefully shutting down +2024/06/06 16:41:32 [notice] 76#76: exiting +2024/06/06 16:41:32 [notice] 80#80: gracefully shutting down +2024/06/06 16:41:32 [notice] 82#82: exiting +2024/06/06 16:41:32 [notice] 80#80: exiting +2024/06/06 16:41:32 [notice] 81#81: gracefully shutting down +2024/06/06 16:41:32 [notice] 79#79: exiting +2024/06/06 16:41:32 [notice] 81#81: exiting +2024/06/06 16:41:32 [notice] 72#72: exit +2024/06/06 16:41:32 [notice] 74#74: exit +2024/06/06 16:41:32 [notice] 70#70: exit +2024/06/06 16:41:32 [notice] 77#77: exit +2024/06/06 16:41:32 [notice] 73#73: exit +2024/06/06 16:41:32 [notice] 71#71: exit +2024/06/06 16:41:32 [notice] 79#79: exit +2024/06/06 16:41:32 [notice] 78#78: exit +2024/06/06 16:41:32 [notice] 80#80: exit +2024/06/06 16:41:32 [notice] 69#69: exit +2024/06/06 16:41:32 [notice] 82#82: exit +2024/06/06 16:41:32 [notice] 81#81: exit +2024/06/06 16:41:32 [notice] 76#76: exit +2024/06/06 16:41:32 [notice] 75#75: exit +2024/06/06 16:41:32 [notice] 68#68: exit +2024/06/06 16:41:32 [notice] 83#83: gracefully shutting down +2024/06/06 16:41:32 [notice] 83#83: exiting +2024/06/06 16:41:32 [notice] 83#83: exit +2024/06/06 16:41:32 [notice] 26#26: signal 17 (SIGCHLD) received from 82 +2024/06/06 16:41:32 [notice] 26#26: worker process 82 exited with code 0 +2024/06/06 16:41:32 [notice] 26#26: signal 29 (SIGIO) received +2024/06/06 16:41:32 [notice] 26#26: signal 17 (SIGCHLD) received from 79 +2024/06/06 16:41:32 [notice] 26#26: worker process 79 exited with code 0 +2024/06/06 16:41:32 [notice] 26#26: worker process 78 exited with code 0 +2024/06/06 16:41:32 [notice] 26#26: signal 29 (SIGIO) received +2024/06/06 16:41:32 [notice] 26#26: signal 17 (SIGCHLD) received from 78 +2024/06/06 16:41:32 [notice] 26#26: worker process 70 exited with code 0 +2024/06/06 16:41:32 [notice] 26#26: worker process 71 exited with code 0 +2024/06/06 16:41:32 [notice] 26#26: worker process 74 exited with code 0 +2024/06/06 16:41:32 [notice] 26#26: worker process 76 exited with code 0 +2024/06/06 16:41:32 [notice] 26#26: worker process 80 exited with code 0 +2024/06/06 16:41:32 [notice] 26#26: signal 1 (SIGHUP) received from 7, reconfiguring +2024/06/06 16:41:32 [notice] 26#26: reconfiguring +2024/06/06 16:41:32 [notice] 26#26: using the "epoll" event method +2024/06/06 16:41:32 [notice] 26#26: start worker processes +2024/06/06 16:41:32 [notice] 26#26: start worker process 103 +2024/06/06 16:41:32 [notice] 26#26: start worker process 104 +2024/06/06 16:41:32 [notice] 26#26: start worker process 105 +2024/06/06 16:41:32 [notice] 26#26: start worker process 106 +2024/06/06 16:41:32 [notice] 26#26: start worker process 107 +2024/06/06 16:41:32 [notice] 26#26: start worker process 108 +2024/06/06 16:41:32 [notice] 26#26: start worker process 109 +2024/06/06 16:41:32 [notice] 26#26: start worker process 110 +2024/06/06 16:41:32 [notice] 26#26: start worker process 111 +2024/06/06 16:41:32 [notice] 26#26: start worker process 112 +2024/06/06 16:41:32 [notice] 26#26: start worker process 113 +2024/06/06 16:41:32 [notice] 26#26: start worker process 114 +2024/06/06 16:41:32 [notice] 26#26: start worker process 115 +2024/06/06 16:41:32 [notice] 26#26: start worker process 116 +2024/06/06 16:41:32 [notice] 26#26: start worker process 117 +2024/06/06 16:41:32 [notice] 26#26: start worker process 118 +2024/06/06 16:41:32 [notice] 87#87: gracefully shutting down +2024/06/06 16:41:32 [notice] 88#88: gracefully shutting down +2024/06/06 16:41:32 [notice] 89#89: gracefully shutting down +2024/06/06 16:41:32 [notice] 90#90: gracefully shutting down +2024/06/06 16:41:32 [notice] 91#91: gracefully shutting down +2024/06/06 16:41:32 [notice] 92#92: gracefully shutting down +2024/06/06 16:41:32 [notice] 89#89: exiting +2024/06/06 16:41:32 [notice] 88#88: exiting +2024/06/06 16:41:32 [notice] 90#90: exiting +2024/06/06 16:41:32 [notice] 92#92: exiting +2024/06/06 16:41:32 [notice] 91#91: exiting +2024/06/06 16:41:32 [notice] 87#87: exiting +2024/06/06 16:41:32 [notice] 95#95: gracefully shutting down +2024/06/06 16:41:32 [notice] 94#94: gracefully shutting down +2024/06/06 16:41:32 [notice] 97#97: gracefully shutting down +2024/06/06 16:41:32 [notice] 93#93: gracefully shutting down +2024/06/06 16:41:32 [notice] 96#96: gracefully shutting down +2024/06/06 16:41:32 [notice] 95#95: exiting +2024/06/06 16:41:32 [notice] 94#94: exiting +2024/06/06 16:41:32 [notice] 97#97: exiting +2024/06/06 16:41:32 [notice] 93#93: exiting +2024/06/06 16:41:32 [notice] 96#96: exiting +2024/06/06 16:41:32 [notice] 101#101: gracefully shutting down +2024/06/06 16:41:32 [notice] 101#101: exiting +2024/06/06 16:41:32 [notice] 98#98: gracefully shutting down +2024/06/06 16:41:32 [notice] 98#98: exiting +2024/06/06 16:41:32 [notice] 100#100: gracefully shutting down +2024/06/06 16:41:32 [notice] 100#100: exiting +2024/06/06 16:41:32 [notice] 26#26: signal 29 (SIGIO) received +2024/06/06 16:41:32 [notice] 26#26: signal 17 (SIGCHLD) received from 75 +2024/06/06 16:41:32 [notice] 26#26: worker process 68 exited with code 0 +2024/06/06 16:41:32 [notice] 26#26: worker process 69 exited with code 0 +2024/06/06 16:41:32 [notice] 26#26: worker process 72 exited with code 0 +2024/06/06 16:41:32 [notice] 26#26: worker process 73 exited with code 0 +2024/06/06 16:41:32 [notice] 26#26: worker process 75 exited with code 0 +2024/06/06 16:41:32 [notice] 26#26: worker process 77 exited with code 0 +2024/06/06 16:41:32 [notice] 26#26: worker process 81 exited with code 0 +2024/06/06 16:41:32 [notice] 26#26: worker process 83 exited with code 0 +2024/06/06 16:41:32 [notice] 99#99: gracefully shutting down +2024/06/06 16:41:32 [notice] 99#99: exiting +2024/06/06 16:41:32 [notice] 102#102: gracefully shutting down +2024/06/06 16:41:32 [notice] 102#102: exiting +2024/06/06 16:41:32 [notice] 91#91: exit +2024/06/06 16:41:32 [notice] 90#90: exit +2024/06/06 16:41:32 [notice] 87#87: exit +2024/06/06 16:41:32 [notice] 88#88: exit +2024/06/06 16:41:32 [notice] 97#97: exit +2024/06/06 16:41:32 [notice] 95#95: exit +2024/06/06 16:41:32 [notice] 26#26: signal 29 (SIGIO) received +2024/06/06 16:41:32 [notice] 101#101: exit +2024/06/06 16:41:32 [notice] 94#94: exit +2024/06/06 16:41:32 [notice] 100#100: exit +2024/06/06 16:41:32 [notice] 89#89: exit +2024/06/06 16:41:32 [notice] 93#93: exit +2024/06/06 16:41:32 [notice] 96#96: exit +2024/06/06 16:41:32 [notice] 98#98: exit +2024/06/06 16:41:32 [notice] 99#99: exit +2024/06/06 16:41:32 [notice] 102#102: exit +2024/06/06 16:41:32 [notice] 92#92: exit +2024/06/06 16:41:32 [notice] 26#26: signal 17 (SIGCHLD) received from 101 +2024/06/06 16:41:32 [notice] 26#26: worker process 101 exited with code 0 +2024/06/06 16:41:32 [notice] 26#26: signal 29 (SIGIO) received +2024/06/06 16:41:32 [notice] 26#26: signal 1 (SIGHUP) received from 7, reconfiguring +2024/06/06 16:41:32 [notice] 26#26: reconfiguring +2024/06/06 16:41:32 [notice] 26#26: using the "epoll" event method +2024/06/06 16:41:32 [notice] 26#26: start worker processes +2024/06/06 16:41:32 [notice] 26#26: start worker process 119 +2024/06/06 16:41:32 [notice] 26#26: start worker process 120 +2024/06/06 16:41:32 [notice] 26#26: start worker process 121 +2024/06/06 16:41:32 [notice] 26#26: start worker process 122 +2024/06/06 16:41:32 [notice] 26#26: start worker process 123 +2024/06/06 16:41:32 [notice] 26#26: start worker process 124 +2024/06/06 16:41:32 [notice] 26#26: start worker process 125 +2024/06/06 16:41:32 [notice] 26#26: start worker process 126 +2024/06/06 16:41:32 [notice] 26#26: start worker process 127 +2024/06/06 16:41:32 [notice] 26#26: start worker process 128 +2024/06/06 16:41:32 [notice] 26#26: start worker process 129 +2024/06/06 16:41:32 [notice] 26#26: start worker process 130 +2024/06/06 16:41:32 [notice] 26#26: start worker process 131 +2024/06/06 16:41:32 [notice] 26#26: start worker process 132 +2024/06/06 16:41:32 [notice] 26#26: start worker process 133 +2024/06/06 16:41:32 [notice] 26#26: start worker process 134 +2024/06/06 16:41:32 [notice] 103#103: gracefully shutting down +2024/06/06 16:41:32 [notice] 104#104: gracefully shutting down +2024/06/06 16:41:32 [notice] 105#105: gracefully shutting down +2024/06/06 16:41:32 [notice] 106#106: gracefully shutting down +2024/06/06 16:41:32 [notice] 104#104: exiting +2024/06/06 16:41:32 [notice] 105#105: exiting +2024/06/06 16:41:32 [notice] 107#107: gracefully shutting down +2024/06/06 16:41:32 [notice] 106#106: exiting +2024/06/06 16:41:32 [notice] 107#107: exiting +2024/06/06 16:41:32 [notice] 108#108: gracefully shutting down +2024/06/06 16:41:32 [notice] 103#103: exiting +2024/06/06 16:41:32 [notice] 108#108: exiting +2024/06/06 16:41:32 [notice] 26#26: signal 17 (SIGCHLD) received from 100 +2024/06/06 16:41:32 [notice] 110#110: gracefully shutting down +2024/06/06 16:41:32 [notice] 26#26: worker process 87 exited with code 0 +2024/06/06 16:41:32 [notice] 113#113: gracefully shutting down +2024/06/06 16:41:32 [notice] 26#26: worker process 88 exited with code 0 +2024/06/06 16:41:32 [notice] 109#109: gracefully shutting down +2024/06/06 16:41:32 [notice] 111#111: gracefully shutting down +2024/06/06 16:41:32 [notice] 116#116: gracefully shutting down +2024/06/06 16:41:32 [notice] 26#26: worker process 89 exited with code 0 +2024/06/06 16:41:32 [notice] 115#115: gracefully shutting down +2024/06/06 16:41:32 [notice] 114#114: gracefully shutting down +2024/06/06 16:41:32 [notice] 26#26: worker process 90 exited with code 0 +2024/06/06 16:41:32 [notice] 26#26: worker process 91 exited with code 0 +2024/06/06 16:41:32 [notice] 110#110: exiting +2024/06/06 16:41:32 [notice] 26#26: worker process 92 exited with code 0 +2024/06/06 16:41:32 [notice] 113#113: exiting +2024/06/06 16:41:32 [notice] 26#26: worker process 93 exited with code 0 +2024/06/06 16:41:32 [notice] 116#116: exiting +2024/06/06 16:41:32 [notice] 26#26: worker process 94 exited with code 0 +2024/06/06 16:41:32 [notice] 111#111: exiting +2024/06/06 16:41:32 [notice] 109#109: exiting +2024/06/06 16:41:32 [notice] 26#26: worker process 95 exited with code 0 +2024/06/06 16:41:32 [notice] 115#115: exiting +2024/06/06 16:41:32 [notice] 114#114: exiting +2024/06/06 16:41:32 [notice] 26#26: worker process 96 exited with code 0 +2024/06/06 16:41:32 [notice] 26#26: worker process 97 exited with code 0 +2024/06/06 16:41:32 [notice] 26#26: worker process 98 exited with code 0 +2024/06/06 16:41:32 [notice] 26#26: worker process 99 exited with code 0 +2024/06/06 16:41:32 [notice] 26#26: worker process 100 exited with code 0 +2024/06/06 16:41:32 [notice] 26#26: worker process 102 exited with code 0 +2024/06/06 16:41:32 [notice] 118#118: gracefully shutting down +2024/06/06 16:41:32 [notice] 118#118: exiting +2024/06/06 16:41:32 [notice] 112#112: gracefully shutting down +2024/06/06 16:41:32 [notice] 112#112: exiting +2024/06/06 16:41:32 [notice] 103#103: exit +2024/06/06 16:41:32 [notice] 105#105: exit +2024/06/06 16:41:32 [notice] 107#107: exit +2024/06/06 16:41:32 [notice] 106#106: exit +2024/06/06 16:41:32 [notice] 104#104: exit +2024/06/06 16:41:32 [notice] 115#115: exit +2024/06/06 16:41:32 [notice] 113#113: exit +2024/06/06 16:41:32 [notice] 118#118: exit +2024/06/06 16:41:32 [notice] 109#109: exit +2024/06/06 16:41:32 [notice] 111#111: exit +2024/06/06 16:41:32 [notice] 116#116: exit +2024/06/06 16:41:32 [notice] 114#114: exit +2024/06/06 16:41:32 [notice] 26#26: signal 29 (SIGIO) received +2024/06/06 16:41:32 [notice] 117#117: gracefully shutting down +2024/06/06 16:41:32 [notice] 117#117: exiting +2024/06/06 16:41:32 [notice] 108#108: exit +2024/06/06 16:41:32 [notice] 112#112: exit +2024/06/06 16:41:32 [notice] 117#117: exit +2024/06/06 16:41:32 [notice] 110#110: exit +2024/06/06 16:41:32 [notice] 26#26: signal 17 (SIGCHLD) received from 116 +2024/06/06 16:41:32 [notice] 26#26: worker process 116 exited with code 0 +2024/06/06 16:41:32 [notice] 26#26: signal 29 (SIGIO) received +2024/06/06 16:41:32 [notice] 26#26: signal 17 (SIGCHLD) received from 109 +2024/06/06 16:41:32 [notice] 26#26: worker process 109 exited with code 0 +2024/06/06 16:41:32 [notice] 26#26: signal 29 (SIGIO) received +2024/06/06 16:41:32 [notice] 26#26: signal 17 (SIGCHLD) received from 104 +2024/06/06 16:41:32 [notice] 26#26: worker process 104 exited with code 0 +2024/06/06 16:41:32 [notice] 26#26: signal 29 (SIGIO) received +2024/06/06 16:41:32 [notice] 26#26: signal 17 (SIGCHLD) received from 117 +2024/06/06 16:41:32 [notice] 26#26: worker process 117 exited with code 0 +2024/06/06 16:41:32 [notice] 26#26: worker process 108 exited with code 0 +2024/06/06 16:41:32 [notice] 26#26: signal 29 (SIGIO) received +2024/06/06 16:41:32 [notice] 26#26: signal 17 (SIGCHLD) received from 108 +2024/06/06 16:41:32 [notice] 26#26: worker process 113 exited with code 0 +2024/06/06 16:41:32 [notice] 26#26: worker process 114 exited with code 0 +2024/06/06 16:41:32 [notice] 26#26: worker process 118 exited with code 0 +2024/06/06 16:41:32 [notice] 26#26: signal 29 (SIGIO) received +2024/06/06 16:41:32 [notice] 26#26: signal 17 (SIGCHLD) received from 106 +2024/06/06 16:41:32 [notice] 26#26: worker process 106 exited with code 0 +2024/06/06 16:41:32 [notice] 26#26: signal 29 (SIGIO) received +2024/06/06 16:41:32 [notice] 26#26: signal 17 (SIGCHLD) received from 110 +2024/06/06 16:41:32 [notice] 26#26: worker process 107 exited with code 0 +2024/06/06 16:41:32 [notice] 26#26: worker process 110 exited with code 0 +2024/06/06 16:41:32 [notice] 26#26: signal 29 (SIGIO) received +2024/06/06 16:41:32 [notice] 26#26: signal 17 (SIGCHLD) received from 112 +2024/06/06 16:41:32 [notice] 26#26: worker process 111 exited with code 0 +2024/06/06 16:41:32 [notice] 26#26: worker process 112 exited with code 0 +2024/06/06 16:41:32 [notice] 26#26: worker process 115 exited with code 0 +2024/06/06 16:41:32 [notice] 26#26: signal 29 (SIGIO) received +2024/06/06 16:41:32 [notice] 26#26: signal 17 (SIGCHLD) received from 105 +2024/06/06 16:41:32 [notice] 26#26: worker process 105 exited with code 0 +2024/06/06 16:41:32 [notice] 26#26: signal 29 (SIGIO) received +2024/06/06 16:41:32 [notice] 26#26: signal 17 (SIGCHLD) received from 103 +2024/06/06 16:41:32 [notice] 26#26: worker process 103 exited with code 0 +2024/06/06 16:41:32 [notice] 26#26: signal 29 (SIGIO) received +2024/06/06 16:41:33 [info] 119#119: *7 client unix: closed keepalive connection +2024/06/06 16:41:33 [info] 120#120: *8 client unix: closed keepalive connection +10.142.0.71 - - [06/Jun/2024:16:41:33 +0000] "GET / HTTP/1.1" 200 156 "-" "Go-http-client/1.1" +2024/06/06 16:41:33 [info] 119#119: *9 client 10.142.0.71 closed keepalive connection +10.142.0.71 - - [06/Jun/2024:16:41:33 +0000] "GET / HTTP/1.1" 200 156 "-" "Go-http-client/1.1" +2024/06/06 16:41:33 [info] 120#120: *11 client 10.142.0.71 closed keepalive connection +2024/06/06 16:41:34 [info] 121#121: *13 client unix: closed keepalive connection +2024/06/06 16:41:34 [info] 122#122: *14 client unix: closed keepalive connection +2024/06/06 16:41:34 [info] 123#123: *15 client unix: closed keepalive connection +2024/06/06 16:41:34 [info] 124#124: *16 client unix: closed keepalive connection +2024/06/06 16:41:34 [info] 125#125: *17 client unix: closed keepalive connection +2024/06/06 16:41:35 [info] 126#126: *18 client unix: closed keepalive connection +2024/06/06 16:41:35 [info] 127#127: *19 client unix: closed keepalive connection +2024/06/06 16:41:35 [info] 128#128: *20 client unix: closed keepalive connection +2024/06/06 16:41:35 [info] 129#129: *21 client unix: closed keepalive connection +2024/06/06 16:41:35 [info] 130#130: *22 client unix: closed keepalive connection +2024/06/06 16:41:35 [info] 131#131: *23 client unix: closed keepalive connection +2024/06/06 16:41:35 [info] 132#132: *24 client unix: closed keepalive connection +2024/06/06 16:41:35 [info] 133#133: *25 client unix: closed keepalive connection +2024/06/06 16:41:35 [info] 134#134: *26 client unix: closed keepalive connection +2024/06/06 16:41:35 [info] 119#119: *27 client unix: closed keepalive connection +2024/06/06 16:41:35 [info] 119#119: *28 client unix: closed keepalive connection +2024/06/06 16:41:35 [info] 119#119: *29 client unix: closed keepalive connection +2024/06/06 16:41:35 [info] 119#119: *30 client unix: closed keepalive connection +2024/06/06 16:41:35 [info] 119#119: *31 client unix: closed keepalive connection +2024/06/06 16:41:35 [info] 119#119: *32 client unix: closed keepalive connection +2024/06/06 16:41:35 [info] 119#119: *33 client unix: closed keepalive connection +2024/06/06 16:41:35 [info] 119#119: *34 client unix: closed keepalive connection +2024/06/06 16:41:35 [info] 119#119: *35 client unix: closed keepalive connection +2024/06/06 16:41:35 [info] 119#119: *36 client unix: closed keepalive connection +2024/06/06 16:41:35 [info] 119#119: *37 client unix: closed keepalive connection +2024/06/06 16:41:35 [info] 119#119: *38 client unix: closed keepalive connection +2024/06/06 16:41:35 [info] 119#119: *39 client unix: closed keepalive connection +2024/06/06 16:41:35 [info] 119#119: *40 client unix: closed keepalive connection +2024/06/06 16:41:36 [info] 119#119: *41 client unix: closed keepalive connection +2024/06/06 16:41:36 [info] 119#119: *42 client unix: closed keepalive connection +2024/06/06 16:41:36 [info] 120#120: *43 client unix: closed keepalive connection +2024/06/06 16:41:36 [info] 120#120: *44 client unix: closed keepalive connection +2024/06/06 16:41:36 [info] 120#120: *45 client unix: closed keepalive connection +2024/06/06 16:41:36 [info] 120#120: *46 client unix: closed keepalive connection +2024/06/06 16:41:36 [info] 120#120: *47 client unix: closed keepalive connection +2024/06/06 16:41:36 [info] 120#120: *48 client unix: closed keepalive connection +2024/06/06 16:41:36 [info] 120#120: *49 client unix: closed keepalive connection +2024/06/06 16:41:36 [info] 120#120: *50 client unix: closed keepalive connection +2024/06/06 16:41:36 [info] 120#120: *51 client unix: closed keepalive connection +2024/06/06 16:41:36 [info] 120#120: *52 client unix: closed keepalive connection +2024/06/06 16:41:36 [info] 120#120: *53 client unix: closed keepalive connection +2024/06/06 16:41:36 [info] 120#120: *54 client unix: closed keepalive connection +2024/06/06 16:41:36 [info] 120#120: *55 client unix: closed keepalive connection +2024/06/06 16:41:36 [info] 120#120: *56 client unix: closed keepalive connection +2024/06/06 16:41:36 [info] 120#120: *57 client unix: closed keepalive connection +2024/06/06 16:41:36 [info] 120#120: *58 client unix: closed keepalive connection +2024/06/06 16:41:36 [info] 121#121: *59 client unix: closed keepalive connection +2024/06/06 16:41:36 [info] 121#121: *60 client unix: closed keepalive connection +2024/06/06 16:41:36 [info] 121#121: *61 client unix: closed keepalive connection +2024/06/06 16:41:36 [info] 121#121: *62 client unix: closed keepalive connection +2024/06/06 16:41:36 [info] 121#121: *63 client unix: closed keepalive connection +2024/06/06 16:41:36 [info] 121#121: *64 client unix: closed keepalive connection +2024/06/06 16:41:37 [info] 121#121: *65 client unix: closed keepalive connection +2024/06/06 16:41:37 [info] 121#121: *66 client unix: closed keepalive connection +2024/06/06 16:41:37 [info] 121#121: *67 client unix: closed keepalive connection +2024/06/06 16:41:37 [info] 121#121: *68 client unix: closed keepalive connection +2024/06/06 16:41:37 [info] 121#121: *69 client unix: closed keepalive connection +2024/06/06 16:41:37 [info] 121#121: *70 client unix: closed keepalive connection +2024/06/06 16:41:37 [info] 121#121: *71 client unix: closed keepalive connection +2024/06/06 16:41:37 [info] 121#121: *72 client unix: closed keepalive connection +2024/06/06 16:41:37 [info] 121#121: *73 client unix: closed keepalive connection +2024/06/06 16:41:37 [info] 121#121: *74 client unix: closed keepalive connection +2024/06/06 16:41:37 [info] 122#122: *75 client unix: closed keepalive connection +2024/06/06 16:41:37 [info] 122#122: *76 client unix: closed keepalive connection +2024/06/06 16:41:37 [info] 122#122: *77 client unix: closed keepalive connection +2024/06/06 16:41:38 [info] 122#122: *78 client unix: closed keepalive connection +2024/06/06 16:41:38 [info] 122#122: *79 client unix: closed keepalive connection +2024/06/06 16:41:38 [info] 122#122: *80 client unix: closed keepalive connection +2024/06/06 16:41:38 [info] 122#122: *81 client unix: closed keepalive connection +2024/06/06 16:41:38 [info] 122#122: *82 client unix: closed keepalive connection +2024/06/06 16:41:38 [info] 122#122: *83 client unix: closed keepalive connection +2024/06/06 16:41:38 [info] 122#122: *84 client unix: closed keepalive connection +2024/06/06 16:41:38 [info] 122#122: *85 client unix: closed keepalive connection +2024/06/06 16:41:38 [info] 122#122: *86 client unix: closed keepalive connection +2024/06/06 16:41:38 [info] 122#122: *87 client unix: closed keepalive connection +2024/06/06 16:41:38 [info] 122#122: *88 client unix: closed keepalive connection +2024/06/06 16:41:38 [info] 122#122: *89 client unix: closed keepalive connection +2024/06/06 16:41:38 [info] 122#122: *90 client unix: closed keepalive connection +2024/06/06 16:41:38 [info] 123#123: *91 client unix: closed keepalive connection +2024/06/06 16:41:38 [info] 123#123: *92 client unix: closed keepalive connection +2024/06/06 16:41:38 [info] 123#123: *93 client unix: closed keepalive connection +2024/06/06 16:41:38 [info] 123#123: *94 client unix: closed keepalive connection +2024/06/06 16:41:38 [info] 123#123: *95 client unix: closed keepalive connection +2024/06/06 16:41:39 [info] 123#123: *96 client unix: closed keepalive connection +2024/06/06 16:41:39 [info] 123#123: *97 client unix: closed keepalive connection +2024/06/06 16:41:39 [info] 123#123: *98 client unix: closed keepalive connection +2024/06/06 16:41:39 [info] 123#123: *99 client unix: closed keepalive connection +2024/06/06 16:41:39 [info] 123#123: *100 client unix: closed keepalive connection +2024/06/06 16:41:39 [info] 123#123: *101 client unix: closed keepalive connection +2024/06/06 16:41:39 [info] 123#123: *102 client unix: closed keepalive connection +2024/06/06 16:41:39 [info] 123#123: *103 client unix: closed keepalive connection +2024/06/06 16:41:39 [info] 123#123: *104 client unix: closed keepalive connection +2024/06/06 16:41:39 [info] 123#123: *105 client unix: closed keepalive connection +2024/06/06 16:41:39 [info] 123#123: *106 client unix: closed keepalive connection +2024/06/06 16:41:39 [info] 124#124: *107 client unix: closed keepalive connection +2024/06/06 16:41:40 [info] 124#124: *108 client unix: closed keepalive connection +2024/06/06 16:41:40 [info] 124#124: *109 client unix: closed keepalive connection +2024/06/06 16:41:40 [info] 124#124: *110 client unix: closed keepalive connection +2024/06/06 16:41:40 [info] 124#124: *111 client unix: closed keepalive connection +2024/06/06 16:41:40 [info] 124#124: *112 client unix: closed keepalive connection +2024/06/06 16:41:40 [info] 124#124: *113 client unix: closed keepalive connection +2024/06/06 16:41:40 [info] 124#124: *114 client unix: closed keepalive connection +2024/06/06 16:41:40 [info] 124#124: *115 client unix: closed keepalive connection +2024/06/06 16:41:40 [info] 124#124: *116 client unix: closed keepalive connection +2024/06/06 16:41:40 [info] 124#124: *117 client unix: closed keepalive connection +2024/06/06 16:41:40 [info] 124#124: *118 client unix: closed keepalive connection +2024/06/06 16:41:40 [info] 124#124: *119 client unix: closed keepalive connection +2024/06/06 16:41:40 [info] 124#124: *120 client unix: closed keepalive connection +2024/06/06 16:41:40 [info] 124#124: *121 client unix: closed keepalive connection +2024/06/06 16:41:40 [info] 124#124: *122 client unix: closed keepalive connection +2024/06/06 16:41:40 [info] 125#125: *123 client unix: closed keepalive connection +2024/06/06 16:41:41 [info] 125#125: *124 client unix: closed keepalive connection +2024/06/06 16:41:41 [info] 125#125: *125 client unix: closed keepalive connection +2024/06/06 16:41:41 [info] 125#125: *126 client unix: closed keepalive connection +2024/06/06 16:41:41 [info] 125#125: *127 client unix: closed keepalive connection +2024/06/06 16:41:41 [info] 125#125: *128 client unix: closed keepalive connection +2024/06/06 16:41:41 [info] 125#125: *129 client unix: closed keepalive connection +2024/06/06 16:41:41 [info] 125#125: *130 client unix: closed keepalive connection +2024/06/06 16:41:41 [info] 125#125: *131 client unix: closed keepalive connection +2024/06/06 16:41:41 [info] 125#125: *132 client unix: closed keepalive connection +2024/06/06 16:41:41 [info] 125#125: *133 client unix: closed keepalive connection +2024/06/06 16:41:41 [info] 125#125: *134 client unix: closed keepalive connection +2024/06/06 16:41:41 [info] 125#125: *135 client unix: closed keepalive connection +2024/06/06 16:41:41 [info] 125#125: *136 client unix: closed keepalive connection +2024/06/06 16:41:41 [info] 125#125: *137 client unix: closed keepalive connection +2024/06/06 16:41:41 [info] 125#125: *138 client unix: closed keepalive connection +2024/06/06 16:41:41 [info] 126#126: *139 client unix: closed keepalive connection +2024/06/06 16:41:41 [info] 126#126: *140 client unix: closed keepalive connection +2024/06/06 16:41:41 [info] 126#126: *141 client unix: closed keepalive connection +2024/06/06 16:41:41 [info] 126#126: *142 client unix: closed keepalive connection +2024/06/06 16:41:41 [info] 126#126: *143 client unix: closed keepalive connection +2024/06/06 16:41:41 [info] 126#126: *144 client unix: closed keepalive connection +2024/06/06 16:41:42 [info] 126#126: *145 client unix: closed keepalive connection +2024/06/06 16:41:42 [info] 126#126: *146 client unix: closed keepalive connection +2024/06/06 16:41:42 [info] 126#126: *147 client unix: closed keepalive connection +2024/06/06 16:41:42 [info] 126#126: *148 client unix: closed keepalive connection +2024/06/06 16:41:42 [info] 126#126: *149 client unix: closed keepalive connection +2024/06/06 16:41:42 [info] 126#126: *150 client unix: closed keepalive connection +2024/06/06 16:41:42 [info] 126#126: *151 client unix: closed keepalive connection +2024/06/06 16:41:42 [info] 126#126: *152 client unix: closed keepalive connection +2024/06/06 16:41:42 [info] 126#126: *153 client unix: closed keepalive connection +2024/06/06 16:41:42 [info] 126#126: *154 client unix: closed keepalive connection +2024/06/06 16:41:42 [info] 127#127: *155 client unix: closed keepalive connection +2024/06/06 16:41:42 [info] 127#127: *156 client unix: closed keepalive connection +2024/06/06 16:41:42 [info] 127#127: *157 client unix: closed keepalive connection +2024/06/06 16:41:42 [info] 127#127: *158 client unix: closed keepalive connection +2024/06/06 16:41:42 [info] 127#127: *159 client unix: closed keepalive connection +2024/06/06 16:41:42 [info] 127#127: *160 client unix: closed keepalive connection +2024/06/06 16:41:42 [info] 127#127: *161 client unix: closed keepalive connection +2024/06/06 16:41:42 [info] 127#127: *162 client unix: closed keepalive connection +2024/06/06 16:41:42 [info] 127#127: *163 client unix: closed keepalive connection +2024/06/06 16:41:43 [info] 127#127: *164 client unix: closed keepalive connection +2024/06/06 16:41:43 [info] 127#127: *165 client unix: closed keepalive connection +2024/06/06 16:41:43 [info] 127#127: *166 client unix: closed keepalive connection +2024/06/06 16:41:43 [info] 127#127: *167 client unix: closed keepalive connection +2024/06/06 16:41:43 [info] 127#127: *168 client unix: closed keepalive connection +2024/06/06 16:41:43 [info] 127#127: *169 client unix: closed keepalive connection +2024/06/06 16:41:43 [info] 127#127: *170 client unix: closed keepalive connection +2024/06/06 16:41:43 [info] 128#128: *171 client unix: closed keepalive connection +2024/06/06 16:41:43 [info] 128#128: *172 client unix: closed keepalive connection +2024/06/06 16:41:43 [info] 128#128: *173 client unix: closed keepalive connection +2024/06/06 16:41:43 [info] 128#128: *174 client unix: closed keepalive connection +2024/06/06 16:41:43 [info] 128#128: *175 client unix: closed keepalive connection +2024/06/06 16:41:43 [info] 128#128: *176 client unix: closed keepalive connection +2024/06/06 16:41:43 [info] 128#128: *177 client unix: closed keepalive connection +2024/06/06 16:41:43 [info] 128#128: *178 client unix: closed keepalive connection +2024/06/06 16:41:43 [info] 128#128: *179 client unix: closed keepalive connection +2024/06/06 16:41:43 [info] 128#128: *180 client unix: closed keepalive connection +2024/06/06 16:41:43 [info] 128#128: *181 client unix: closed keepalive connection +2024/06/06 16:41:43 [info] 128#128: *182 client unix: closed keepalive connection +2024/06/06 16:41:43 [info] 128#128: *183 client unix: closed keepalive connection +2024/06/06 16:41:44 [info] 128#128: *184 client unix: closed keepalive connection +2024/06/06 16:41:44 [info] 128#128: *185 client unix: closed keepalive connection +2024/06/06 16:41:44 [info] 128#128: *186 client unix: closed keepalive connection +2024/06/06 16:41:44 [info] 129#129: *187 client unix: closed keepalive connection +2024/06/06 16:41:44 [info] 129#129: *188 client unix: closed keepalive connection +2024/06/06 16:41:44 [info] 129#129: *189 client unix: closed keepalive connection +2024/06/06 16:41:44 [info] 129#129: *190 client unix: closed keepalive connection +2024/06/06 16:41:44 [info] 129#129: *191 client unix: closed keepalive connection +2024/06/06 16:41:44 [info] 129#129: *192 client unix: closed keepalive connection +2024/06/06 16:41:44 [info] 129#129: *193 client unix: closed keepalive connection +2024/06/06 16:41:44 [info] 129#129: *194 client unix: closed keepalive connection +2024/06/06 16:41:44 [info] 129#129: *195 client unix: closed keepalive connection +2024/06/06 16:41:44 [info] 129#129: *196 client unix: closed keepalive connection +2024/06/06 16:41:44 [info] 129#129: *197 client unix: closed keepalive connection +2024/06/06 16:41:44 [info] 129#129: *198 client unix: closed keepalive connection +2024/06/06 16:41:44 [info] 129#129: *199 client unix: closed keepalive connection +2024/06/06 16:41:44 [info] 129#129: *200 client unix: closed keepalive connection +2024/06/06 16:41:44 [info] 129#129: *201 client unix: closed keepalive connection +2024/06/06 16:41:44 [info] 129#129: *202 client unix: closed keepalive connection +2024/06/06 16:41:45 [info] 130#130: *203 client unix: closed keepalive connection +2024/06/06 16:41:45 [info] 130#130: *204 client unix: closed keepalive connection +2024/06/06 16:41:45 [info] 130#130: *205 client unix: closed keepalive connection +2024/06/06 16:41:45 [info] 130#130: *206 client unix: closed keepalive connection +2024/06/06 16:41:45 [info] 130#130: *207 client unix: closed keepalive connection +2024/06/06 16:41:45 [info] 130#130: *208 client unix: closed keepalive connection +2024/06/06 16:41:45 [info] 130#130: *209 client unix: closed keepalive connection +2024/06/06 16:41:45 [info] 130#130: *210 client unix: closed keepalive connection +2024/06/06 16:41:45 [info] 130#130: *211 client unix: closed keepalive connection +2024/06/06 16:41:45 [info] 130#130: *212 client unix: closed keepalive connection +2024/06/06 16:41:45 [info] 130#130: *213 client unix: closed keepalive connection +2024/06/06 16:41:45 [info] 130#130: *214 client unix: closed keepalive connection +2024/06/06 16:41:45 [info] 130#130: *215 client unix: closed keepalive connection +2024/06/06 16:41:45 [info] 130#130: *216 client unix: closed keepalive connection +2024/06/06 16:41:45 [info] 130#130: *217 client unix: closed keepalive connection +2024/06/06 16:41:45 [info] 130#130: *218 client unix: closed keepalive connection +2024/06/06 16:41:45 [info] 131#131: *219 client unix: closed keepalive connection +2024/06/06 16:41:45 [info] 131#131: *220 client unix: closed keepalive connection +2024/06/06 16:41:45 [info] 131#131: *221 client unix: closed keepalive connection +2024/06/06 16:41:45 [info] 131#131: *222 client unix: closed keepalive connection +2024/06/06 16:41:45 [info] 131#131: *223 client unix: closed keepalive connection +2024/06/06 16:41:45 [info] 131#131: *224 client unix: closed keepalive connection +2024/06/06 16:41:45 [info] 131#131: *225 client unix: closed keepalive connection +2024/06/06 16:41:45 [info] 131#131: *226 client unix: closed keepalive connection +2024/06/06 16:41:46 [info] 131#131: *227 client unix: closed keepalive connection +2024/06/06 16:41:46 [info] 131#131: *228 client unix: closed keepalive connection +2024/06/06 16:41:46 [info] 131#131: *229 client unix: closed keepalive connection +2024/06/06 16:41:46 [info] 131#131: *230 client unix: closed keepalive connection +2024/06/06 16:41:46 [info] 131#131: *231 client unix: closed keepalive connection +2024/06/06 16:41:46 [info] 131#131: *232 client unix: closed keepalive connection +2024/06/06 16:41:46 [info] 131#131: *233 client unix: closed keepalive connection +2024/06/06 16:41:46 [info] 131#131: *234 client unix: closed keepalive connection +2024/06/06 16:41:46 [info] 132#132: *235 client unix: closed keepalive connection +2024/06/06 16:41:46 [info] 132#132: *236 client unix: closed keepalive connection +2024/06/06 16:41:46 [info] 132#132: *237 client unix: closed keepalive connection +2024/06/06 16:41:46 [info] 132#132: *238 client unix: closed keepalive connection +2024/06/06 16:41:46 [info] 132#132: *239 client unix: closed keepalive connection +2024/06/06 16:41:46 [info] 132#132: *240 client unix: closed keepalive connection +2024/06/06 16:41:46 [info] 132#132: *241 client unix: closed keepalive connection +2024/06/06 16:41:46 [info] 132#132: *242 client unix: closed keepalive connection +2024/06/06 16:41:46 [info] 132#132: *243 client unix: closed keepalive connection +2024/06/06 16:41:46 [info] 132#132: *244 client unix: closed keepalive connection +2024/06/06 16:41:46 [info] 132#132: *245 client unix: closed keepalive connection +2024/06/06 16:41:46 [info] 132#132: *246 client unix: closed keepalive connection +2024/06/06 16:41:47 [info] 132#132: *247 client unix: closed keepalive connection +2024/06/06 16:41:47 [info] 132#132: *248 client unix: closed keepalive connection +2024/06/06 16:41:47 [info] 132#132: *249 client unix: closed keepalive connection +2024/06/06 16:41:47 [info] 132#132: *250 client unix: closed keepalive connection +2024/06/06 16:41:47 [info] 133#133: *251 client unix: closed keepalive connection +2024/06/06 16:41:47 [info] 133#133: *252 client unix: closed keepalive connection +2024/06/06 16:41:47 [info] 133#133: *253 client unix: closed keepalive connection +2024/06/06 16:41:47 [info] 133#133: *254 client unix: closed keepalive connection +2024/06/06 16:41:47 [info] 133#133: *255 client unix: closed keepalive connection +2024/06/06 16:41:47 [info] 133#133: *256 client unix: closed keepalive connection +2024/06/06 16:41:47 [info] 133#133: *257 client unix: closed keepalive connection +2024/06/06 16:41:47 [info] 133#133: *258 client unix: closed keepalive connection +2024/06/06 16:41:47 [info] 133#133: *259 client unix: closed keepalive connection +2024/06/06 16:41:47 [info] 133#133: *260 client unix: closed keepalive connection +2024/06/06 16:41:47 [info] 133#133: *261 client unix: closed keepalive connection +2024/06/06 16:41:47 [info] 133#133: *262 client unix: closed keepalive connection +2024/06/06 16:41:47 [info] 133#133: *263 client unix: closed keepalive connection +2024/06/06 16:41:47 [info] 133#133: *264 client unix: closed keepalive connection +2024/06/06 16:41:47 [info] 133#133: *265 client unix: closed keepalive connection +2024/06/06 16:41:47 [info] 133#133: *266 client unix: closed keepalive connection +2024/06/06 16:41:47 [info] 134#134: *267 client unix: closed keepalive connection +2024/06/06 16:41:47 [info] 134#134: *268 client unix: closed keepalive connection +2024/06/06 16:41:47 [info] 134#134: *269 client unix: closed keepalive connection +2024/06/06 16:41:48 [info] 134#134: *270 client unix: closed keepalive connection +2024/06/06 16:41:48 [info] 134#134: *271 client unix: closed keepalive connection +2024/06/06 16:41:48 [info] 134#134: *272 client unix: closed keepalive connection +2024/06/06 16:41:48 [info] 134#134: *273 client unix: closed keepalive connection +2024/06/06 16:41:48 [info] 134#134: *274 client unix: closed keepalive connection +2024/06/06 16:41:48 [info] 134#134: *275 client unix: closed keepalive connection +2024/06/06 16:41:48 [info] 134#134: *276 client unix: closed keepalive connection +2024/06/06 16:41:48 [info] 134#134: *277 client unix: closed keepalive connection +2024/06/06 16:41:48 [info] 134#134: *278 client unix: closed keepalive connection +2024/06/06 16:41:48 [info] 134#134: *279 client unix: closed keepalive connection +2024/06/06 16:41:48 [info] 134#134: *280 client unix: closed keepalive connection +2024/06/06 16:41:48 [info] 134#134: *281 client unix: closed keepalive connection +2024/06/06 16:41:48 [info] 134#134: *282 client unix: closed keepalive connection +2024/06/06 16:41:48 [info] 119#119: *283 client unix: closed keepalive connection +2024/06/06 16:41:48 [info] 119#119: *284 client unix: closed keepalive connection +2024/06/06 16:41:48 [info] 119#119: *285 client unix: closed keepalive connection +2024/06/06 16:41:48 [info] 119#119: *286 client unix: closed keepalive connection +2024/06/06 16:41:49 [info] 119#119: *287 client unix: closed keepalive connection +2024/06/06 16:41:49 [info] 119#119: *288 client unix: closed keepalive connection +2024/06/06 16:41:49 [info] 119#119: *289 client unix: closed keepalive connection +2024/06/06 16:41:49 [info] 119#119: *290 client unix: closed keepalive connection +2024/06/06 16:41:49 [info] 119#119: *291 client unix: closed keepalive connection +2024/06/06 16:41:49 [info] 119#119: *292 client unix: closed keepalive connection +2024/06/06 16:41:49 [info] 119#119: *293 client unix: closed keepalive connection +2024/06/06 16:41:49 [info] 119#119: *294 client unix: closed keepalive connection +2024/06/06 16:41:49 [info] 119#119: *295 client unix: closed keepalive connection +2024/06/06 16:41:49 [info] 119#119: *296 client unix: closed keepalive connection +2024/06/06 16:41:49 [info] 119#119: *297 client unix: closed keepalive connection +2024/06/06 16:41:49 [info] 119#119: *298 client unix: closed keepalive connection +2024/06/06 16:41:49 [info] 120#120: *299 client unix: closed keepalive connection +2024/06/06 16:41:49 [info] 120#120: *300 client unix: closed keepalive connection +2024/06/06 16:41:49 [info] 120#120: *301 client unix: closed keepalive connection +2024/06/06 16:41:49 [info] 120#120: *302 client unix: closed keepalive connection +2024/06/06 16:41:49 [info] 120#120: *303 client unix: closed keepalive connection +2024/06/06 16:41:49 [info] 120#120: *304 client unix: closed keepalive connection +2024/06/06 16:41:50 [info] 120#120: *305 client unix: closed keepalive connection +2024/06/06 16:41:50 [info] 120#120: *306 client unix: closed keepalive connection +2024/06/06 16:41:50 [info] 120#120: *307 client unix: closed keepalive connection +2024/06/06 16:41:50 [info] 120#120: *308 client unix: closed keepalive connection +2024/06/06 16:41:50 [info] 120#120: *309 client unix: closed keepalive connection +2024/06/06 16:41:50 [info] 120#120: *310 client unix: closed keepalive connection +2024/06/06 16:41:50 [info] 120#120: *311 client unix: closed keepalive connection +2024/06/06 16:41:50 [info] 120#120: *312 client unix: closed keepalive connection +2024/06/06 16:41:50 [info] 120#120: *313 client unix: closed keepalive connection +2024/06/06 16:41:50 [info] 120#120: *314 client unix: closed keepalive connection +2024/06/06 16:41:50 [info] 121#121: *315 client unix: closed keepalive connection +2024/06/06 16:41:50 [info] 121#121: *316 client unix: closed keepalive connection +2024/06/06 16:41:50 [info] 121#121: *317 client unix: closed keepalive connection +2024/06/06 16:41:50 [info] 122#122: *318 client unix: closed keepalive connection +2024/06/06 16:41:50 [info] 121#121: *319 client unix: closed keepalive connection +2024/06/06 16:41:50 [info] 121#121: *320 client unix: closed keepalive connection +2024/06/06 16:41:50 [info] 121#121: *321 client unix: closed keepalive connection +2024/06/06 16:41:50 [info] 121#121: *322 client unix: closed keepalive connection +2024/06/06 16:41:50 [info] 121#121: *323 client unix: closed keepalive connection +2024/06/06 16:41:50 [info] 121#121: *324 client unix: closed keepalive connection +2024/06/06 16:41:50 [info] 122#122: *325 client unix: closed keepalive connection +2024/06/06 16:41:50 [info] 121#121: *326 client unix: closed keepalive connection +2024/06/06 16:41:50 [info] 121#121: *327 client unix: closed keepalive connection +2024/06/06 16:41:50 [info] 121#121: *328 client unix: closed keepalive connection +2024/06/06 16:41:50 [info] 121#121: *329 client unix: closed keepalive connection +2024/06/06 16:41:50 [info] 121#121: *330 client unix: closed keepalive connection +2024/06/06 16:41:50 [info] 121#121: *331 client unix: closed keepalive connection +2024/06/06 16:41:50 [info] 121#121: *332 client unix: closed keepalive connection +2024/06/06 16:41:50 [info] 122#122: *333 client unix: closed keepalive connection +2024/06/06 16:41:51 [info] 122#122: *334 client unix: closed keepalive connection +2024/06/06 16:41:51 [info] 122#122: *335 client unix: closed keepalive connection +2024/06/06 16:41:51 [info] 122#122: *336 client unix: closed keepalive connection +2024/06/06 16:41:51 [info] 122#122: *337 client unix: closed keepalive connection +2024/06/06 16:41:51 [info] 122#122: *338 client unix: closed keepalive connection +2024/06/06 16:41:51 [info] 122#122: *339 client unix: closed keepalive connection +2024/06/06 16:41:51 [info] 122#122: *340 client unix: closed keepalive connection +2024/06/06 16:41:51 [info] 122#122: *341 client unix: closed keepalive connection +2024/06/06 16:41:51 [info] 122#122: *342 client unix: closed keepalive connection +2024/06/06 16:41:51 [info] 122#122: *343 client unix: closed keepalive connection +2024/06/06 16:41:51 [info] 122#122: *344 client unix: closed keepalive connection +2024/06/06 16:41:51 [info] 122#122: *345 client unix: closed keepalive connection +2024/06/06 16:41:51 [info] 122#122: *346 client unix: closed keepalive connection +2024/06/06 16:41:51 [info] 123#123: *347 client unix: closed keepalive connection +2024/06/06 16:41:51 [info] 123#123: *348 client unix: closed keepalive connection +2024/06/06 16:41:51 [info] 123#123: *349 client unix: closed keepalive connection +2024/06/06 16:41:51 [info] 123#123: *350 client unix: closed keepalive connection +2024/06/06 16:41:51 [info] 123#123: *351 client unix: closed keepalive connection +2024/06/06 16:41:51 [info] 123#123: *352 client unix: closed keepalive connection +2024/06/06 16:41:51 [info] 123#123: *353 client unix: closed keepalive connection +2024/06/06 16:41:51 [info] 123#123: *354 client unix: closed keepalive connection +2024/06/06 16:41:51 [info] 123#123: *355 client unix: closed keepalive connection +2024/06/06 16:41:51 [info] 123#123: *356 client unix: closed keepalive connection +2024/06/06 16:41:52 [info] 123#123: *357 client unix: closed keepalive connection +2024/06/06 16:41:52 [info] 123#123: *358 client unix: closed keepalive connection +2024/06/06 16:41:52 [info] 123#123: *359 client unix: closed keepalive connection +2024/06/06 16:41:52 [info] 123#123: *360 client unix: closed keepalive connection +2024/06/06 16:41:52 [info] 123#123: *361 client unix: closed keepalive connection +2024/06/06 16:41:53 [info] 123#123: *362 client unix: closed keepalive connection +2024/06/06 16:41:53 [info] 124#124: *363 client unix: closed keepalive connection +2024/06/06 16:41:53 [info] 124#124: *364 client unix: closed keepalive connection +2024/06/06 16:41:53 [info] 124#124: *365 client unix: closed keepalive connection +2024/06/06 16:41:53 [info] 124#124: *366 client unix: closed keepalive connection +2024/06/06 16:41:53 [info] 124#124: *367 client unix: closed keepalive connection +2024/06/06 16:41:53 [info] 124#124: *368 client unix: closed keepalive connection +2024/06/06 16:41:53 [info] 124#124: *369 client unix: closed keepalive connection +2024/06/06 16:41:53 [info] 124#124: *370 client unix: closed keepalive connection +2024/06/06 16:41:53 [info] 124#124: *371 client unix: closed keepalive connection +2024/06/06 16:41:53 [info] 124#124: *372 client unix: closed keepalive connection +2024/06/06 16:41:53 [info] 124#124: *373 client unix: closed keepalive connection +2024/06/06 16:41:53 [info] 124#124: *374 client unix: closed keepalive connection +2024/06/06 16:41:53 [info] 124#124: *375 client unix: closed keepalive connection +2024/06/06 16:41:54 [info] 124#124: *376 client unix: closed keepalive connection +2024/06/06 16:41:54 [info] 124#124: *377 client unix: closed keepalive connection +2024/06/06 16:41:54 [info] 124#124: *378 client unix: closed keepalive connection +2024/06/06 16:41:54 [info] 125#125: *379 client unix: closed keepalive connection +2024/06/06 16:41:54 [info] 125#125: *380 client unix: closed keepalive connection +2024/06/06 16:41:54 [info] 125#125: *381 client unix: closed keepalive connection +2024/06/06 16:41:54 [info] 125#125: *382 client unix: closed keepalive connection +2024/06/06 16:41:54 [info] 125#125: *383 client unix: closed keepalive connection +2024/06/06 16:41:54 [info] 125#125: *384 client unix: closed keepalive connection +2024/06/06 16:41:54 [info] 125#125: *385 client unix: closed keepalive connection +2024/06/06 16:41:54 [info] 125#125: *386 client unix: closed keepalive connection +2024/06/06 16:41:54 [info] 125#125: *387 client unix: closed keepalive connection +2024/06/06 16:41:54 [info] 125#125: *388 client unix: closed keepalive connection +2024/06/06 16:41:54 [info] 125#125: *389 client unix: closed keepalive connection +2024/06/06 16:41:54 [info] 125#125: *390 client unix: closed keepalive connection +2024/06/06 16:41:54 [info] 125#125: *391 client unix: closed keepalive connection +2024/06/06 16:41:54 [info] 125#125: *392 client unix: closed keepalive connection +2024/06/06 16:41:54 [info] 125#125: *393 client unix: closed keepalive connection +2024/06/06 16:41:54 [info] 125#125: *394 client unix: closed keepalive connection +2024/06/06 16:41:54 [info] 126#126: *395 client unix: closed keepalive connection +2024/06/06 16:41:54 [info] 126#126: *396 client unix: closed keepalive connection +2024/06/06 16:41:54 [info] 126#126: *397 client unix: closed keepalive connection +2024/06/06 16:41:55 [info] 126#126: *398 client unix: closed keepalive connection +2024/06/06 16:41:55 [info] 126#126: *399 client unix: closed keepalive connection +2024/06/06 16:41:55 [info] 126#126: *400 client unix: closed keepalive connection +2024/06/06 16:41:55 [info] 126#126: *401 client unix: closed keepalive connection +2024/06/06 16:41:55 [info] 126#126: *402 client unix: closed keepalive connection +2024/06/06 16:41:55 [info] 126#126: *403 client unix: closed keepalive connection +2024/06/06 16:41:55 [info] 126#126: *404 client unix: closed keepalive connection +2024/06/06 16:41:55 [info] 126#126: *405 client unix: closed keepalive connection +2024/06/06 16:41:55 [info] 126#126: *406 client unix: closed keepalive connection +2024/06/06 16:41:55 [info] 126#126: *407 client unix: closed keepalive connection +2024/06/06 16:41:55 [info] 126#126: *408 client unix: closed keepalive connection +2024/06/06 16:41:55 [info] 126#126: *409 client unix: closed keepalive connection +2024/06/06 16:41:55 [info] 126#126: *410 client unix: closed keepalive connection +2024/06/06 16:41:55 [info] 127#127: *411 client unix: closed keepalive connection +2024/06/06 16:41:55 [info] 127#127: *412 client unix: closed keepalive connection +2024/06/06 16:41:55 [info] 127#127: *413 client unix: closed keepalive connection +2024/06/06 16:41:55 [info] 127#127: *414 client unix: closed keepalive connection +2024/06/06 16:41:55 [info] 127#127: *415 client unix: closed keepalive connection +2024/06/06 16:41:55 [info] 127#127: *416 client unix: closed keepalive connection +2024/06/06 16:41:55 [info] 127#127: *417 client unix: closed keepalive connection +2024/06/06 16:41:55 [info] 127#127: *418 client unix: closed keepalive connection +2024/06/06 16:41:55 [info] 127#127: *419 client unix: closed keepalive connection +2024/06/06 16:41:55 [info] 127#127: *420 client unix: closed keepalive connection +2024/06/06 16:41:55 [info] 127#127: *421 client unix: closed keepalive connection +2024/06/06 16:41:55 [info] 127#127: *422 client unix: closed keepalive connection +2024/06/06 16:41:55 [info] 127#127: *423 client unix: closed keepalive connection +2024/06/06 16:41:55 [info] 127#127: *424 client unix: closed keepalive connection +2024/06/06 16:41:55 [info] 127#127: *425 client unix: closed keepalive connection +2024/06/06 16:41:55 [info] 127#127: *426 client unix: closed keepalive connection +2024/06/06 16:41:55 [info] 128#128: *427 client unix: closed keepalive connection +2024/06/06 16:41:55 [info] 128#128: *428 client unix: closed keepalive connection +2024/06/06 16:41:56 [info] 128#128: *429 client unix: closed keepalive connection +2024/06/06 16:41:56 [info] 128#128: *430 client unix: closed keepalive connection +2024/06/06 16:41:56 [info] 128#128: *431 client unix: closed keepalive connection +2024/06/06 16:41:56 [info] 128#128: *432 client unix: closed keepalive connection +2024/06/06 16:41:56 [info] 128#128: *433 client unix: closed keepalive connection +2024/06/06 16:41:56 [info] 128#128: *434 client unix: closed keepalive connection +2024/06/06 16:41:56 [info] 128#128: *435 client unix: closed keepalive connection +2024/06/06 16:41:56 [info] 128#128: *436 client unix: closed keepalive connection +2024/06/06 16:41:56 [info] 128#128: *437 client unix: closed keepalive connection +2024/06/06 16:41:56 [info] 128#128: *438 client unix: closed keepalive connection +2024/06/06 16:41:56 [info] 128#128: *439 client unix: closed keepalive connection +2024/06/06 16:41:56 [info] 128#128: *440 client unix: closed keepalive connection +2024/06/06 16:41:56 [info] 128#128: *441 client unix: closed keepalive connection +2024/06/06 16:41:56 [info] 128#128: *442 client unix: closed keepalive connection +2024/06/06 16:41:56 [info] 129#129: *443 client unix: closed keepalive connection +2024/06/06 16:41:56 [info] 129#129: *444 client unix: closed keepalive connection +2024/06/06 16:41:56 [info] 129#129: *445 client unix: closed keepalive connection +2024/06/06 16:41:56 [info] 129#129: *446 client unix: closed keepalive connection +2024/06/06 16:41:56 [info] 129#129: *447 client unix: closed keepalive connection +2024/06/06 16:41:56 [info] 129#129: *448 client unix: closed keepalive connection +2024/06/06 16:41:56 [info] 129#129: *449 client unix: closed keepalive connection +2024/06/06 16:41:57 [info] 129#129: *450 client unix: closed keepalive connection +2024/06/06 16:41:57 [info] 129#129: *451 client unix: closed keepalive connection +2024/06/06 16:41:57 [info] 129#129: *452 client unix: closed keepalive connection +2024/06/06 16:41:57 [info] 129#129: *453 client unix: closed keepalive connection +2024/06/06 16:41:57 [info] 129#129: *454 client unix: closed keepalive connection +2024/06/06 16:41:57 [info] 129#129: *455 client unix: closed keepalive connection +2024/06/06 16:41:57 [info] 129#129: *456 client unix: closed keepalive connection +2024/06/06 16:41:57 [info] 129#129: *457 client unix: closed keepalive connection +2024/06/06 16:41:57 [info] 129#129: *458 client unix: closed keepalive connection +2024/06/06 16:41:57 [info] 130#130: *459 client unix: closed keepalive connection +2024/06/06 16:41:57 [info] 130#130: *460 client unix: closed keepalive connection +2024/06/06 16:41:57 [info] 130#130: *461 client unix: closed keepalive connection +2024/06/06 16:41:57 [info] 130#130: *462 client unix: closed keepalive connection +2024/06/06 16:41:57 [info] 130#130: *463 client unix: closed keepalive connection +2024/06/06 16:41:57 [info] 130#130: *464 client unix: closed keepalive connection +2024/06/06 16:41:57 [info] 130#130: *465 client unix: closed keepalive connection +2024/06/06 16:41:57 [info] 130#130: *466 client unix: closed keepalive connection +2024/06/06 16:41:57 [info] 130#130: *467 client unix: closed keepalive connection +2024/06/06 16:41:57 [info] 130#130: *468 client unix: closed keepalive connection +2024/06/06 16:41:57 [info] 130#130: *469 client unix: closed keepalive connection +2024/06/06 16:41:57 [info] 130#130: *470 client unix: closed keepalive connection +2024/06/06 16:41:58 [info] 130#130: *471 client unix: closed keepalive connection +2024/06/06 16:41:58 [info] 130#130: *472 client unix: closed keepalive connection +2024/06/06 16:41:58 [info] 130#130: *473 client unix: closed keepalive connection +2024/06/06 16:41:58 [info] 130#130: *474 client unix: closed keepalive connection +2024/06/06 16:41:58 [info] 131#131: *475 client unix: closed keepalive connection +2024/06/06 16:41:58 [info] 131#131: *476 client unix: closed keepalive connection +2024/06/06 16:41:58 [info] 131#131: *477 client unix: closed keepalive connection +2024/06/06 16:41:58 [info] 131#131: *478 client unix: closed keepalive connection +2024/06/06 16:41:58 [info] 131#131: *479 client unix: closed keepalive connection +2024/06/06 16:41:58 [info] 131#131: *480 client unix: closed keepalive connection +2024/06/06 16:41:58 [info] 131#131: *481 client unix: closed keepalive connection +2024/06/06 16:41:58 [info] 131#131: *482 client unix: closed keepalive connection +2024/06/06 16:41:58 [info] 131#131: *483 client unix: closed keepalive connection +2024/06/06 16:41:58 [info] 131#131: *484 client unix: closed keepalive connection +2024/06/06 16:41:58 [info] 131#131: *485 client unix: closed keepalive connection +2024/06/06 16:41:58 [info] 131#131: *486 client unix: closed keepalive connection +2024/06/06 16:41:58 [info] 131#131: *487 client unix: closed keepalive connection +2024/06/06 16:41:58 [info] 131#131: *488 client unix: closed keepalive connection +2024/06/06 16:41:58 [info] 131#131: *489 client unix: closed keepalive connection +2024/06/06 16:41:58 [info] 131#131: *490 client unix: closed keepalive connection +2024/06/06 16:41:59 [info] 132#132: *491 client unix: closed keepalive connection +2024/06/06 16:41:59 [info] 132#132: *492 client unix: closed keepalive connection +2024/06/06 16:41:59 [info] 132#132: *493 client unix: closed keepalive connection +2024/06/06 16:41:59 [info] 132#132: *494 client unix: closed keepalive connection +2024/06/06 16:41:59 [info] 132#132: *495 client unix: closed keepalive connection +2024/06/06 16:41:59 [info] 132#132: *496 client unix: closed keepalive connection +2024/06/06 16:41:59 [info] 132#132: *497 client unix: closed keepalive connection +2024/06/06 16:41:59 [info] 132#132: *498 client unix: closed keepalive connection +2024/06/06 16:41:59 [info] 132#132: *499 client unix: closed keepalive connection +2024/06/06 16:41:59 [info] 132#132: *500 client unix: closed keepalive connection +2024/06/06 16:41:59 [info] 132#132: *501 client unix: closed keepalive connection +2024/06/06 16:41:59 [info] 132#132: *502 client unix: closed keepalive connection +2024/06/06 16:41:59 [info] 132#132: *503 client unix: closed keepalive connection +2024/06/06 16:41:59 [info] 132#132: *504 client unix: closed keepalive connection +2024/06/06 16:41:59 [info] 132#132: *505 client unix: closed keepalive connection +2024/06/06 16:41:59 [info] 132#132: *506 client unix: closed keepalive connection +2024/06/06 16:41:59 [info] 133#133: *507 client unix: closed keepalive connection +2024/06/06 16:41:59 [info] 133#133: *508 client unix: closed keepalive connection +2024/06/06 16:41:59 [info] 133#133: *509 client unix: closed keepalive connection +2024/06/06 16:41:59 [info] 133#133: *510 client unix: closed keepalive connection +2024/06/06 16:41:59 [info] 133#133: *511 client unix: closed keepalive connection +2024/06/06 16:41:59 [info] 133#133: *512 client unix: closed keepalive connection +2024/06/06 16:41:59 [info] 133#133: *513 client unix: closed keepalive connection +2024/06/06 16:41:59 [info] 133#133: *514 client unix: closed keepalive connection +2024/06/06 16:41:59 [info] 133#133: *515 client unix: closed keepalive connection +2024/06/06 16:41:59 [info] 133#133: *516 client unix: closed keepalive connection +2024/06/06 16:42:00 [info] 133#133: *517 client unix: closed keepalive connection +2024/06/06 16:42:00 [info] 133#133: *518 client unix: closed keepalive connection +2024/06/06 16:42:00 [info] 133#133: *519 client unix: closed keepalive connection +2024/06/06 16:42:00 [info] 133#133: *520 client unix: closed keepalive connection +2024/06/06 16:42:00 [info] 133#133: *521 client unix: closed keepalive connection +2024/06/06 16:42:00 [info] 133#133: *522 client unix: closed keepalive connection +2024/06/06 16:42:00 [info] 134#134: *523 client unix: closed keepalive connection +2024/06/06 16:42:00 [info] 134#134: *524 client unix: closed keepalive connection +2024/06/06 16:42:00 [info] 134#134: *525 client unix: closed keepalive connection +2024/06/06 16:42:00 [info] 134#134: *526 client unix: closed keepalive connection +2024/06/06 16:42:00 [info] 134#134: *527 client unix: closed keepalive connection +2024/06/06 16:42:01 [info] 134#134: *528 client unix: closed keepalive connection +2024/06/06 16:42:01 [info] 134#134: *529 client unix: closed keepalive connection +2024/06/06 16:42:01 [info] 134#134: *530 client unix: closed keepalive connection +2024/06/06 16:42:01 [info] 134#134: *531 client unix: closed keepalive connection +2024/06/06 16:42:01 [info] 134#134: *532 client unix: closed keepalive connection +2024/06/06 16:42:01 [info] 134#134: *533 client unix: closed keepalive connection +2024/06/06 16:42:01 [info] 134#134: *534 client unix: closed keepalive connection +2024/06/06 16:42:01 [info] 134#134: *535 client unix: closed keepalive connection +2024/06/06 16:42:01 [info] 134#134: *536 client unix: closed keepalive connection +2024/06/06 16:42:01 [info] 134#134: *537 client unix: closed keepalive connection +2024/06/06 16:42:01 [info] 134#134: *538 client unix: closed keepalive connection +2024/06/06 16:42:01 [info] 119#119: *539 client unix: closed keepalive connection +2024/06/06 16:42:01 [info] 119#119: *540 client unix: closed keepalive connection +2024/06/06 16:42:01 [info] 119#119: *541 client unix: closed keepalive connection +2024/06/06 16:42:01 [info] 119#119: *542 client unix: closed keepalive connection +2024/06/06 16:42:01 [info] 119#119: *543 client unix: closed keepalive connection +2024/06/06 16:42:01 [info] 119#119: *544 client unix: closed keepalive connection +2024/06/06 16:42:01 [info] 119#119: *545 client unix: closed keepalive connection +2024/06/06 16:42:01 [info] 119#119: *546 client unix: closed keepalive connection +2024/06/06 16:42:01 [info] 119#119: *547 client unix: closed keepalive connection +2024/06/06 16:42:01 [info] 119#119: *548 client unix: closed keepalive connection +2024/06/06 16:42:02 [info] 119#119: *549 client unix: closed keepalive connection +2024/06/06 16:42:02 [info] 119#119: *550 client unix: closed keepalive connection +2024/06/06 16:42:02 [info] 119#119: *551 client unix: closed keepalive connection +2024/06/06 16:42:02 [info] 119#119: *552 client unix: closed keepalive connection +2024/06/06 16:42:02 [info] 119#119: *553 client unix: closed keepalive connection +2024/06/06 16:42:02 [info] 119#119: *554 client unix: closed keepalive connection +2024/06/06 16:42:02 [info] 120#120: *555 client unix: closed keepalive connection +2024/06/06 16:42:02 [info] 120#120: *556 client unix: closed keepalive connection +2024/06/06 16:42:02 [info] 120#120: *557 client unix: closed keepalive connection +2024/06/06 16:42:02 [info] 120#120: *558 client unix: closed keepalive connection +2024/06/06 16:42:02 [info] 120#120: *559 client unix: closed keepalive connection +2024/06/06 16:42:02 [info] 120#120: *560 client unix: closed keepalive connection +2024/06/06 16:42:02 [info] 120#120: *561 client unix: closed keepalive connection +2024/06/06 16:42:02 [info] 120#120: *562 client unix: closed keepalive connection +2024/06/06 16:42:02 [info] 120#120: *563 client unix: closed keepalive connection +2024/06/06 16:42:02 [info] 120#120: *564 client unix: closed keepalive connection +2024/06/06 16:42:02 [info] 120#120: *565 client unix: closed keepalive connection +2024/06/06 16:42:02 [info] 120#120: *566 client unix: closed keepalive connection +2024/06/06 16:42:02 [info] 120#120: *567 client unix: closed keepalive connection +2024/06/06 16:42:02 [crit] 120#120: ngx_slab_alloc() failed: no memory in upstream zone "scale_backend_80" +2024/06/06 16:42:02 [notice] 26#26: signal 1 (SIGHUP) received from 7, reconfiguring +2024/06/06 16:42:02 [notice] 26#26: reconfiguring +2024/06/06 16:42:02 [crit] 26#26: ngx_slab_alloc() failed: no memory in upstream zone "scale_backend_80" From d835da35ec92e027e8a27566d38819b1024ebc6e Mon Sep 17 00:00:00 2001 From: Saylor Berman Date: Thu, 6 Jun 2024 10:59:57 -0600 Subject: [PATCH 2/6] Add summary for performance results --- tests/results/dp-perf/1.3.0/1.3.0-plus.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/results/dp-perf/1.3.0/1.3.0-plus.md b/tests/results/dp-perf/1.3.0/1.3.0-plus.md index 22248a5299..f9d749f94a 100755 --- a/tests/results/dp-perf/1.3.0/1.3.0-plus.md +++ b/tests/results/dp-perf/1.3.0/1.3.0-plus.md @@ -14,6 +14,10 @@ GKE Cluster: - Zone: us-east1-b - Instance Type: n2d-standard-16 +## Summary + +Similar results to last time. + ## Test1: Running latte path based routing ```text From 7a1d022d88512096b769f30dbef353c99997efcd Mon Sep 17 00:00:00 2001 From: Saylor Berman Date: Thu, 6 Jun 2024 11:01:04 -0600 Subject: [PATCH 3/6] Add summary to upgrade results --- tests/results/ngf-upgrade/1.3.0/1.3.0-plus.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/results/ngf-upgrade/1.3.0/1.3.0-plus.md b/tests/results/ngf-upgrade/1.3.0/1.3.0-plus.md index 3c898422ef..ce71aebf45 100755 --- a/tests/results/ngf-upgrade/1.3.0/1.3.0-plus.md +++ b/tests/results/ngf-upgrade/1.3.0/1.3.0-plus.md @@ -14,6 +14,10 @@ GKE Cluster: - Zone: us-east1-b - Instance Type: n2d-standard-16 +## Summary + +Similar results to last time. + ## Test: Send https /tea traffic ```text From 3dd16ad6a00e23f1347234de29be24e2f53a1e88 Mon Sep 17 00:00:00 2001 From: Saylor Berman Date: Thu, 6 Jun 2024 11:07:15 -0600 Subject: [PATCH 4/6] Add summary for scale results --- tests/results/scale/1.3.0/1.3.0-plus.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tests/results/scale/1.3.0/1.3.0-plus.md b/tests/results/scale/1.3.0/1.3.0-plus.md index 453236c9a2..03c8a5d403 100755 --- a/tests/results/scale/1.3.0/1.3.0-plus.md +++ b/tests/results/scale/1.3.0/1.3.0-plus.md @@ -14,6 +14,18 @@ GKE Cluster: - Zone: us-east1-b - Instance Type: n2d-standard-16 +## Summary + +- New look since we are now auto-generating these results +- Batch processing time has reduced +- Reload time is similar (slightly worse in some cases) +- Metrics (CPU, memory, TTR) all seem to be better, though this could be because of the automation instead of being a manual process. +- Error logs: + ```couldn't update upstream via the API, reloading configuration instead","batchID":220,"upstreamName":"scale_backend_80","error":"failed to update servers of scale_backend_80 upstream: failed to add 10.104.3.63:8080 server to scale_backend_80 upstream: expected 201 response, got 500. error.status=500; error.text=upstream memory exhausted; error.code=UpstreamOutOfMemory;``` + ```ngx_slab_alloc() failed: no memory in upstream zone "scale_backend_80"``` + + Seems that our zone size may not be big enough in N+. + ## Test TestScale_Listeners ### Reloads From cdd6db97f14cddcb317dc7b54d654bc7164a8a07 Mon Sep 17 00:00:00 2001 From: Saylor Berman Date: Thu, 6 Jun 2024 11:07:46 -0600 Subject: [PATCH 5/6] Delete nginx log file --- .../TestScale_UpstreamServers/nginx-plus.log | 1061 ----------------- 1 file changed, 1061 deletions(-) delete mode 100644 tests/results/scale/1.3.0/TestScale_UpstreamServers/nginx-plus.log diff --git a/tests/results/scale/1.3.0/TestScale_UpstreamServers/nginx-plus.log b/tests/results/scale/1.3.0/TestScale_UpstreamServers/nginx-plus.log deleted file mode 100644 index 7c7a80cbac..0000000000 --- a/tests/results/scale/1.3.0/TestScale_UpstreamServers/nginx-plus.log +++ /dev/null @@ -1,1061 +0,0 @@ -2024/06/06 16:40:33 [notice] 26#26: using the "epoll" event method -2024/06/06 16:40:33 [notice] 26#26: nginx/1.25.5 (nginx-plus-r32) -2024/06/06 16:40:33 [notice] 26#26: built by gcc 13.2.1 20231014 (Alpine 13.2.1_git20231014) -2024/06/06 16:40:33 [notice] 26#26: OS: Linux 6.1.75+ -2024/06/06 16:40:33 [notice] 26#26: getrlimit(RLIMIT_NOFILE): 1048576:1048576 -2024/06/06 16:40:33 [notice] 26#26: start worker processes -2024/06/06 16:40:33 [notice] 26#26: start worker process 32 -2024/06/06 16:40:33 [notice] 26#26: start worker process 33 -2024/06/06 16:40:33 [notice] 26#26: start worker process 34 -2024/06/06 16:40:33 [notice] 26#26: start worker process 35 -2024/06/06 16:40:33 [notice] 26#26: start worker process 36 -2024/06/06 16:40:33 [notice] 26#26: start worker process 37 -2024/06/06 16:40:33 [notice] 26#26: start worker process 38 -2024/06/06 16:40:33 [notice] 26#26: start worker process 39 -2024/06/06 16:40:33 [notice] 26#26: start worker process 40 -2024/06/06 16:40:33 [notice] 26#26: start worker process 41 -2024/06/06 16:40:33 [notice] 26#26: start worker process 42 -2024/06/06 16:40:33 [notice] 26#26: start worker process 43 -2024/06/06 16:40:33 [notice] 26#26: start worker process 44 -2024/06/06 16:40:33 [notice] 26#26: start worker process 45 -2024/06/06 16:40:33 [notice] 26#26: start worker process 46 -2024/06/06 16:40:33 [notice] 26#26: start worker process 47 -2024/06/06 16:40:34 [notice] 26#26: signal 1 (SIGHUP) received from 7, reconfiguring -2024/06/06 16:40:34 [notice] 26#26: reconfiguring -2024/06/06 16:40:34 [notice] 26#26: using the "epoll" event method -2024/06/06 16:40:34 [notice] 26#26: start worker processes -2024/06/06 16:40:34 [notice] 26#26: start worker process 52 -2024/06/06 16:40:34 [notice] 26#26: start worker process 53 -2024/06/06 16:40:34 [notice] 26#26: start worker process 54 -2024/06/06 16:40:34 [notice] 26#26: start worker process 55 -2024/06/06 16:40:34 [notice] 26#26: start worker process 56 -2024/06/06 16:40:34 [notice] 26#26: start worker process 57 -2024/06/06 16:40:34 [notice] 26#26: start worker process 58 -2024/06/06 16:40:34 [notice] 26#26: start worker process 59 -2024/06/06 16:40:34 [notice] 26#26: start worker process 60 -2024/06/06 16:40:34 [notice] 26#26: start worker process 61 -2024/06/06 16:40:34 [notice] 26#26: start worker process 62 -2024/06/06 16:40:34 [notice] 26#26: start worker process 63 -2024/06/06 16:40:34 [notice] 26#26: start worker process 64 -2024/06/06 16:40:34 [notice] 26#26: start worker process 65 -2024/06/06 16:40:34 [notice] 26#26: start worker process 66 -2024/06/06 16:40:34 [notice] 26#26: start worker process 67 -2024/06/06 16:40:34 [notice] 33#33: gracefully shutting down -2024/06/06 16:40:34 [notice] 32#32: gracefully shutting down -2024/06/06 16:40:34 [notice] 33#33: exiting -2024/06/06 16:40:34 [notice] 34#34: gracefully shutting down -2024/06/06 16:40:34 [notice] 32#32: exiting -2024/06/06 16:40:34 [notice] 37#37: gracefully shutting down -2024/06/06 16:40:34 [notice] 34#34: exiting -2024/06/06 16:40:34 [notice] 37#37: exiting -2024/06/06 16:40:34 [notice] 38#38: gracefully shutting down -2024/06/06 16:40:34 [notice] 40#40: gracefully shutting down -2024/06/06 16:40:34 [notice] 36#36: gracefully shutting down -2024/06/06 16:40:34 [notice] 38#38: exiting -2024/06/06 16:40:34 [notice] 26#26: signal 1 (SIGHUP) received from 7, reconfiguring -2024/06/06 16:40:34 [notice] 43#43: gracefully shutting down -2024/06/06 16:40:34 [notice] 42#42: gracefully shutting down -2024/06/06 16:40:34 [notice] 26#26: reconfiguring -2024/06/06 16:40:34 [notice] 40#40: exiting -2024/06/06 16:40:34 [notice] 43#43: exiting -2024/06/06 16:40:34 [notice] 36#36: exiting -2024/06/06 16:40:34 [notice] 42#42: exiting -2024/06/06 16:40:34 [notice] 39#39: gracefully shutting down -2024/06/06 16:40:34 [notice] 45#45: gracefully shutting down -2024/06/06 16:40:34 [notice] 39#39: exiting -2024/06/06 16:40:34 [notice] 46#46: gracefully shutting down -2024/06/06 16:40:34 [notice] 47#47: gracefully shutting down -2024/06/06 16:40:34 [notice] 46#46: exiting -2024/06/06 16:40:34 [notice] 47#47: exiting -2024/06/06 16:40:34 [notice] 45#45: exiting -2024/06/06 16:40:34 [notice] 44#44: gracefully shutting down -2024/06/06 16:40:34 [notice] 44#44: exiting -2024/06/06 16:40:34 [notice] 41#41: gracefully shutting down -2024/06/06 16:40:34 [notice] 32#32: exit -2024/06/06 16:40:34 [notice] 41#41: exiting -2024/06/06 16:40:34 [notice] 34#34: exit -2024/06/06 16:40:34 [notice] 33#33: exit -2024/06/06 16:40:34 [notice] 37#37: exit -2024/06/06 16:40:34 [notice] 38#38: exit -2024/06/06 16:40:34 [notice] 43#43: exit -2024/06/06 16:40:34 [notice] 46#46: exit -2024/06/06 16:40:34 [notice] 36#36: exit -2024/06/06 16:40:34 [notice] 44#44: exit -2024/06/06 16:40:34 [notice] 40#40: exit -2024/06/06 16:40:34 [notice] 39#39: exit -2024/06/06 16:40:34 [notice] 47#47: exit -2024/06/06 16:40:34 [notice] 45#45: exit -2024/06/06 16:40:34 [notice] 42#42: exit -2024/06/06 16:40:34 [notice] 41#41: exit -2024/06/06 16:40:34 [notice] 35#35: gracefully shutting down -2024/06/06 16:40:34 [notice] 35#35: exiting -2024/06/06 16:40:34 [notice] 35#35: exit -2024/06/06 16:40:34 [notice] 26#26: using the "epoll" event method -2024/06/06 16:40:34 [notice] 26#26: start worker processes -2024/06/06 16:40:34 [notice] 26#26: start worker process 68 -2024/06/06 16:40:34 [notice] 26#26: start worker process 69 -2024/06/06 16:40:34 [notice] 26#26: start worker process 70 -2024/06/06 16:40:34 [notice] 26#26: start worker process 71 -2024/06/06 16:40:34 [notice] 26#26: start worker process 72 -2024/06/06 16:40:34 [notice] 26#26: start worker process 73 -2024/06/06 16:40:34 [notice] 26#26: start worker process 74 -2024/06/06 16:40:34 [notice] 26#26: start worker process 75 -2024/06/06 16:40:34 [notice] 26#26: start worker process 76 -2024/06/06 16:40:34 [notice] 26#26: start worker process 77 -2024/06/06 16:40:34 [notice] 26#26: start worker process 78 -2024/06/06 16:40:34 [notice] 26#26: start worker process 79 -2024/06/06 16:40:34 [notice] 26#26: start worker process 80 -2024/06/06 16:40:34 [notice] 26#26: start worker process 81 -2024/06/06 16:40:34 [notice] 26#26: start worker process 82 -2024/06/06 16:40:34 [notice] 26#26: start worker process 83 -2024/06/06 16:40:34 [notice] 52#52: gracefully shutting down -2024/06/06 16:40:34 [notice] 55#55: gracefully shutting down -2024/06/06 16:40:34 [notice] 54#54: gracefully shutting down -2024/06/06 16:40:34 [notice] 55#55: exiting -2024/06/06 16:40:34 [notice] 57#57: gracefully shutting down -2024/06/06 16:40:34 [notice] 54#54: exiting -2024/06/06 16:40:34 [notice] 52#52: exiting -2024/06/06 16:40:34 [notice] 56#56: gracefully shutting down -2024/06/06 16:40:34 [notice] 58#58: gracefully shutting down -2024/06/06 16:40:34 [notice] 53#53: gracefully shutting down -2024/06/06 16:40:34 [notice] 59#59: gracefully shutting down -2024/06/06 16:40:34 [notice] 56#56: exiting -2024/06/06 16:40:34 [notice] 53#53: exiting -2024/06/06 16:40:34 [notice] 57#57: exiting -2024/06/06 16:40:34 [notice] 59#59: exiting -2024/06/06 16:40:34 [notice] 58#58: exiting -2024/06/06 16:40:34 [notice] 61#61: gracefully shutting down -2024/06/06 16:40:34 [notice] 60#60: gracefully shutting down -2024/06/06 16:40:34 [notice] 63#63: gracefully shutting down -2024/06/06 16:40:34 [notice] 65#65: gracefully shutting down -2024/06/06 16:40:34 [notice] 64#64: gracefully shutting down -2024/06/06 16:40:34 [notice] 61#61: exiting -2024/06/06 16:40:34 [notice] 66#66: gracefully shutting down -2024/06/06 16:40:34 [notice] 62#62: gracefully shutting down -2024/06/06 16:40:34 [notice] 60#60: exiting -2024/06/06 16:40:34 [notice] 65#65: exiting -2024/06/06 16:40:34 [notice] 63#63: exiting -2024/06/06 16:40:34 [notice] 64#64: exiting -2024/06/06 16:40:34 [notice] 66#66: exiting -2024/06/06 16:40:34 [notice] 62#62: exiting -2024/06/06 16:40:34 [notice] 55#55: exit -2024/06/06 16:40:34 [notice] 60#60: exit -2024/06/06 16:40:34 [notice] 52#52: exit -2024/06/06 16:40:34 [notice] 54#54: exit -2024/06/06 16:40:34 [notice] 56#56: exit -2024/06/06 16:40:34 [notice] 58#58: exit -2024/06/06 16:40:34 [notice] 66#66: exit -2024/06/06 16:40:34 [notice] 57#57: exit -2024/06/06 16:40:34 [notice] 63#63: exit -2024/06/06 16:40:34 [notice] 62#62: exit -2024/06/06 16:40:34 [notice] 59#59: exit -2024/06/06 16:40:34 [notice] 65#65: exit -2024/06/06 16:40:34 [notice] 61#61: exit -2024/06/06 16:40:34 [notice] 64#64: exit -2024/06/06 16:40:34 [notice] 53#53: exit -2024/06/06 16:40:34 [notice] 26#26: signal 17 (SIGCHLD) received from 42 -2024/06/06 16:40:34 [notice] 26#26: worker process 32 exited with code 0 -2024/06/06 16:40:34 [notice] 26#26: worker process 33 exited with code 0 -2024/06/06 16:40:34 [notice] 26#26: worker process 34 exited with code 0 -2024/06/06 16:40:34 [notice] 26#26: worker process 35 exited with code 0 -2024/06/06 16:40:34 [notice] 26#26: worker process 36 exited with code 0 -2024/06/06 16:40:34 [notice] 26#26: worker process 37 exited with code 0 -2024/06/06 16:40:34 [notice] 26#26: worker process 38 exited with code 0 -2024/06/06 16:40:34 [notice] 26#26: worker process 39 exited with code 0 -2024/06/06 16:40:34 [notice] 26#26: worker process 40 exited with code 0 -2024/06/06 16:40:34 [notice] 26#26: worker process 41 exited with code 0 -2024/06/06 16:40:34 [notice] 26#26: worker process 42 exited with code 0 -2024/06/06 16:40:34 [notice] 26#26: worker process 43 exited with code 0 -2024/06/06 16:40:34 [notice] 26#26: worker process 44 exited with code 0 -2024/06/06 16:40:34 [notice] 26#26: worker process 45 exited with code 0 -2024/06/06 16:40:34 [notice] 26#26: worker process 46 exited with code 0 -2024/06/06 16:40:34 [notice] 26#26: worker process 47 exited with code 0 -2024/06/06 16:40:34 [notice] 26#26: signal 29 (SIGIO) received -2024/06/06 16:40:34 [notice] 67#67: gracefully shutting down -2024/06/06 16:40:34 [notice] 67#67: exiting -2024/06/06 16:40:34 [notice] 67#67: exit -2024/06/06 16:40:34 [notice] 26#26: signal 17 (SIGCHLD) received from 58 -2024/06/06 16:40:34 [notice] 26#26: worker process 58 exited with code 0 -2024/06/06 16:40:34 [notice] 26#26: signal 29 (SIGIO) received -2024/06/06 16:40:34 [notice] 26#26: signal 17 (SIGCHLD) received from 61 -2024/06/06 16:40:34 [notice] 26#26: worker process 55 exited with code 0 -2024/06/06 16:40:34 [notice] 26#26: worker process 61 exited with code 0 -2024/06/06 16:40:34 [notice] 26#26: signal 29 (SIGIO) received -2024/06/06 16:40:34 [notice] 26#26: signal 17 (SIGCHLD) received from 54 -2024/06/06 16:40:34 [notice] 26#26: worker process 54 exited with code 0 -2024/06/06 16:40:34 [notice] 26#26: worker process 66 exited with code 0 -2024/06/06 16:40:34 [notice] 26#26: signal 29 (SIGIO) received -2024/06/06 16:40:34 [notice] 26#26: signal 17 (SIGCHLD) received from 65 -2024/06/06 16:40:34 [notice] 26#26: worker process 60 exited with code 0 -2024/06/06 16:40:34 [notice] 26#26: worker process 63 exited with code 0 -2024/06/06 16:40:34 [notice] 26#26: worker process 65 exited with code 0 -2024/06/06 16:40:34 [notice] 26#26: signal 29 (SIGIO) received -2024/06/06 16:40:34 [notice] 26#26: signal 17 (SIGCHLD) received from 52 -2024/06/06 16:40:34 [notice] 26#26: worker process 52 exited with code 0 -2024/06/06 16:40:34 [notice] 26#26: signal 29 (SIGIO) received -2024/06/06 16:40:34 [notice] 26#26: signal 17 (SIGCHLD) received from 59 -2024/06/06 16:40:34 [notice] 26#26: worker process 59 exited with code 0 -2024/06/06 16:40:34 [notice] 26#26: signal 29 (SIGIO) received -2024/06/06 16:40:34 [notice] 26#26: signal 17 (SIGCHLD) received from 56 -2024/06/06 16:40:34 [notice] 26#26: worker process 56 exited with code 0 -2024/06/06 16:40:34 [notice] 26#26: worker process 64 exited with code 0 -2024/06/06 16:40:34 [notice] 26#26: worker process 67 exited with code 0 -2024/06/06 16:40:34 [notice] 26#26: signal 29 (SIGIO) received -2024/06/06 16:40:34 [notice] 26#26: signal 17 (SIGCHLD) received from 67 -2024/06/06 16:40:34 [notice] 26#26: worker process 57 exited with code 0 -2024/06/06 16:40:34 [notice] 26#26: signal 29 (SIGIO) received -2024/06/06 16:40:34 [notice] 26#26: signal 17 (SIGCHLD) received from 53 -2024/06/06 16:40:34 [notice] 26#26: worker process 53 exited with code 0 -2024/06/06 16:40:34 [notice] 26#26: signal 29 (SIGIO) received -2024/06/06 16:40:34 [notice] 26#26: signal 17 (SIGCHLD) received from 62 -2024/06/06 16:40:34 [notice] 26#26: worker process 62 exited with code 0 -2024/06/06 16:40:34 [notice] 26#26: signal 29 (SIGIO) received -2024/06/06 16:41:32 [notice] 26#26: signal 1 (SIGHUP) received from 7, reconfiguring -2024/06/06 16:41:32 [notice] 26#26: reconfiguring -2024/06/06 16:41:32 [notice] 26#26: using the "epoll" event method -2024/06/06 16:41:32 [notice] 26#26: start worker processes -2024/06/06 16:41:32 [notice] 26#26: start worker process 87 -2024/06/06 16:41:32 [notice] 26#26: start worker process 88 -2024/06/06 16:41:32 [notice] 26#26: start worker process 89 -2024/06/06 16:41:32 [notice] 26#26: start worker process 90 -2024/06/06 16:41:32 [notice] 26#26: start worker process 91 -2024/06/06 16:41:32 [notice] 26#26: start worker process 92 -2024/06/06 16:41:32 [notice] 26#26: start worker process 93 -2024/06/06 16:41:32 [notice] 26#26: start worker process 94 -2024/06/06 16:41:32 [notice] 26#26: start worker process 95 -2024/06/06 16:41:32 [notice] 26#26: start worker process 96 -2024/06/06 16:41:32 [notice] 26#26: start worker process 97 -2024/06/06 16:41:32 [notice] 26#26: start worker process 98 -2024/06/06 16:41:32 [notice] 26#26: start worker process 99 -2024/06/06 16:41:32 [notice] 26#26: start worker process 100 -2024/06/06 16:41:32 [notice] 26#26: start worker process 101 -2024/06/06 16:41:32 [notice] 26#26: start worker process 102 -2024/06/06 16:41:32 [notice] 68#68: gracefully shutting down -2024/06/06 16:41:32 [notice] 71#71: gracefully shutting down -2024/06/06 16:41:32 [notice] 70#70: gracefully shutting down -2024/06/06 16:41:32 [notice] 72#72: gracefully shutting down -2024/06/06 16:41:32 [notice] 71#71: exiting -2024/06/06 16:41:32 [notice] 70#70: exiting -2024/06/06 16:41:32 [notice] 72#72: exiting -2024/06/06 16:41:32 [notice] 73#73: gracefully shutting down -2024/06/06 16:41:32 [notice] 74#74: gracefully shutting down -2024/06/06 16:41:32 [notice] 69#69: gracefully shutting down -2024/06/06 16:41:32 [notice] 68#68: exiting -2024/06/06 16:41:32 [notice] 77#77: gracefully shutting down -2024/06/06 16:41:32 [notice] 73#73: exiting -2024/06/06 16:41:32 [notice] 74#74: exiting -2024/06/06 16:41:32 [notice] 75#75: gracefully shutting down -2024/06/06 16:41:32 [notice] 78#78: gracefully shutting down -2024/06/06 16:41:32 [notice] 77#77: exiting -2024/06/06 16:41:32 [notice] 69#69: exiting -2024/06/06 16:41:32 [notice] 76#76: gracefully shutting down -2024/06/06 16:41:32 [notice] 75#75: exiting -2024/06/06 16:41:32 [notice] 82#82: gracefully shutting down -2024/06/06 16:41:32 [notice] 78#78: exiting -2024/06/06 16:41:32 [notice] 79#79: gracefully shutting down -2024/06/06 16:41:32 [notice] 76#76: exiting -2024/06/06 16:41:32 [notice] 80#80: gracefully shutting down -2024/06/06 16:41:32 [notice] 82#82: exiting -2024/06/06 16:41:32 [notice] 80#80: exiting -2024/06/06 16:41:32 [notice] 81#81: gracefully shutting down -2024/06/06 16:41:32 [notice] 79#79: exiting -2024/06/06 16:41:32 [notice] 81#81: exiting -2024/06/06 16:41:32 [notice] 72#72: exit -2024/06/06 16:41:32 [notice] 74#74: exit -2024/06/06 16:41:32 [notice] 70#70: exit -2024/06/06 16:41:32 [notice] 77#77: exit -2024/06/06 16:41:32 [notice] 73#73: exit -2024/06/06 16:41:32 [notice] 71#71: exit -2024/06/06 16:41:32 [notice] 79#79: exit -2024/06/06 16:41:32 [notice] 78#78: exit -2024/06/06 16:41:32 [notice] 80#80: exit -2024/06/06 16:41:32 [notice] 69#69: exit -2024/06/06 16:41:32 [notice] 82#82: exit -2024/06/06 16:41:32 [notice] 81#81: exit -2024/06/06 16:41:32 [notice] 76#76: exit -2024/06/06 16:41:32 [notice] 75#75: exit -2024/06/06 16:41:32 [notice] 68#68: exit -2024/06/06 16:41:32 [notice] 83#83: gracefully shutting down -2024/06/06 16:41:32 [notice] 83#83: exiting -2024/06/06 16:41:32 [notice] 83#83: exit -2024/06/06 16:41:32 [notice] 26#26: signal 17 (SIGCHLD) received from 82 -2024/06/06 16:41:32 [notice] 26#26: worker process 82 exited with code 0 -2024/06/06 16:41:32 [notice] 26#26: signal 29 (SIGIO) received -2024/06/06 16:41:32 [notice] 26#26: signal 17 (SIGCHLD) received from 79 -2024/06/06 16:41:32 [notice] 26#26: worker process 79 exited with code 0 -2024/06/06 16:41:32 [notice] 26#26: worker process 78 exited with code 0 -2024/06/06 16:41:32 [notice] 26#26: signal 29 (SIGIO) received -2024/06/06 16:41:32 [notice] 26#26: signal 17 (SIGCHLD) received from 78 -2024/06/06 16:41:32 [notice] 26#26: worker process 70 exited with code 0 -2024/06/06 16:41:32 [notice] 26#26: worker process 71 exited with code 0 -2024/06/06 16:41:32 [notice] 26#26: worker process 74 exited with code 0 -2024/06/06 16:41:32 [notice] 26#26: worker process 76 exited with code 0 -2024/06/06 16:41:32 [notice] 26#26: worker process 80 exited with code 0 -2024/06/06 16:41:32 [notice] 26#26: signal 1 (SIGHUP) received from 7, reconfiguring -2024/06/06 16:41:32 [notice] 26#26: reconfiguring -2024/06/06 16:41:32 [notice] 26#26: using the "epoll" event method -2024/06/06 16:41:32 [notice] 26#26: start worker processes -2024/06/06 16:41:32 [notice] 26#26: start worker process 103 -2024/06/06 16:41:32 [notice] 26#26: start worker process 104 -2024/06/06 16:41:32 [notice] 26#26: start worker process 105 -2024/06/06 16:41:32 [notice] 26#26: start worker process 106 -2024/06/06 16:41:32 [notice] 26#26: start worker process 107 -2024/06/06 16:41:32 [notice] 26#26: start worker process 108 -2024/06/06 16:41:32 [notice] 26#26: start worker process 109 -2024/06/06 16:41:32 [notice] 26#26: start worker process 110 -2024/06/06 16:41:32 [notice] 26#26: start worker process 111 -2024/06/06 16:41:32 [notice] 26#26: start worker process 112 -2024/06/06 16:41:32 [notice] 26#26: start worker process 113 -2024/06/06 16:41:32 [notice] 26#26: start worker process 114 -2024/06/06 16:41:32 [notice] 26#26: start worker process 115 -2024/06/06 16:41:32 [notice] 26#26: start worker process 116 -2024/06/06 16:41:32 [notice] 26#26: start worker process 117 -2024/06/06 16:41:32 [notice] 26#26: start worker process 118 -2024/06/06 16:41:32 [notice] 87#87: gracefully shutting down -2024/06/06 16:41:32 [notice] 88#88: gracefully shutting down -2024/06/06 16:41:32 [notice] 89#89: gracefully shutting down -2024/06/06 16:41:32 [notice] 90#90: gracefully shutting down -2024/06/06 16:41:32 [notice] 91#91: gracefully shutting down -2024/06/06 16:41:32 [notice] 92#92: gracefully shutting down -2024/06/06 16:41:32 [notice] 89#89: exiting -2024/06/06 16:41:32 [notice] 88#88: exiting -2024/06/06 16:41:32 [notice] 90#90: exiting -2024/06/06 16:41:32 [notice] 92#92: exiting -2024/06/06 16:41:32 [notice] 91#91: exiting -2024/06/06 16:41:32 [notice] 87#87: exiting -2024/06/06 16:41:32 [notice] 95#95: gracefully shutting down -2024/06/06 16:41:32 [notice] 94#94: gracefully shutting down -2024/06/06 16:41:32 [notice] 97#97: gracefully shutting down -2024/06/06 16:41:32 [notice] 93#93: gracefully shutting down -2024/06/06 16:41:32 [notice] 96#96: gracefully shutting down -2024/06/06 16:41:32 [notice] 95#95: exiting -2024/06/06 16:41:32 [notice] 94#94: exiting -2024/06/06 16:41:32 [notice] 97#97: exiting -2024/06/06 16:41:32 [notice] 93#93: exiting -2024/06/06 16:41:32 [notice] 96#96: exiting -2024/06/06 16:41:32 [notice] 101#101: gracefully shutting down -2024/06/06 16:41:32 [notice] 101#101: exiting -2024/06/06 16:41:32 [notice] 98#98: gracefully shutting down -2024/06/06 16:41:32 [notice] 98#98: exiting -2024/06/06 16:41:32 [notice] 100#100: gracefully shutting down -2024/06/06 16:41:32 [notice] 100#100: exiting -2024/06/06 16:41:32 [notice] 26#26: signal 29 (SIGIO) received -2024/06/06 16:41:32 [notice] 26#26: signal 17 (SIGCHLD) received from 75 -2024/06/06 16:41:32 [notice] 26#26: worker process 68 exited with code 0 -2024/06/06 16:41:32 [notice] 26#26: worker process 69 exited with code 0 -2024/06/06 16:41:32 [notice] 26#26: worker process 72 exited with code 0 -2024/06/06 16:41:32 [notice] 26#26: worker process 73 exited with code 0 -2024/06/06 16:41:32 [notice] 26#26: worker process 75 exited with code 0 -2024/06/06 16:41:32 [notice] 26#26: worker process 77 exited with code 0 -2024/06/06 16:41:32 [notice] 26#26: worker process 81 exited with code 0 -2024/06/06 16:41:32 [notice] 26#26: worker process 83 exited with code 0 -2024/06/06 16:41:32 [notice] 99#99: gracefully shutting down -2024/06/06 16:41:32 [notice] 99#99: exiting -2024/06/06 16:41:32 [notice] 102#102: gracefully shutting down -2024/06/06 16:41:32 [notice] 102#102: exiting -2024/06/06 16:41:32 [notice] 91#91: exit -2024/06/06 16:41:32 [notice] 90#90: exit -2024/06/06 16:41:32 [notice] 87#87: exit -2024/06/06 16:41:32 [notice] 88#88: exit -2024/06/06 16:41:32 [notice] 97#97: exit -2024/06/06 16:41:32 [notice] 95#95: exit -2024/06/06 16:41:32 [notice] 26#26: signal 29 (SIGIO) received -2024/06/06 16:41:32 [notice] 101#101: exit -2024/06/06 16:41:32 [notice] 94#94: exit -2024/06/06 16:41:32 [notice] 100#100: exit -2024/06/06 16:41:32 [notice] 89#89: exit -2024/06/06 16:41:32 [notice] 93#93: exit -2024/06/06 16:41:32 [notice] 96#96: exit -2024/06/06 16:41:32 [notice] 98#98: exit -2024/06/06 16:41:32 [notice] 99#99: exit -2024/06/06 16:41:32 [notice] 102#102: exit -2024/06/06 16:41:32 [notice] 92#92: exit -2024/06/06 16:41:32 [notice] 26#26: signal 17 (SIGCHLD) received from 101 -2024/06/06 16:41:32 [notice] 26#26: worker process 101 exited with code 0 -2024/06/06 16:41:32 [notice] 26#26: signal 29 (SIGIO) received -2024/06/06 16:41:32 [notice] 26#26: signal 1 (SIGHUP) received from 7, reconfiguring -2024/06/06 16:41:32 [notice] 26#26: reconfiguring -2024/06/06 16:41:32 [notice] 26#26: using the "epoll" event method -2024/06/06 16:41:32 [notice] 26#26: start worker processes -2024/06/06 16:41:32 [notice] 26#26: start worker process 119 -2024/06/06 16:41:32 [notice] 26#26: start worker process 120 -2024/06/06 16:41:32 [notice] 26#26: start worker process 121 -2024/06/06 16:41:32 [notice] 26#26: start worker process 122 -2024/06/06 16:41:32 [notice] 26#26: start worker process 123 -2024/06/06 16:41:32 [notice] 26#26: start worker process 124 -2024/06/06 16:41:32 [notice] 26#26: start worker process 125 -2024/06/06 16:41:32 [notice] 26#26: start worker process 126 -2024/06/06 16:41:32 [notice] 26#26: start worker process 127 -2024/06/06 16:41:32 [notice] 26#26: start worker process 128 -2024/06/06 16:41:32 [notice] 26#26: start worker process 129 -2024/06/06 16:41:32 [notice] 26#26: start worker process 130 -2024/06/06 16:41:32 [notice] 26#26: start worker process 131 -2024/06/06 16:41:32 [notice] 26#26: start worker process 132 -2024/06/06 16:41:32 [notice] 26#26: start worker process 133 -2024/06/06 16:41:32 [notice] 26#26: start worker process 134 -2024/06/06 16:41:32 [notice] 103#103: gracefully shutting down -2024/06/06 16:41:32 [notice] 104#104: gracefully shutting down -2024/06/06 16:41:32 [notice] 105#105: gracefully shutting down -2024/06/06 16:41:32 [notice] 106#106: gracefully shutting down -2024/06/06 16:41:32 [notice] 104#104: exiting -2024/06/06 16:41:32 [notice] 105#105: exiting -2024/06/06 16:41:32 [notice] 107#107: gracefully shutting down -2024/06/06 16:41:32 [notice] 106#106: exiting -2024/06/06 16:41:32 [notice] 107#107: exiting -2024/06/06 16:41:32 [notice] 108#108: gracefully shutting down -2024/06/06 16:41:32 [notice] 103#103: exiting -2024/06/06 16:41:32 [notice] 108#108: exiting -2024/06/06 16:41:32 [notice] 26#26: signal 17 (SIGCHLD) received from 100 -2024/06/06 16:41:32 [notice] 110#110: gracefully shutting down -2024/06/06 16:41:32 [notice] 26#26: worker process 87 exited with code 0 -2024/06/06 16:41:32 [notice] 113#113: gracefully shutting down -2024/06/06 16:41:32 [notice] 26#26: worker process 88 exited with code 0 -2024/06/06 16:41:32 [notice] 109#109: gracefully shutting down -2024/06/06 16:41:32 [notice] 111#111: gracefully shutting down -2024/06/06 16:41:32 [notice] 116#116: gracefully shutting down -2024/06/06 16:41:32 [notice] 26#26: worker process 89 exited with code 0 -2024/06/06 16:41:32 [notice] 115#115: gracefully shutting down -2024/06/06 16:41:32 [notice] 114#114: gracefully shutting down -2024/06/06 16:41:32 [notice] 26#26: worker process 90 exited with code 0 -2024/06/06 16:41:32 [notice] 26#26: worker process 91 exited with code 0 -2024/06/06 16:41:32 [notice] 110#110: exiting -2024/06/06 16:41:32 [notice] 26#26: worker process 92 exited with code 0 -2024/06/06 16:41:32 [notice] 113#113: exiting -2024/06/06 16:41:32 [notice] 26#26: worker process 93 exited with code 0 -2024/06/06 16:41:32 [notice] 116#116: exiting -2024/06/06 16:41:32 [notice] 26#26: worker process 94 exited with code 0 -2024/06/06 16:41:32 [notice] 111#111: exiting -2024/06/06 16:41:32 [notice] 109#109: exiting -2024/06/06 16:41:32 [notice] 26#26: worker process 95 exited with code 0 -2024/06/06 16:41:32 [notice] 115#115: exiting -2024/06/06 16:41:32 [notice] 114#114: exiting -2024/06/06 16:41:32 [notice] 26#26: worker process 96 exited with code 0 -2024/06/06 16:41:32 [notice] 26#26: worker process 97 exited with code 0 -2024/06/06 16:41:32 [notice] 26#26: worker process 98 exited with code 0 -2024/06/06 16:41:32 [notice] 26#26: worker process 99 exited with code 0 -2024/06/06 16:41:32 [notice] 26#26: worker process 100 exited with code 0 -2024/06/06 16:41:32 [notice] 26#26: worker process 102 exited with code 0 -2024/06/06 16:41:32 [notice] 118#118: gracefully shutting down -2024/06/06 16:41:32 [notice] 118#118: exiting -2024/06/06 16:41:32 [notice] 112#112: gracefully shutting down -2024/06/06 16:41:32 [notice] 112#112: exiting -2024/06/06 16:41:32 [notice] 103#103: exit -2024/06/06 16:41:32 [notice] 105#105: exit -2024/06/06 16:41:32 [notice] 107#107: exit -2024/06/06 16:41:32 [notice] 106#106: exit -2024/06/06 16:41:32 [notice] 104#104: exit -2024/06/06 16:41:32 [notice] 115#115: exit -2024/06/06 16:41:32 [notice] 113#113: exit -2024/06/06 16:41:32 [notice] 118#118: exit -2024/06/06 16:41:32 [notice] 109#109: exit -2024/06/06 16:41:32 [notice] 111#111: exit -2024/06/06 16:41:32 [notice] 116#116: exit -2024/06/06 16:41:32 [notice] 114#114: exit -2024/06/06 16:41:32 [notice] 26#26: signal 29 (SIGIO) received -2024/06/06 16:41:32 [notice] 117#117: gracefully shutting down -2024/06/06 16:41:32 [notice] 117#117: exiting -2024/06/06 16:41:32 [notice] 108#108: exit -2024/06/06 16:41:32 [notice] 112#112: exit -2024/06/06 16:41:32 [notice] 117#117: exit -2024/06/06 16:41:32 [notice] 110#110: exit -2024/06/06 16:41:32 [notice] 26#26: signal 17 (SIGCHLD) received from 116 -2024/06/06 16:41:32 [notice] 26#26: worker process 116 exited with code 0 -2024/06/06 16:41:32 [notice] 26#26: signal 29 (SIGIO) received -2024/06/06 16:41:32 [notice] 26#26: signal 17 (SIGCHLD) received from 109 -2024/06/06 16:41:32 [notice] 26#26: worker process 109 exited with code 0 -2024/06/06 16:41:32 [notice] 26#26: signal 29 (SIGIO) received -2024/06/06 16:41:32 [notice] 26#26: signal 17 (SIGCHLD) received from 104 -2024/06/06 16:41:32 [notice] 26#26: worker process 104 exited with code 0 -2024/06/06 16:41:32 [notice] 26#26: signal 29 (SIGIO) received -2024/06/06 16:41:32 [notice] 26#26: signal 17 (SIGCHLD) received from 117 -2024/06/06 16:41:32 [notice] 26#26: worker process 117 exited with code 0 -2024/06/06 16:41:32 [notice] 26#26: worker process 108 exited with code 0 -2024/06/06 16:41:32 [notice] 26#26: signal 29 (SIGIO) received -2024/06/06 16:41:32 [notice] 26#26: signal 17 (SIGCHLD) received from 108 -2024/06/06 16:41:32 [notice] 26#26: worker process 113 exited with code 0 -2024/06/06 16:41:32 [notice] 26#26: worker process 114 exited with code 0 -2024/06/06 16:41:32 [notice] 26#26: worker process 118 exited with code 0 -2024/06/06 16:41:32 [notice] 26#26: signal 29 (SIGIO) received -2024/06/06 16:41:32 [notice] 26#26: signal 17 (SIGCHLD) received from 106 -2024/06/06 16:41:32 [notice] 26#26: worker process 106 exited with code 0 -2024/06/06 16:41:32 [notice] 26#26: signal 29 (SIGIO) received -2024/06/06 16:41:32 [notice] 26#26: signal 17 (SIGCHLD) received from 110 -2024/06/06 16:41:32 [notice] 26#26: worker process 107 exited with code 0 -2024/06/06 16:41:32 [notice] 26#26: worker process 110 exited with code 0 -2024/06/06 16:41:32 [notice] 26#26: signal 29 (SIGIO) received -2024/06/06 16:41:32 [notice] 26#26: signal 17 (SIGCHLD) received from 112 -2024/06/06 16:41:32 [notice] 26#26: worker process 111 exited with code 0 -2024/06/06 16:41:32 [notice] 26#26: worker process 112 exited with code 0 -2024/06/06 16:41:32 [notice] 26#26: worker process 115 exited with code 0 -2024/06/06 16:41:32 [notice] 26#26: signal 29 (SIGIO) received -2024/06/06 16:41:32 [notice] 26#26: signal 17 (SIGCHLD) received from 105 -2024/06/06 16:41:32 [notice] 26#26: worker process 105 exited with code 0 -2024/06/06 16:41:32 [notice] 26#26: signal 29 (SIGIO) received -2024/06/06 16:41:32 [notice] 26#26: signal 17 (SIGCHLD) received from 103 -2024/06/06 16:41:32 [notice] 26#26: worker process 103 exited with code 0 -2024/06/06 16:41:32 [notice] 26#26: signal 29 (SIGIO) received -2024/06/06 16:41:33 [info] 119#119: *7 client unix: closed keepalive connection -2024/06/06 16:41:33 [info] 120#120: *8 client unix: closed keepalive connection -10.142.0.71 - - [06/Jun/2024:16:41:33 +0000] "GET / HTTP/1.1" 200 156 "-" "Go-http-client/1.1" -2024/06/06 16:41:33 [info] 119#119: *9 client 10.142.0.71 closed keepalive connection -10.142.0.71 - - [06/Jun/2024:16:41:33 +0000] "GET / HTTP/1.1" 200 156 "-" "Go-http-client/1.1" -2024/06/06 16:41:33 [info] 120#120: *11 client 10.142.0.71 closed keepalive connection -2024/06/06 16:41:34 [info] 121#121: *13 client unix: closed keepalive connection -2024/06/06 16:41:34 [info] 122#122: *14 client unix: closed keepalive connection -2024/06/06 16:41:34 [info] 123#123: *15 client unix: closed keepalive connection -2024/06/06 16:41:34 [info] 124#124: *16 client unix: closed keepalive connection -2024/06/06 16:41:34 [info] 125#125: *17 client unix: closed keepalive connection -2024/06/06 16:41:35 [info] 126#126: *18 client unix: closed keepalive connection -2024/06/06 16:41:35 [info] 127#127: *19 client unix: closed keepalive connection -2024/06/06 16:41:35 [info] 128#128: *20 client unix: closed keepalive connection -2024/06/06 16:41:35 [info] 129#129: *21 client unix: closed keepalive connection -2024/06/06 16:41:35 [info] 130#130: *22 client unix: closed keepalive connection -2024/06/06 16:41:35 [info] 131#131: *23 client unix: closed keepalive connection -2024/06/06 16:41:35 [info] 132#132: *24 client unix: closed keepalive connection -2024/06/06 16:41:35 [info] 133#133: *25 client unix: closed keepalive connection -2024/06/06 16:41:35 [info] 134#134: *26 client unix: closed keepalive connection -2024/06/06 16:41:35 [info] 119#119: *27 client unix: closed keepalive connection -2024/06/06 16:41:35 [info] 119#119: *28 client unix: closed keepalive connection -2024/06/06 16:41:35 [info] 119#119: *29 client unix: closed keepalive connection -2024/06/06 16:41:35 [info] 119#119: *30 client unix: closed keepalive connection -2024/06/06 16:41:35 [info] 119#119: *31 client unix: closed keepalive connection -2024/06/06 16:41:35 [info] 119#119: *32 client unix: closed keepalive connection -2024/06/06 16:41:35 [info] 119#119: *33 client unix: closed keepalive connection -2024/06/06 16:41:35 [info] 119#119: *34 client unix: closed keepalive connection -2024/06/06 16:41:35 [info] 119#119: *35 client unix: closed keepalive connection -2024/06/06 16:41:35 [info] 119#119: *36 client unix: closed keepalive connection -2024/06/06 16:41:35 [info] 119#119: *37 client unix: closed keepalive connection -2024/06/06 16:41:35 [info] 119#119: *38 client unix: closed keepalive connection -2024/06/06 16:41:35 [info] 119#119: *39 client unix: closed keepalive connection -2024/06/06 16:41:35 [info] 119#119: *40 client unix: closed keepalive connection -2024/06/06 16:41:36 [info] 119#119: *41 client unix: closed keepalive connection -2024/06/06 16:41:36 [info] 119#119: *42 client unix: closed keepalive connection -2024/06/06 16:41:36 [info] 120#120: *43 client unix: closed keepalive connection -2024/06/06 16:41:36 [info] 120#120: *44 client unix: closed keepalive connection -2024/06/06 16:41:36 [info] 120#120: *45 client unix: closed keepalive connection -2024/06/06 16:41:36 [info] 120#120: *46 client unix: closed keepalive connection -2024/06/06 16:41:36 [info] 120#120: *47 client unix: closed keepalive connection -2024/06/06 16:41:36 [info] 120#120: *48 client unix: closed keepalive connection -2024/06/06 16:41:36 [info] 120#120: *49 client unix: closed keepalive connection -2024/06/06 16:41:36 [info] 120#120: *50 client unix: closed keepalive connection -2024/06/06 16:41:36 [info] 120#120: *51 client unix: closed keepalive connection -2024/06/06 16:41:36 [info] 120#120: *52 client unix: closed keepalive connection -2024/06/06 16:41:36 [info] 120#120: *53 client unix: closed keepalive connection -2024/06/06 16:41:36 [info] 120#120: *54 client unix: closed keepalive connection -2024/06/06 16:41:36 [info] 120#120: *55 client unix: closed keepalive connection -2024/06/06 16:41:36 [info] 120#120: *56 client unix: closed keepalive connection -2024/06/06 16:41:36 [info] 120#120: *57 client unix: closed keepalive connection -2024/06/06 16:41:36 [info] 120#120: *58 client unix: closed keepalive connection -2024/06/06 16:41:36 [info] 121#121: *59 client unix: closed keepalive connection -2024/06/06 16:41:36 [info] 121#121: *60 client unix: closed keepalive connection -2024/06/06 16:41:36 [info] 121#121: *61 client unix: closed keepalive connection -2024/06/06 16:41:36 [info] 121#121: *62 client unix: closed keepalive connection -2024/06/06 16:41:36 [info] 121#121: *63 client unix: closed keepalive connection -2024/06/06 16:41:36 [info] 121#121: *64 client unix: closed keepalive connection -2024/06/06 16:41:37 [info] 121#121: *65 client unix: closed keepalive connection -2024/06/06 16:41:37 [info] 121#121: *66 client unix: closed keepalive connection -2024/06/06 16:41:37 [info] 121#121: *67 client unix: closed keepalive connection -2024/06/06 16:41:37 [info] 121#121: *68 client unix: closed keepalive connection -2024/06/06 16:41:37 [info] 121#121: *69 client unix: closed keepalive connection -2024/06/06 16:41:37 [info] 121#121: *70 client unix: closed keepalive connection -2024/06/06 16:41:37 [info] 121#121: *71 client unix: closed keepalive connection -2024/06/06 16:41:37 [info] 121#121: *72 client unix: closed keepalive connection -2024/06/06 16:41:37 [info] 121#121: *73 client unix: closed keepalive connection -2024/06/06 16:41:37 [info] 121#121: *74 client unix: closed keepalive connection -2024/06/06 16:41:37 [info] 122#122: *75 client unix: closed keepalive connection -2024/06/06 16:41:37 [info] 122#122: *76 client unix: closed keepalive connection -2024/06/06 16:41:37 [info] 122#122: *77 client unix: closed keepalive connection -2024/06/06 16:41:38 [info] 122#122: *78 client unix: closed keepalive connection -2024/06/06 16:41:38 [info] 122#122: *79 client unix: closed keepalive connection -2024/06/06 16:41:38 [info] 122#122: *80 client unix: closed keepalive connection -2024/06/06 16:41:38 [info] 122#122: *81 client unix: closed keepalive connection -2024/06/06 16:41:38 [info] 122#122: *82 client unix: closed keepalive connection -2024/06/06 16:41:38 [info] 122#122: *83 client unix: closed keepalive connection -2024/06/06 16:41:38 [info] 122#122: *84 client unix: closed keepalive connection -2024/06/06 16:41:38 [info] 122#122: *85 client unix: closed keepalive connection -2024/06/06 16:41:38 [info] 122#122: *86 client unix: closed keepalive connection -2024/06/06 16:41:38 [info] 122#122: *87 client unix: closed keepalive connection -2024/06/06 16:41:38 [info] 122#122: *88 client unix: closed keepalive connection -2024/06/06 16:41:38 [info] 122#122: *89 client unix: closed keepalive connection -2024/06/06 16:41:38 [info] 122#122: *90 client unix: closed keepalive connection -2024/06/06 16:41:38 [info] 123#123: *91 client unix: closed keepalive connection -2024/06/06 16:41:38 [info] 123#123: *92 client unix: closed keepalive connection -2024/06/06 16:41:38 [info] 123#123: *93 client unix: closed keepalive connection -2024/06/06 16:41:38 [info] 123#123: *94 client unix: closed keepalive connection -2024/06/06 16:41:38 [info] 123#123: *95 client unix: closed keepalive connection -2024/06/06 16:41:39 [info] 123#123: *96 client unix: closed keepalive connection -2024/06/06 16:41:39 [info] 123#123: *97 client unix: closed keepalive connection -2024/06/06 16:41:39 [info] 123#123: *98 client unix: closed keepalive connection -2024/06/06 16:41:39 [info] 123#123: *99 client unix: closed keepalive connection -2024/06/06 16:41:39 [info] 123#123: *100 client unix: closed keepalive connection -2024/06/06 16:41:39 [info] 123#123: *101 client unix: closed keepalive connection -2024/06/06 16:41:39 [info] 123#123: *102 client unix: closed keepalive connection -2024/06/06 16:41:39 [info] 123#123: *103 client unix: closed keepalive connection -2024/06/06 16:41:39 [info] 123#123: *104 client unix: closed keepalive connection -2024/06/06 16:41:39 [info] 123#123: *105 client unix: closed keepalive connection -2024/06/06 16:41:39 [info] 123#123: *106 client unix: closed keepalive connection -2024/06/06 16:41:39 [info] 124#124: *107 client unix: closed keepalive connection -2024/06/06 16:41:40 [info] 124#124: *108 client unix: closed keepalive connection -2024/06/06 16:41:40 [info] 124#124: *109 client unix: closed keepalive connection -2024/06/06 16:41:40 [info] 124#124: *110 client unix: closed keepalive connection -2024/06/06 16:41:40 [info] 124#124: *111 client unix: closed keepalive connection -2024/06/06 16:41:40 [info] 124#124: *112 client unix: closed keepalive connection -2024/06/06 16:41:40 [info] 124#124: *113 client unix: closed keepalive connection -2024/06/06 16:41:40 [info] 124#124: *114 client unix: closed keepalive connection -2024/06/06 16:41:40 [info] 124#124: *115 client unix: closed keepalive connection -2024/06/06 16:41:40 [info] 124#124: *116 client unix: closed keepalive connection -2024/06/06 16:41:40 [info] 124#124: *117 client unix: closed keepalive connection -2024/06/06 16:41:40 [info] 124#124: *118 client unix: closed keepalive connection -2024/06/06 16:41:40 [info] 124#124: *119 client unix: closed keepalive connection -2024/06/06 16:41:40 [info] 124#124: *120 client unix: closed keepalive connection -2024/06/06 16:41:40 [info] 124#124: *121 client unix: closed keepalive connection -2024/06/06 16:41:40 [info] 124#124: *122 client unix: closed keepalive connection -2024/06/06 16:41:40 [info] 125#125: *123 client unix: closed keepalive connection -2024/06/06 16:41:41 [info] 125#125: *124 client unix: closed keepalive connection -2024/06/06 16:41:41 [info] 125#125: *125 client unix: closed keepalive connection -2024/06/06 16:41:41 [info] 125#125: *126 client unix: closed keepalive connection -2024/06/06 16:41:41 [info] 125#125: *127 client unix: closed keepalive connection -2024/06/06 16:41:41 [info] 125#125: *128 client unix: closed keepalive connection -2024/06/06 16:41:41 [info] 125#125: *129 client unix: closed keepalive connection -2024/06/06 16:41:41 [info] 125#125: *130 client unix: closed keepalive connection -2024/06/06 16:41:41 [info] 125#125: *131 client unix: closed keepalive connection -2024/06/06 16:41:41 [info] 125#125: *132 client unix: closed keepalive connection -2024/06/06 16:41:41 [info] 125#125: *133 client unix: closed keepalive connection -2024/06/06 16:41:41 [info] 125#125: *134 client unix: closed keepalive connection -2024/06/06 16:41:41 [info] 125#125: *135 client unix: closed keepalive connection -2024/06/06 16:41:41 [info] 125#125: *136 client unix: closed keepalive connection -2024/06/06 16:41:41 [info] 125#125: *137 client unix: closed keepalive connection -2024/06/06 16:41:41 [info] 125#125: *138 client unix: closed keepalive connection -2024/06/06 16:41:41 [info] 126#126: *139 client unix: closed keepalive connection -2024/06/06 16:41:41 [info] 126#126: *140 client unix: closed keepalive connection -2024/06/06 16:41:41 [info] 126#126: *141 client unix: closed keepalive connection -2024/06/06 16:41:41 [info] 126#126: *142 client unix: closed keepalive connection -2024/06/06 16:41:41 [info] 126#126: *143 client unix: closed keepalive connection -2024/06/06 16:41:41 [info] 126#126: *144 client unix: closed keepalive connection -2024/06/06 16:41:42 [info] 126#126: *145 client unix: closed keepalive connection -2024/06/06 16:41:42 [info] 126#126: *146 client unix: closed keepalive connection -2024/06/06 16:41:42 [info] 126#126: *147 client unix: closed keepalive connection -2024/06/06 16:41:42 [info] 126#126: *148 client unix: closed keepalive connection -2024/06/06 16:41:42 [info] 126#126: *149 client unix: closed keepalive connection -2024/06/06 16:41:42 [info] 126#126: *150 client unix: closed keepalive connection -2024/06/06 16:41:42 [info] 126#126: *151 client unix: closed keepalive connection -2024/06/06 16:41:42 [info] 126#126: *152 client unix: closed keepalive connection -2024/06/06 16:41:42 [info] 126#126: *153 client unix: closed keepalive connection -2024/06/06 16:41:42 [info] 126#126: *154 client unix: closed keepalive connection -2024/06/06 16:41:42 [info] 127#127: *155 client unix: closed keepalive connection -2024/06/06 16:41:42 [info] 127#127: *156 client unix: closed keepalive connection -2024/06/06 16:41:42 [info] 127#127: *157 client unix: closed keepalive connection -2024/06/06 16:41:42 [info] 127#127: *158 client unix: closed keepalive connection -2024/06/06 16:41:42 [info] 127#127: *159 client unix: closed keepalive connection -2024/06/06 16:41:42 [info] 127#127: *160 client unix: closed keepalive connection -2024/06/06 16:41:42 [info] 127#127: *161 client unix: closed keepalive connection -2024/06/06 16:41:42 [info] 127#127: *162 client unix: closed keepalive connection -2024/06/06 16:41:42 [info] 127#127: *163 client unix: closed keepalive connection -2024/06/06 16:41:43 [info] 127#127: *164 client unix: closed keepalive connection -2024/06/06 16:41:43 [info] 127#127: *165 client unix: closed keepalive connection -2024/06/06 16:41:43 [info] 127#127: *166 client unix: closed keepalive connection -2024/06/06 16:41:43 [info] 127#127: *167 client unix: closed keepalive connection -2024/06/06 16:41:43 [info] 127#127: *168 client unix: closed keepalive connection -2024/06/06 16:41:43 [info] 127#127: *169 client unix: closed keepalive connection -2024/06/06 16:41:43 [info] 127#127: *170 client unix: closed keepalive connection -2024/06/06 16:41:43 [info] 128#128: *171 client unix: closed keepalive connection -2024/06/06 16:41:43 [info] 128#128: *172 client unix: closed keepalive connection -2024/06/06 16:41:43 [info] 128#128: *173 client unix: closed keepalive connection -2024/06/06 16:41:43 [info] 128#128: *174 client unix: closed keepalive connection -2024/06/06 16:41:43 [info] 128#128: *175 client unix: closed keepalive connection -2024/06/06 16:41:43 [info] 128#128: *176 client unix: closed keepalive connection -2024/06/06 16:41:43 [info] 128#128: *177 client unix: closed keepalive connection -2024/06/06 16:41:43 [info] 128#128: *178 client unix: closed keepalive connection -2024/06/06 16:41:43 [info] 128#128: *179 client unix: closed keepalive connection -2024/06/06 16:41:43 [info] 128#128: *180 client unix: closed keepalive connection -2024/06/06 16:41:43 [info] 128#128: *181 client unix: closed keepalive connection -2024/06/06 16:41:43 [info] 128#128: *182 client unix: closed keepalive connection -2024/06/06 16:41:43 [info] 128#128: *183 client unix: closed keepalive connection -2024/06/06 16:41:44 [info] 128#128: *184 client unix: closed keepalive connection -2024/06/06 16:41:44 [info] 128#128: *185 client unix: closed keepalive connection -2024/06/06 16:41:44 [info] 128#128: *186 client unix: closed keepalive connection -2024/06/06 16:41:44 [info] 129#129: *187 client unix: closed keepalive connection -2024/06/06 16:41:44 [info] 129#129: *188 client unix: closed keepalive connection -2024/06/06 16:41:44 [info] 129#129: *189 client unix: closed keepalive connection -2024/06/06 16:41:44 [info] 129#129: *190 client unix: closed keepalive connection -2024/06/06 16:41:44 [info] 129#129: *191 client unix: closed keepalive connection -2024/06/06 16:41:44 [info] 129#129: *192 client unix: closed keepalive connection -2024/06/06 16:41:44 [info] 129#129: *193 client unix: closed keepalive connection -2024/06/06 16:41:44 [info] 129#129: *194 client unix: closed keepalive connection -2024/06/06 16:41:44 [info] 129#129: *195 client unix: closed keepalive connection -2024/06/06 16:41:44 [info] 129#129: *196 client unix: closed keepalive connection -2024/06/06 16:41:44 [info] 129#129: *197 client unix: closed keepalive connection -2024/06/06 16:41:44 [info] 129#129: *198 client unix: closed keepalive connection -2024/06/06 16:41:44 [info] 129#129: *199 client unix: closed keepalive connection -2024/06/06 16:41:44 [info] 129#129: *200 client unix: closed keepalive connection -2024/06/06 16:41:44 [info] 129#129: *201 client unix: closed keepalive connection -2024/06/06 16:41:44 [info] 129#129: *202 client unix: closed keepalive connection -2024/06/06 16:41:45 [info] 130#130: *203 client unix: closed keepalive connection -2024/06/06 16:41:45 [info] 130#130: *204 client unix: closed keepalive connection -2024/06/06 16:41:45 [info] 130#130: *205 client unix: closed keepalive connection -2024/06/06 16:41:45 [info] 130#130: *206 client unix: closed keepalive connection -2024/06/06 16:41:45 [info] 130#130: *207 client unix: closed keepalive connection -2024/06/06 16:41:45 [info] 130#130: *208 client unix: closed keepalive connection -2024/06/06 16:41:45 [info] 130#130: *209 client unix: closed keepalive connection -2024/06/06 16:41:45 [info] 130#130: *210 client unix: closed keepalive connection -2024/06/06 16:41:45 [info] 130#130: *211 client unix: closed keepalive connection -2024/06/06 16:41:45 [info] 130#130: *212 client unix: closed keepalive connection -2024/06/06 16:41:45 [info] 130#130: *213 client unix: closed keepalive connection -2024/06/06 16:41:45 [info] 130#130: *214 client unix: closed keepalive connection -2024/06/06 16:41:45 [info] 130#130: *215 client unix: closed keepalive connection -2024/06/06 16:41:45 [info] 130#130: *216 client unix: closed keepalive connection -2024/06/06 16:41:45 [info] 130#130: *217 client unix: closed keepalive connection -2024/06/06 16:41:45 [info] 130#130: *218 client unix: closed keepalive connection -2024/06/06 16:41:45 [info] 131#131: *219 client unix: closed keepalive connection -2024/06/06 16:41:45 [info] 131#131: *220 client unix: closed keepalive connection -2024/06/06 16:41:45 [info] 131#131: *221 client unix: closed keepalive connection -2024/06/06 16:41:45 [info] 131#131: *222 client unix: closed keepalive connection -2024/06/06 16:41:45 [info] 131#131: *223 client unix: closed keepalive connection -2024/06/06 16:41:45 [info] 131#131: *224 client unix: closed keepalive connection -2024/06/06 16:41:45 [info] 131#131: *225 client unix: closed keepalive connection -2024/06/06 16:41:45 [info] 131#131: *226 client unix: closed keepalive connection -2024/06/06 16:41:46 [info] 131#131: *227 client unix: closed keepalive connection -2024/06/06 16:41:46 [info] 131#131: *228 client unix: closed keepalive connection -2024/06/06 16:41:46 [info] 131#131: *229 client unix: closed keepalive connection -2024/06/06 16:41:46 [info] 131#131: *230 client unix: closed keepalive connection -2024/06/06 16:41:46 [info] 131#131: *231 client unix: closed keepalive connection -2024/06/06 16:41:46 [info] 131#131: *232 client unix: closed keepalive connection -2024/06/06 16:41:46 [info] 131#131: *233 client unix: closed keepalive connection -2024/06/06 16:41:46 [info] 131#131: *234 client unix: closed keepalive connection -2024/06/06 16:41:46 [info] 132#132: *235 client unix: closed keepalive connection -2024/06/06 16:41:46 [info] 132#132: *236 client unix: closed keepalive connection -2024/06/06 16:41:46 [info] 132#132: *237 client unix: closed keepalive connection -2024/06/06 16:41:46 [info] 132#132: *238 client unix: closed keepalive connection -2024/06/06 16:41:46 [info] 132#132: *239 client unix: closed keepalive connection -2024/06/06 16:41:46 [info] 132#132: *240 client unix: closed keepalive connection -2024/06/06 16:41:46 [info] 132#132: *241 client unix: closed keepalive connection -2024/06/06 16:41:46 [info] 132#132: *242 client unix: closed keepalive connection -2024/06/06 16:41:46 [info] 132#132: *243 client unix: closed keepalive connection -2024/06/06 16:41:46 [info] 132#132: *244 client unix: closed keepalive connection -2024/06/06 16:41:46 [info] 132#132: *245 client unix: closed keepalive connection -2024/06/06 16:41:46 [info] 132#132: *246 client unix: closed keepalive connection -2024/06/06 16:41:47 [info] 132#132: *247 client unix: closed keepalive connection -2024/06/06 16:41:47 [info] 132#132: *248 client unix: closed keepalive connection -2024/06/06 16:41:47 [info] 132#132: *249 client unix: closed keepalive connection -2024/06/06 16:41:47 [info] 132#132: *250 client unix: closed keepalive connection -2024/06/06 16:41:47 [info] 133#133: *251 client unix: closed keepalive connection -2024/06/06 16:41:47 [info] 133#133: *252 client unix: closed keepalive connection -2024/06/06 16:41:47 [info] 133#133: *253 client unix: closed keepalive connection -2024/06/06 16:41:47 [info] 133#133: *254 client unix: closed keepalive connection -2024/06/06 16:41:47 [info] 133#133: *255 client unix: closed keepalive connection -2024/06/06 16:41:47 [info] 133#133: *256 client unix: closed keepalive connection -2024/06/06 16:41:47 [info] 133#133: *257 client unix: closed keepalive connection -2024/06/06 16:41:47 [info] 133#133: *258 client unix: closed keepalive connection -2024/06/06 16:41:47 [info] 133#133: *259 client unix: closed keepalive connection -2024/06/06 16:41:47 [info] 133#133: *260 client unix: closed keepalive connection -2024/06/06 16:41:47 [info] 133#133: *261 client unix: closed keepalive connection -2024/06/06 16:41:47 [info] 133#133: *262 client unix: closed keepalive connection -2024/06/06 16:41:47 [info] 133#133: *263 client unix: closed keepalive connection -2024/06/06 16:41:47 [info] 133#133: *264 client unix: closed keepalive connection -2024/06/06 16:41:47 [info] 133#133: *265 client unix: closed keepalive connection -2024/06/06 16:41:47 [info] 133#133: *266 client unix: closed keepalive connection -2024/06/06 16:41:47 [info] 134#134: *267 client unix: closed keepalive connection -2024/06/06 16:41:47 [info] 134#134: *268 client unix: closed keepalive connection -2024/06/06 16:41:47 [info] 134#134: *269 client unix: closed keepalive connection -2024/06/06 16:41:48 [info] 134#134: *270 client unix: closed keepalive connection -2024/06/06 16:41:48 [info] 134#134: *271 client unix: closed keepalive connection -2024/06/06 16:41:48 [info] 134#134: *272 client unix: closed keepalive connection -2024/06/06 16:41:48 [info] 134#134: *273 client unix: closed keepalive connection -2024/06/06 16:41:48 [info] 134#134: *274 client unix: closed keepalive connection -2024/06/06 16:41:48 [info] 134#134: *275 client unix: closed keepalive connection -2024/06/06 16:41:48 [info] 134#134: *276 client unix: closed keepalive connection -2024/06/06 16:41:48 [info] 134#134: *277 client unix: closed keepalive connection -2024/06/06 16:41:48 [info] 134#134: *278 client unix: closed keepalive connection -2024/06/06 16:41:48 [info] 134#134: *279 client unix: closed keepalive connection -2024/06/06 16:41:48 [info] 134#134: *280 client unix: closed keepalive connection -2024/06/06 16:41:48 [info] 134#134: *281 client unix: closed keepalive connection -2024/06/06 16:41:48 [info] 134#134: *282 client unix: closed keepalive connection -2024/06/06 16:41:48 [info] 119#119: *283 client unix: closed keepalive connection -2024/06/06 16:41:48 [info] 119#119: *284 client unix: closed keepalive connection -2024/06/06 16:41:48 [info] 119#119: *285 client unix: closed keepalive connection -2024/06/06 16:41:48 [info] 119#119: *286 client unix: closed keepalive connection -2024/06/06 16:41:49 [info] 119#119: *287 client unix: closed keepalive connection -2024/06/06 16:41:49 [info] 119#119: *288 client unix: closed keepalive connection -2024/06/06 16:41:49 [info] 119#119: *289 client unix: closed keepalive connection -2024/06/06 16:41:49 [info] 119#119: *290 client unix: closed keepalive connection -2024/06/06 16:41:49 [info] 119#119: *291 client unix: closed keepalive connection -2024/06/06 16:41:49 [info] 119#119: *292 client unix: closed keepalive connection -2024/06/06 16:41:49 [info] 119#119: *293 client unix: closed keepalive connection -2024/06/06 16:41:49 [info] 119#119: *294 client unix: closed keepalive connection -2024/06/06 16:41:49 [info] 119#119: *295 client unix: closed keepalive connection -2024/06/06 16:41:49 [info] 119#119: *296 client unix: closed keepalive connection -2024/06/06 16:41:49 [info] 119#119: *297 client unix: closed keepalive connection -2024/06/06 16:41:49 [info] 119#119: *298 client unix: closed keepalive connection -2024/06/06 16:41:49 [info] 120#120: *299 client unix: closed keepalive connection -2024/06/06 16:41:49 [info] 120#120: *300 client unix: closed keepalive connection -2024/06/06 16:41:49 [info] 120#120: *301 client unix: closed keepalive connection -2024/06/06 16:41:49 [info] 120#120: *302 client unix: closed keepalive connection -2024/06/06 16:41:49 [info] 120#120: *303 client unix: closed keepalive connection -2024/06/06 16:41:49 [info] 120#120: *304 client unix: closed keepalive connection -2024/06/06 16:41:50 [info] 120#120: *305 client unix: closed keepalive connection -2024/06/06 16:41:50 [info] 120#120: *306 client unix: closed keepalive connection -2024/06/06 16:41:50 [info] 120#120: *307 client unix: closed keepalive connection -2024/06/06 16:41:50 [info] 120#120: *308 client unix: closed keepalive connection -2024/06/06 16:41:50 [info] 120#120: *309 client unix: closed keepalive connection -2024/06/06 16:41:50 [info] 120#120: *310 client unix: closed keepalive connection -2024/06/06 16:41:50 [info] 120#120: *311 client unix: closed keepalive connection -2024/06/06 16:41:50 [info] 120#120: *312 client unix: closed keepalive connection -2024/06/06 16:41:50 [info] 120#120: *313 client unix: closed keepalive connection -2024/06/06 16:41:50 [info] 120#120: *314 client unix: closed keepalive connection -2024/06/06 16:41:50 [info] 121#121: *315 client unix: closed keepalive connection -2024/06/06 16:41:50 [info] 121#121: *316 client unix: closed keepalive connection -2024/06/06 16:41:50 [info] 121#121: *317 client unix: closed keepalive connection -2024/06/06 16:41:50 [info] 122#122: *318 client unix: closed keepalive connection -2024/06/06 16:41:50 [info] 121#121: *319 client unix: closed keepalive connection -2024/06/06 16:41:50 [info] 121#121: *320 client unix: closed keepalive connection -2024/06/06 16:41:50 [info] 121#121: *321 client unix: closed keepalive connection -2024/06/06 16:41:50 [info] 121#121: *322 client unix: closed keepalive connection -2024/06/06 16:41:50 [info] 121#121: *323 client unix: closed keepalive connection -2024/06/06 16:41:50 [info] 121#121: *324 client unix: closed keepalive connection -2024/06/06 16:41:50 [info] 122#122: *325 client unix: closed keepalive connection -2024/06/06 16:41:50 [info] 121#121: *326 client unix: closed keepalive connection -2024/06/06 16:41:50 [info] 121#121: *327 client unix: closed keepalive connection -2024/06/06 16:41:50 [info] 121#121: *328 client unix: closed keepalive connection -2024/06/06 16:41:50 [info] 121#121: *329 client unix: closed keepalive connection -2024/06/06 16:41:50 [info] 121#121: *330 client unix: closed keepalive connection -2024/06/06 16:41:50 [info] 121#121: *331 client unix: closed keepalive connection -2024/06/06 16:41:50 [info] 121#121: *332 client unix: closed keepalive connection -2024/06/06 16:41:50 [info] 122#122: *333 client unix: closed keepalive connection -2024/06/06 16:41:51 [info] 122#122: *334 client unix: closed keepalive connection -2024/06/06 16:41:51 [info] 122#122: *335 client unix: closed keepalive connection -2024/06/06 16:41:51 [info] 122#122: *336 client unix: closed keepalive connection -2024/06/06 16:41:51 [info] 122#122: *337 client unix: closed keepalive connection -2024/06/06 16:41:51 [info] 122#122: *338 client unix: closed keepalive connection -2024/06/06 16:41:51 [info] 122#122: *339 client unix: closed keepalive connection -2024/06/06 16:41:51 [info] 122#122: *340 client unix: closed keepalive connection -2024/06/06 16:41:51 [info] 122#122: *341 client unix: closed keepalive connection -2024/06/06 16:41:51 [info] 122#122: *342 client unix: closed keepalive connection -2024/06/06 16:41:51 [info] 122#122: *343 client unix: closed keepalive connection -2024/06/06 16:41:51 [info] 122#122: *344 client unix: closed keepalive connection -2024/06/06 16:41:51 [info] 122#122: *345 client unix: closed keepalive connection -2024/06/06 16:41:51 [info] 122#122: *346 client unix: closed keepalive connection -2024/06/06 16:41:51 [info] 123#123: *347 client unix: closed keepalive connection -2024/06/06 16:41:51 [info] 123#123: *348 client unix: closed keepalive connection -2024/06/06 16:41:51 [info] 123#123: *349 client unix: closed keepalive connection -2024/06/06 16:41:51 [info] 123#123: *350 client unix: closed keepalive connection -2024/06/06 16:41:51 [info] 123#123: *351 client unix: closed keepalive connection -2024/06/06 16:41:51 [info] 123#123: *352 client unix: closed keepalive connection -2024/06/06 16:41:51 [info] 123#123: *353 client unix: closed keepalive connection -2024/06/06 16:41:51 [info] 123#123: *354 client unix: closed keepalive connection -2024/06/06 16:41:51 [info] 123#123: *355 client unix: closed keepalive connection -2024/06/06 16:41:51 [info] 123#123: *356 client unix: closed keepalive connection -2024/06/06 16:41:52 [info] 123#123: *357 client unix: closed keepalive connection -2024/06/06 16:41:52 [info] 123#123: *358 client unix: closed keepalive connection -2024/06/06 16:41:52 [info] 123#123: *359 client unix: closed keepalive connection -2024/06/06 16:41:52 [info] 123#123: *360 client unix: closed keepalive connection -2024/06/06 16:41:52 [info] 123#123: *361 client unix: closed keepalive connection -2024/06/06 16:41:53 [info] 123#123: *362 client unix: closed keepalive connection -2024/06/06 16:41:53 [info] 124#124: *363 client unix: closed keepalive connection -2024/06/06 16:41:53 [info] 124#124: *364 client unix: closed keepalive connection -2024/06/06 16:41:53 [info] 124#124: *365 client unix: closed keepalive connection -2024/06/06 16:41:53 [info] 124#124: *366 client unix: closed keepalive connection -2024/06/06 16:41:53 [info] 124#124: *367 client unix: closed keepalive connection -2024/06/06 16:41:53 [info] 124#124: *368 client unix: closed keepalive connection -2024/06/06 16:41:53 [info] 124#124: *369 client unix: closed keepalive connection -2024/06/06 16:41:53 [info] 124#124: *370 client unix: closed keepalive connection -2024/06/06 16:41:53 [info] 124#124: *371 client unix: closed keepalive connection -2024/06/06 16:41:53 [info] 124#124: *372 client unix: closed keepalive connection -2024/06/06 16:41:53 [info] 124#124: *373 client unix: closed keepalive connection -2024/06/06 16:41:53 [info] 124#124: *374 client unix: closed keepalive connection -2024/06/06 16:41:53 [info] 124#124: *375 client unix: closed keepalive connection -2024/06/06 16:41:54 [info] 124#124: *376 client unix: closed keepalive connection -2024/06/06 16:41:54 [info] 124#124: *377 client unix: closed keepalive connection -2024/06/06 16:41:54 [info] 124#124: *378 client unix: closed keepalive connection -2024/06/06 16:41:54 [info] 125#125: *379 client unix: closed keepalive connection -2024/06/06 16:41:54 [info] 125#125: *380 client unix: closed keepalive connection -2024/06/06 16:41:54 [info] 125#125: *381 client unix: closed keepalive connection -2024/06/06 16:41:54 [info] 125#125: *382 client unix: closed keepalive connection -2024/06/06 16:41:54 [info] 125#125: *383 client unix: closed keepalive connection -2024/06/06 16:41:54 [info] 125#125: *384 client unix: closed keepalive connection -2024/06/06 16:41:54 [info] 125#125: *385 client unix: closed keepalive connection -2024/06/06 16:41:54 [info] 125#125: *386 client unix: closed keepalive connection -2024/06/06 16:41:54 [info] 125#125: *387 client unix: closed keepalive connection -2024/06/06 16:41:54 [info] 125#125: *388 client unix: closed keepalive connection -2024/06/06 16:41:54 [info] 125#125: *389 client unix: closed keepalive connection -2024/06/06 16:41:54 [info] 125#125: *390 client unix: closed keepalive connection -2024/06/06 16:41:54 [info] 125#125: *391 client unix: closed keepalive connection -2024/06/06 16:41:54 [info] 125#125: *392 client unix: closed keepalive connection -2024/06/06 16:41:54 [info] 125#125: *393 client unix: closed keepalive connection -2024/06/06 16:41:54 [info] 125#125: *394 client unix: closed keepalive connection -2024/06/06 16:41:54 [info] 126#126: *395 client unix: closed keepalive connection -2024/06/06 16:41:54 [info] 126#126: *396 client unix: closed keepalive connection -2024/06/06 16:41:54 [info] 126#126: *397 client unix: closed keepalive connection -2024/06/06 16:41:55 [info] 126#126: *398 client unix: closed keepalive connection -2024/06/06 16:41:55 [info] 126#126: *399 client unix: closed keepalive connection -2024/06/06 16:41:55 [info] 126#126: *400 client unix: closed keepalive connection -2024/06/06 16:41:55 [info] 126#126: *401 client unix: closed keepalive connection -2024/06/06 16:41:55 [info] 126#126: *402 client unix: closed keepalive connection -2024/06/06 16:41:55 [info] 126#126: *403 client unix: closed keepalive connection -2024/06/06 16:41:55 [info] 126#126: *404 client unix: closed keepalive connection -2024/06/06 16:41:55 [info] 126#126: *405 client unix: closed keepalive connection -2024/06/06 16:41:55 [info] 126#126: *406 client unix: closed keepalive connection -2024/06/06 16:41:55 [info] 126#126: *407 client unix: closed keepalive connection -2024/06/06 16:41:55 [info] 126#126: *408 client unix: closed keepalive connection -2024/06/06 16:41:55 [info] 126#126: *409 client unix: closed keepalive connection -2024/06/06 16:41:55 [info] 126#126: *410 client unix: closed keepalive connection -2024/06/06 16:41:55 [info] 127#127: *411 client unix: closed keepalive connection -2024/06/06 16:41:55 [info] 127#127: *412 client unix: closed keepalive connection -2024/06/06 16:41:55 [info] 127#127: *413 client unix: closed keepalive connection -2024/06/06 16:41:55 [info] 127#127: *414 client unix: closed keepalive connection -2024/06/06 16:41:55 [info] 127#127: *415 client unix: closed keepalive connection -2024/06/06 16:41:55 [info] 127#127: *416 client unix: closed keepalive connection -2024/06/06 16:41:55 [info] 127#127: *417 client unix: closed keepalive connection -2024/06/06 16:41:55 [info] 127#127: *418 client unix: closed keepalive connection -2024/06/06 16:41:55 [info] 127#127: *419 client unix: closed keepalive connection -2024/06/06 16:41:55 [info] 127#127: *420 client unix: closed keepalive connection -2024/06/06 16:41:55 [info] 127#127: *421 client unix: closed keepalive connection -2024/06/06 16:41:55 [info] 127#127: *422 client unix: closed keepalive connection -2024/06/06 16:41:55 [info] 127#127: *423 client unix: closed keepalive connection -2024/06/06 16:41:55 [info] 127#127: *424 client unix: closed keepalive connection -2024/06/06 16:41:55 [info] 127#127: *425 client unix: closed keepalive connection -2024/06/06 16:41:55 [info] 127#127: *426 client unix: closed keepalive connection -2024/06/06 16:41:55 [info] 128#128: *427 client unix: closed keepalive connection -2024/06/06 16:41:55 [info] 128#128: *428 client unix: closed keepalive connection -2024/06/06 16:41:56 [info] 128#128: *429 client unix: closed keepalive connection -2024/06/06 16:41:56 [info] 128#128: *430 client unix: closed keepalive connection -2024/06/06 16:41:56 [info] 128#128: *431 client unix: closed keepalive connection -2024/06/06 16:41:56 [info] 128#128: *432 client unix: closed keepalive connection -2024/06/06 16:41:56 [info] 128#128: *433 client unix: closed keepalive connection -2024/06/06 16:41:56 [info] 128#128: *434 client unix: closed keepalive connection -2024/06/06 16:41:56 [info] 128#128: *435 client unix: closed keepalive connection -2024/06/06 16:41:56 [info] 128#128: *436 client unix: closed keepalive connection -2024/06/06 16:41:56 [info] 128#128: *437 client unix: closed keepalive connection -2024/06/06 16:41:56 [info] 128#128: *438 client unix: closed keepalive connection -2024/06/06 16:41:56 [info] 128#128: *439 client unix: closed keepalive connection -2024/06/06 16:41:56 [info] 128#128: *440 client unix: closed keepalive connection -2024/06/06 16:41:56 [info] 128#128: *441 client unix: closed keepalive connection -2024/06/06 16:41:56 [info] 128#128: *442 client unix: closed keepalive connection -2024/06/06 16:41:56 [info] 129#129: *443 client unix: closed keepalive connection -2024/06/06 16:41:56 [info] 129#129: *444 client unix: closed keepalive connection -2024/06/06 16:41:56 [info] 129#129: *445 client unix: closed keepalive connection -2024/06/06 16:41:56 [info] 129#129: *446 client unix: closed keepalive connection -2024/06/06 16:41:56 [info] 129#129: *447 client unix: closed keepalive connection -2024/06/06 16:41:56 [info] 129#129: *448 client unix: closed keepalive connection -2024/06/06 16:41:56 [info] 129#129: *449 client unix: closed keepalive connection -2024/06/06 16:41:57 [info] 129#129: *450 client unix: closed keepalive connection -2024/06/06 16:41:57 [info] 129#129: *451 client unix: closed keepalive connection -2024/06/06 16:41:57 [info] 129#129: *452 client unix: closed keepalive connection -2024/06/06 16:41:57 [info] 129#129: *453 client unix: closed keepalive connection -2024/06/06 16:41:57 [info] 129#129: *454 client unix: closed keepalive connection -2024/06/06 16:41:57 [info] 129#129: *455 client unix: closed keepalive connection -2024/06/06 16:41:57 [info] 129#129: *456 client unix: closed keepalive connection -2024/06/06 16:41:57 [info] 129#129: *457 client unix: closed keepalive connection -2024/06/06 16:41:57 [info] 129#129: *458 client unix: closed keepalive connection -2024/06/06 16:41:57 [info] 130#130: *459 client unix: closed keepalive connection -2024/06/06 16:41:57 [info] 130#130: *460 client unix: closed keepalive connection -2024/06/06 16:41:57 [info] 130#130: *461 client unix: closed keepalive connection -2024/06/06 16:41:57 [info] 130#130: *462 client unix: closed keepalive connection -2024/06/06 16:41:57 [info] 130#130: *463 client unix: closed keepalive connection -2024/06/06 16:41:57 [info] 130#130: *464 client unix: closed keepalive connection -2024/06/06 16:41:57 [info] 130#130: *465 client unix: closed keepalive connection -2024/06/06 16:41:57 [info] 130#130: *466 client unix: closed keepalive connection -2024/06/06 16:41:57 [info] 130#130: *467 client unix: closed keepalive connection -2024/06/06 16:41:57 [info] 130#130: *468 client unix: closed keepalive connection -2024/06/06 16:41:57 [info] 130#130: *469 client unix: closed keepalive connection -2024/06/06 16:41:57 [info] 130#130: *470 client unix: closed keepalive connection -2024/06/06 16:41:58 [info] 130#130: *471 client unix: closed keepalive connection -2024/06/06 16:41:58 [info] 130#130: *472 client unix: closed keepalive connection -2024/06/06 16:41:58 [info] 130#130: *473 client unix: closed keepalive connection -2024/06/06 16:41:58 [info] 130#130: *474 client unix: closed keepalive connection -2024/06/06 16:41:58 [info] 131#131: *475 client unix: closed keepalive connection -2024/06/06 16:41:58 [info] 131#131: *476 client unix: closed keepalive connection -2024/06/06 16:41:58 [info] 131#131: *477 client unix: closed keepalive connection -2024/06/06 16:41:58 [info] 131#131: *478 client unix: closed keepalive connection -2024/06/06 16:41:58 [info] 131#131: *479 client unix: closed keepalive connection -2024/06/06 16:41:58 [info] 131#131: *480 client unix: closed keepalive connection -2024/06/06 16:41:58 [info] 131#131: *481 client unix: closed keepalive connection -2024/06/06 16:41:58 [info] 131#131: *482 client unix: closed keepalive connection -2024/06/06 16:41:58 [info] 131#131: *483 client unix: closed keepalive connection -2024/06/06 16:41:58 [info] 131#131: *484 client unix: closed keepalive connection -2024/06/06 16:41:58 [info] 131#131: *485 client unix: closed keepalive connection -2024/06/06 16:41:58 [info] 131#131: *486 client unix: closed keepalive connection -2024/06/06 16:41:58 [info] 131#131: *487 client unix: closed keepalive connection -2024/06/06 16:41:58 [info] 131#131: *488 client unix: closed keepalive connection -2024/06/06 16:41:58 [info] 131#131: *489 client unix: closed keepalive connection -2024/06/06 16:41:58 [info] 131#131: *490 client unix: closed keepalive connection -2024/06/06 16:41:59 [info] 132#132: *491 client unix: closed keepalive connection -2024/06/06 16:41:59 [info] 132#132: *492 client unix: closed keepalive connection -2024/06/06 16:41:59 [info] 132#132: *493 client unix: closed keepalive connection -2024/06/06 16:41:59 [info] 132#132: *494 client unix: closed keepalive connection -2024/06/06 16:41:59 [info] 132#132: *495 client unix: closed keepalive connection -2024/06/06 16:41:59 [info] 132#132: *496 client unix: closed keepalive connection -2024/06/06 16:41:59 [info] 132#132: *497 client unix: closed keepalive connection -2024/06/06 16:41:59 [info] 132#132: *498 client unix: closed keepalive connection -2024/06/06 16:41:59 [info] 132#132: *499 client unix: closed keepalive connection -2024/06/06 16:41:59 [info] 132#132: *500 client unix: closed keepalive connection -2024/06/06 16:41:59 [info] 132#132: *501 client unix: closed keepalive connection -2024/06/06 16:41:59 [info] 132#132: *502 client unix: closed keepalive connection -2024/06/06 16:41:59 [info] 132#132: *503 client unix: closed keepalive connection -2024/06/06 16:41:59 [info] 132#132: *504 client unix: closed keepalive connection -2024/06/06 16:41:59 [info] 132#132: *505 client unix: closed keepalive connection -2024/06/06 16:41:59 [info] 132#132: *506 client unix: closed keepalive connection -2024/06/06 16:41:59 [info] 133#133: *507 client unix: closed keepalive connection -2024/06/06 16:41:59 [info] 133#133: *508 client unix: closed keepalive connection -2024/06/06 16:41:59 [info] 133#133: *509 client unix: closed keepalive connection -2024/06/06 16:41:59 [info] 133#133: *510 client unix: closed keepalive connection -2024/06/06 16:41:59 [info] 133#133: *511 client unix: closed keepalive connection -2024/06/06 16:41:59 [info] 133#133: *512 client unix: closed keepalive connection -2024/06/06 16:41:59 [info] 133#133: *513 client unix: closed keepalive connection -2024/06/06 16:41:59 [info] 133#133: *514 client unix: closed keepalive connection -2024/06/06 16:41:59 [info] 133#133: *515 client unix: closed keepalive connection -2024/06/06 16:41:59 [info] 133#133: *516 client unix: closed keepalive connection -2024/06/06 16:42:00 [info] 133#133: *517 client unix: closed keepalive connection -2024/06/06 16:42:00 [info] 133#133: *518 client unix: closed keepalive connection -2024/06/06 16:42:00 [info] 133#133: *519 client unix: closed keepalive connection -2024/06/06 16:42:00 [info] 133#133: *520 client unix: closed keepalive connection -2024/06/06 16:42:00 [info] 133#133: *521 client unix: closed keepalive connection -2024/06/06 16:42:00 [info] 133#133: *522 client unix: closed keepalive connection -2024/06/06 16:42:00 [info] 134#134: *523 client unix: closed keepalive connection -2024/06/06 16:42:00 [info] 134#134: *524 client unix: closed keepalive connection -2024/06/06 16:42:00 [info] 134#134: *525 client unix: closed keepalive connection -2024/06/06 16:42:00 [info] 134#134: *526 client unix: closed keepalive connection -2024/06/06 16:42:00 [info] 134#134: *527 client unix: closed keepalive connection -2024/06/06 16:42:01 [info] 134#134: *528 client unix: closed keepalive connection -2024/06/06 16:42:01 [info] 134#134: *529 client unix: closed keepalive connection -2024/06/06 16:42:01 [info] 134#134: *530 client unix: closed keepalive connection -2024/06/06 16:42:01 [info] 134#134: *531 client unix: closed keepalive connection -2024/06/06 16:42:01 [info] 134#134: *532 client unix: closed keepalive connection -2024/06/06 16:42:01 [info] 134#134: *533 client unix: closed keepalive connection -2024/06/06 16:42:01 [info] 134#134: *534 client unix: closed keepalive connection -2024/06/06 16:42:01 [info] 134#134: *535 client unix: closed keepalive connection -2024/06/06 16:42:01 [info] 134#134: *536 client unix: closed keepalive connection -2024/06/06 16:42:01 [info] 134#134: *537 client unix: closed keepalive connection -2024/06/06 16:42:01 [info] 134#134: *538 client unix: closed keepalive connection -2024/06/06 16:42:01 [info] 119#119: *539 client unix: closed keepalive connection -2024/06/06 16:42:01 [info] 119#119: *540 client unix: closed keepalive connection -2024/06/06 16:42:01 [info] 119#119: *541 client unix: closed keepalive connection -2024/06/06 16:42:01 [info] 119#119: *542 client unix: closed keepalive connection -2024/06/06 16:42:01 [info] 119#119: *543 client unix: closed keepalive connection -2024/06/06 16:42:01 [info] 119#119: *544 client unix: closed keepalive connection -2024/06/06 16:42:01 [info] 119#119: *545 client unix: closed keepalive connection -2024/06/06 16:42:01 [info] 119#119: *546 client unix: closed keepalive connection -2024/06/06 16:42:01 [info] 119#119: *547 client unix: closed keepalive connection -2024/06/06 16:42:01 [info] 119#119: *548 client unix: closed keepalive connection -2024/06/06 16:42:02 [info] 119#119: *549 client unix: closed keepalive connection -2024/06/06 16:42:02 [info] 119#119: *550 client unix: closed keepalive connection -2024/06/06 16:42:02 [info] 119#119: *551 client unix: closed keepalive connection -2024/06/06 16:42:02 [info] 119#119: *552 client unix: closed keepalive connection -2024/06/06 16:42:02 [info] 119#119: *553 client unix: closed keepalive connection -2024/06/06 16:42:02 [info] 119#119: *554 client unix: closed keepalive connection -2024/06/06 16:42:02 [info] 120#120: *555 client unix: closed keepalive connection -2024/06/06 16:42:02 [info] 120#120: *556 client unix: closed keepalive connection -2024/06/06 16:42:02 [info] 120#120: *557 client unix: closed keepalive connection -2024/06/06 16:42:02 [info] 120#120: *558 client unix: closed keepalive connection -2024/06/06 16:42:02 [info] 120#120: *559 client unix: closed keepalive connection -2024/06/06 16:42:02 [info] 120#120: *560 client unix: closed keepalive connection -2024/06/06 16:42:02 [info] 120#120: *561 client unix: closed keepalive connection -2024/06/06 16:42:02 [info] 120#120: *562 client unix: closed keepalive connection -2024/06/06 16:42:02 [info] 120#120: *563 client unix: closed keepalive connection -2024/06/06 16:42:02 [info] 120#120: *564 client unix: closed keepalive connection -2024/06/06 16:42:02 [info] 120#120: *565 client unix: closed keepalive connection -2024/06/06 16:42:02 [info] 120#120: *566 client unix: closed keepalive connection -2024/06/06 16:42:02 [info] 120#120: *567 client unix: closed keepalive connection -2024/06/06 16:42:02 [crit] 120#120: ngx_slab_alloc() failed: no memory in upstream zone "scale_backend_80" -2024/06/06 16:42:02 [notice] 26#26: signal 1 (SIGHUP) received from 7, reconfiguring -2024/06/06 16:42:02 [notice] 26#26: reconfiguring -2024/06/06 16:42:02 [crit] 26#26: ngx_slab_alloc() failed: no memory in upstream zone "scale_backend_80" From d626fcd3f20ac1bc78a7092067198b879642d273 Mon Sep 17 00:00:00 2001 From: Saylor Berman Date: Thu, 6 Jun 2024 11:07:59 -0600 Subject: [PATCH 6/6] Delete ngf log file --- .../TestScale_UpstreamServers/ngf-plus.log | 3322 ----------------- 1 file changed, 3322 deletions(-) delete mode 100644 tests/results/scale/1.3.0/TestScale_UpstreamServers/ngf-plus.log diff --git a/tests/results/scale/1.3.0/TestScale_UpstreamServers/ngf-plus.log b/tests/results/scale/1.3.0/TestScale_UpstreamServers/ngf-plus.log deleted file mode 100644 index 1822c2598c..0000000000 --- a/tests/results/scale/1.3.0/TestScale_UpstreamServers/ngf-plus.log +++ /dev/null @@ -1,3322 +0,0 @@ -{"level":"info","ts":"2024-06-06T16:40:32Z","msg":"Starting NGINX Gateway Fabric in static mode","version":"edge","commit":"9e55882977ba17b7385652c7f063bd6ed99c42bf","date":"2024-06-06T14:31:19Z"} -{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting manager"} -{"level":"info","ts":"2024-06-06T16:40:33Z","logger":"controller-runtime.metrics","msg":"Starting metrics server"} -{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"starting server","name":"health probe","addr":"[::]:8081"} -{"level":"info","ts":"2024-06-06T16:40:33Z","logger":"controller-runtime.metrics","msg":"Serving metrics server","bindAddress":":9113","secure":false} -{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting EventSource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","source":"kind source: *v1.EndpointSlice"} -{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting Controller","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice"} -{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting EventSource","controller":"gateway","controllerGroup":"gateway.networking.k8s.io","controllerKind":"Gateway","source":"kind source: *v1.Gateway"} -{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting EventSource","controller":"httproute","controllerGroup":"gateway.networking.k8s.io","controllerKind":"HTTPRoute","source":"kind source: *v1.HTTPRoute"} -{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting EventSource","controller":"secret","controllerGroup":"","controllerKind":"Secret","source":"kind source: *v1.Secret"} -{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting Controller","controller":"secret","controllerGroup":"","controllerKind":"Secret"} -{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting Controller","controller":"httproute","controllerGroup":"gateway.networking.k8s.io","controllerKind":"HTTPRoute"} -{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting EventSource","controller":"gatewayclass","controllerGroup":"gateway.networking.k8s.io","controllerKind":"GatewayClass","source":"kind source: *v1.GatewayClass"} -{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting EventSource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","source":"kind source: *v1.Namespace"} -{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting Controller","controller":"namespace","controllerGroup":"","controllerKind":"Namespace"} -{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting Controller","controller":"gatewayclass","controllerGroup":"gateway.networking.k8s.io","controllerKind":"GatewayClass"} -{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting EventSource","controller":"service","controllerGroup":"","controllerKind":"Service","source":"kind source: *v1.Service"} -{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting EventSource","controller":"referencegrant","controllerGroup":"gateway.networking.k8s.io","controllerKind":"ReferenceGrant","source":"kind source: *v1beta1.ReferenceGrant"} -{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting Controller","controller":"referencegrant","controllerGroup":"gateway.networking.k8s.io","controllerKind":"ReferenceGrant"} -{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting Controller","controller":"service","controllerGroup":"","controllerKind":"Service"} -{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting EventSource","controller":"customresourcedefinition","controllerGroup":"apiextensions.k8s.io","controllerKind":"CustomResourceDefinition","source":"kind source: *v1.PartialObjectMetadata"} -{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting Controller","controller":"customresourcedefinition","controllerGroup":"apiextensions.k8s.io","controllerKind":"CustomResourceDefinition"} -{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting EventSource","controller":"service","controllerGroup":"","controllerKind":"Service","source":"kind source: *v1.Service"} -{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting EventSource","controller":"observabilitypolicy","controllerGroup":"gateway.nginx.org","controllerKind":"ObservabilityPolicy","source":"kind source: *v1alpha1.ObservabilityPolicy"} -{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting Controller","controller":"observabilitypolicy","controllerGroup":"gateway.nginx.org","controllerKind":"ObservabilityPolicy"} -{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting Controller","controller":"gateway","controllerGroup":"gateway.networking.k8s.io","controllerKind":"Gateway"} -{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting EventSource","controller":"nginxgateway","controllerGroup":"gateway.nginx.org","controllerKind":"NginxGateway","source":"kind source: *v1alpha1.NginxGateway"} -{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting Controller","controller":"nginxgateway","controllerGroup":"gateway.nginx.org","controllerKind":"NginxGateway"} -{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting EventSource","controller":"nginxproxy","controllerGroup":"gateway.nginx.org","controllerKind":"NginxProxy","source":"kind source: *v1alpha1.NginxProxy"} -{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting Controller","controller":"nginxproxy","controllerGroup":"gateway.nginx.org","controllerKind":"NginxProxy"} -{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting Controller","controller":"service","controllerGroup":"","controllerKind":"Service"} -{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting EventSource","controller":"grpcroute","controllerGroup":"gateway.networking.k8s.io","controllerKind":"GRPCRoute","source":"kind source: *v1.GRPCRoute"} -I0606 16:40:33.969220 7 leaderelection.go:250] attempting to acquire leader lease nginx-gateway/ngf-test-nginx-gateway-fabric-leader-election... -{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting Controller","controller":"grpcroute","controllerGroup":"gateway.networking.k8s.io","controllerKind":"GRPCRoute"} -{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting EventSource","controller":"clientsettingspolicy","controllerGroup":"gateway.nginx.org","controllerKind":"ClientSettingsPolicy","source":"kind source: *v1alpha1.ClientSettingsPolicy"} -{"level":"info","ts":"2024-06-06T16:40:33Z","msg":"Starting Controller","controller":"clientsettingspolicy","controllerGroup":"gateway.nginx.org","controllerKind":"ClientSettingsPolicy"} -I0606 16:40:33.987730 7 leaderelection.go:260] successfully acquired lease nginx-gateway/ngf-test-nginx-gateway-fabric-leader-election -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Starting workers","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","worker count":1} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"alertmanager-8k9x2","namespace":"gmp-system"},"namespace":"gmp-system","name":"alertmanager-8k9x2","reconcileID":"b002a247-1188-422d-b08c-2f2e06495bc9"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Starting workers","controller":"gatewayclass","controllerGroup":"gateway.networking.k8s.io","controllerKind":"GatewayClass","worker count":1} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Starting workers","controller":"gateway","controllerGroup":"gateway.networking.k8s.io","controllerKind":"Gateway","worker count":1} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"gatewayclass","controllerGroup":"gateway.networking.k8s.io","controllerKind":"GatewayClass","GatewayClass":{"name":"nginx"},"namespace":"","name":"nginx","reconcileID":"e13f7091-be65-46a6-903e-7c57deb5ba23"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Starting workers","controller":"httproute","controllerGroup":"gateway.networking.k8s.io","controllerKind":"HTTPRoute","worker count":1} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Starting workers","controller":"observabilitypolicy","controllerGroup":"gateway.nginx.org","controllerKind":"ObservabilityPolicy","worker count":1} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Starting workers","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","worker count":1} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Starting workers","controller":"secret","controllerGroup":"","controllerKind":"Secret","worker count":1} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"gke-managed-cim"},"namespace":"","name":"gke-managed-cim","reconcileID":"5835b005-842c-47be-b3f5-9e432fc5ff41"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Starting workers","controller":"service","controllerGroup":"","controllerKind":"Service","worker count":1} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"secret","controllerGroup":"","controllerKind":"Secret","Secret":{"name":"webhook-tls","namespace":"gmp-system"},"namespace":"gmp-system","name":"webhook-tls","reconcileID":"7e203ed1-d393-4ac9-b807-7f495dd4a637"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-alertmanager","namespace":"prom"},"namespace":"prom","name":"prom-alertmanager","reconcileID":"50ec4e4f-441a-41c0-81e7-9d9c7bdecc52"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Starting workers","controller":"customresourcedefinition","controllerGroup":"apiextensions.k8s.io","controllerKind":"CustomResourceDefinition","worker count":1} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"customresourcedefinition","controllerGroup":"apiextensions.k8s.io","controllerKind":"CustomResourceDefinition","CustomResourceDefinition":{"name":"gateways.gateway.networking.k8s.io"},"namespace":"","name":"gateways.gateway.networking.k8s.io","reconcileID":"1b071769-50e9-4aed-a52b-0878508f0c67"} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":2} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":3} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":4} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":5} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":6} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"customresourcedefinition","controllerGroup":"apiextensions.k8s.io","controllerKind":"CustomResourceDefinition","CustomResourceDefinition":{"name":"gateways.gateway.networking.k8s.io"},"namespace":"","name":"gateways.gateway.networking.k8s.io","reconcileID":"1b071769-50e9-4aed-a52b-0878508f0c67"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"alertmanager-8k9x2","namespace":"gmp-system"},"namespace":"gmp-system","name":"alertmanager-8k9x2","reconcileID":"b002a247-1188-422d-b08c-2f2e06495bc9"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"gke-managed-cim"},"namespace":"","name":"gke-managed-cim","reconcileID":"5835b005-842c-47be-b3f5-9e432fc5ff41"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"gatewayclass","controllerGroup":"gateway.networking.k8s.io","controllerKind":"GatewayClass","GatewayClass":{"name":"nginx"},"namespace":"","name":"nginx","reconcileID":"e13f7091-be65-46a6-903e-7c57deb5ba23"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"customresourcedefinition","controllerGroup":"apiextensions.k8s.io","controllerKind":"CustomResourceDefinition","CustomResourceDefinition":{"name":"httproutes.gateway.networking.k8s.io"},"namespace":"","name":"httproutes.gateway.networking.k8s.io","reconcileID":"80f7cc35-22cf-4775-8313-cdbaa4d5228a"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"customresourcedefinition","controllerGroup":"apiextensions.k8s.io","controllerKind":"CustomResourceDefinition","CustomResourceDefinition":{"name":"httproutes.gateway.networking.k8s.io"},"namespace":"","name":"httproutes.gateway.networking.k8s.io","reconcileID":"80f7cc35-22cf-4775-8313-cdbaa4d5228a"} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":1,"total":75} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"gke-managed-system"},"namespace":"","name":"gke-managed-system","reconcileID":"2f4819c2-e5c0-4704-80a5-68beed9327e9"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"customresourcedefinition","controllerGroup":"apiextensions.k8s.io","controllerKind":"CustomResourceDefinition","CustomResourceDefinition":{"name":"grpcroutes.gateway.networking.k8s.io"},"namespace":"","name":"grpcroutes.gateway.networking.k8s.io","reconcileID":"dfcf5438-13ab-4936-9c87-8ff057a55d0d"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-alertmanager","namespace":"prom"},"namespace":"prom","name":"prom-alertmanager","reconcileID":"50ec4e4f-441a-41c0-81e7-9d9c7bdecc52"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"default-http-backend-j86ph","namespace":"kube-system"},"namespace":"kube-system","name":"default-http-backend-j86ph","reconcileID":"5ef69892-056c-42cb-9c72-cbe1c5660c6c"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"secret","controllerGroup":"","controllerKind":"Secret","Secret":{"name":"webhook-tls","namespace":"gmp-system"},"namespace":"gmp-system","name":"webhook-tls","reconcileID":"7e203ed1-d393-4ac9-b807-7f495dd4a637"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-alertmanager-headless","namespace":"prom"},"namespace":"prom","name":"prom-alertmanager-headless","reconcileID":"2b8119c8-d444-4658-a833-274ad6a5c6c2"} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":7} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"secret","controllerGroup":"","controllerKind":"Secret","Secret":{"name":"sh.helm.release.v1.ngf-test.v1","namespace":"nginx-gateway"},"namespace":"nginx-gateway","name":"sh.helm.release.v1.ngf-test.v1","reconcileID":"658faee3-03db-4e45-8bff-bcce7e51e0ef"} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":8} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":9} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":10} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":11} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-alertmanager-headless","namespace":"prom"},"namespace":"prom","name":"prom-alertmanager-headless","reconcileID":"2b8119c8-d444-4658-a833-274ad6a5c6c2"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"secret","controllerGroup":"","controllerKind":"Secret","Secret":{"name":"sh.helm.release.v1.ngf-test.v1","namespace":"nginx-gateway"},"namespace":"nginx-gateway","name":"sh.helm.release.v1.ngf-test.v1","reconcileID":"658faee3-03db-4e45-8bff-bcce7e51e0ef"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-prometheus-node-exporter","namespace":"prom"},"namespace":"prom","name":"prom-prometheus-node-exporter","reconcileID":"dc7e2e67-b3dd-466d-95c4-fd8fc3a136d0"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"gke-managed-system"},"namespace":"","name":"gke-managed-system","reconcileID":"2f4819c2-e5c0-4704-80a5-68beed9327e9"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"customresourcedefinition","controllerGroup":"apiextensions.k8s.io","controllerKind":"CustomResourceDefinition","CustomResourceDefinition":{"name":"grpcroutes.gateway.networking.k8s.io"},"namespace":"","name":"grpcroutes.gateway.networking.k8s.io","reconcileID":"dfcf5438-13ab-4936-9c87-8ff057a55d0d"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"secret","controllerGroup":"","controllerKind":"Secret","Secret":{"name":"sh.helm.release.v1.prom.v1","namespace":"prom"},"namespace":"prom","name":"sh.helm.release.v1.prom.v1","reconcileID":"1c0718ba-8e3a-49bf-9c51-92000f011e50"} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":12} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"default-http-backend-j86ph","namespace":"kube-system"},"namespace":"kube-system","name":"default-http-backend-j86ph","reconcileID":"5ef69892-056c-42cb-9c72-cbe1c5660c6c"} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":13} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"customresourcedefinition","controllerGroup":"apiextensions.k8s.io","controllerKind":"CustomResourceDefinition","CustomResourceDefinition":{"name":"referencegrants.gateway.networking.k8s.io"},"namespace":"","name":"referencegrants.gateway.networking.k8s.io","reconcileID":"8c3c53de-2c92-4e34-a64d-586af913f70a"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"metrics-server-ttxjp","namespace":"kube-system"},"namespace":"kube-system","name":"metrics-server-ttxjp","reconcileID":"54dcfc89-2195-47c6-a80e-a8571448bd6e"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"kube-public"},"namespace":"","name":"kube-public","reconcileID":"45d64f45-6020-4411-8ac0-a2d598fc1ceb"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-prometheus-node-exporter","namespace":"prom"},"namespace":"prom","name":"prom-prometheus-node-exporter","reconcileID":"dc7e2e67-b3dd-466d-95c4-fd8fc3a136d0"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"customresourcedefinition","controllerGroup":"apiextensions.k8s.io","controllerKind":"CustomResourceDefinition","CustomResourceDefinition":{"name":"referencegrants.gateway.networking.k8s.io"},"namespace":"","name":"referencegrants.gateway.networking.k8s.io","reconcileID":"8c3c53de-2c92-4e34-a64d-586af913f70a"} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":14} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":15} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"customresourcedefinition","controllerGroup":"apiextensions.k8s.io","controllerKind":"CustomResourceDefinition","CustomResourceDefinition":{"name":"gatewayclasses.gateway.networking.k8s.io"},"namespace":"","name":"gatewayclasses.gateway.networking.k8s.io","reconcileID":"bde16375-ee38-4b9a-9dd0-90acb4d4631b"} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":16} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"secret","controllerGroup":"","controllerKind":"Secret","Secret":{"name":"sh.helm.release.v1.prom.v1","namespace":"prom"},"namespace":"prom","name":"sh.helm.release.v1.prom.v1","reconcileID":"1c0718ba-8e3a-49bf-9c51-92000f011e50"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"kube-public"},"namespace":"","name":"kube-public","reconcileID":"45d64f45-6020-4411-8ac0-a2d598fc1ceb"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-prometheus-pushgateway","namespace":"prom"},"namespace":"prom","name":"prom-prometheus-pushgateway","reconcileID":"81866d97-f853-484b-94f6-91c3b89da9aa"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"secret","controllerGroup":"","controllerKind":"Secret","Secret":{"name":"alertmanager","namespace":"gmp-system"},"namespace":"gmp-system","name":"alertmanager","reconcileID":"287a6d0d-fa8d-44c4-87df-d931d897d834"} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":17} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":18} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":19} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"metrics-server-ttxjp","namespace":"kube-system"},"namespace":"kube-system","name":"metrics-server-ttxjp","reconcileID":"54dcfc89-2195-47c6-a80e-a8571448bd6e"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-prometheus-pushgateway","namespace":"prom"},"namespace":"prom","name":"prom-prometheus-pushgateway","reconcileID":"81866d97-f853-484b-94f6-91c3b89da9aa"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"default"},"namespace":"","name":"default","reconcileID":"43e45096-93c9-4d8b-8ef5-8e21e36e0d50"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"customresourcedefinition","controllerGroup":"apiextensions.k8s.io","controllerKind":"CustomResourceDefinition","CustomResourceDefinition":{"name":"gatewayclasses.gateway.networking.k8s.io"},"namespace":"","name":"gatewayclasses.gateway.networking.k8s.io","reconcileID":"bde16375-ee38-4b9a-9dd0-90acb4d4631b"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"secret","controllerGroup":"","controllerKind":"Secret","Secret":{"name":"alertmanager","namespace":"gmp-system"},"namespace":"gmp-system","name":"alertmanager","reconcileID":"287a6d0d-fa8d-44c4-87df-d931d897d834"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"ngf-test-nginx-gateway-fabric-n6rfb","namespace":"nginx-gateway"},"namespace":"nginx-gateway","name":"ngf-test-nginx-gateway-fabric-n6rfb","reconcileID":"65788346-a147-4fb1-878f-b34cfdfb02d0"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"secret","controllerGroup":"","controllerKind":"Secret","Secret":{"name":"collection","namespace":"gmp-system"},"namespace":"gmp-system","name":"collection","reconcileID":"a6973ccc-960a-424f-a58e-5a10c0f03f8e"} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":20} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":21} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":22} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":23} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"secret","controllerGroup":"","controllerKind":"Secret","Secret":{"name":"collection","namespace":"gmp-system"},"namespace":"gmp-system","name":"collection","reconcileID":"a6973ccc-960a-424f-a58e-5a10c0f03f8e"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"secret","controllerGroup":"","controllerKind":"Secret","Secret":{"name":"rules","namespace":"gmp-system"},"namespace":"gmp-system","name":"rules","reconcileID":"58d08a16-d65f-41c1-921e-754fab9ac5c1"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"default"},"namespace":"","name":"default","reconcileID":"43e45096-93c9-4d8b-8ef5-8e21e36e0d50"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"ngf-test-nginx-gateway-fabric-n6rfb","namespace":"nginx-gateway"},"namespace":"nginx-gateway","name":"ngf-test-nginx-gateway-fabric-n6rfb","reconcileID":"65788346-a147-4fb1-878f-b34cfdfb02d0"} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"prom-alertmanager-headless-q9c7p","namespace":"prom"},"namespace":"prom","name":"prom-alertmanager-headless-q9c7p","reconcileID":"5e68d560-768c-4c9d-995e-f0eb67732694"} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":24} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-prometheus-server","namespace":"prom"},"namespace":"prom","name":"prom-prometheus-server","reconcileID":"30805375-a884-40e1-95ea-c926f6c68360"} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":25} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"secret","controllerGroup":"","controllerKind":"Secret","Secret":{"name":"rules","namespace":"gmp-system"},"namespace":"gmp-system","name":"rules","reconcileID":"58d08a16-d65f-41c1-921e-754fab9ac5c1"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"prom-alertmanager-headless-q9c7p","namespace":"prom"},"namespace":"prom","name":"prom-alertmanager-headless-q9c7p","reconcileID":"5e68d560-768c-4c9d-995e-f0eb67732694"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-prometheus-server","namespace":"prom"},"namespace":"prom","name":"prom-prometheus-server","reconcileID":"30805375-a884-40e1-95ea-c926f6c68360"} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"alertmanager","namespace":"gmp-system"},"namespace":"gmp-system","name":"alertmanager","reconcileID":"32ab950a-c6bf-4089-a012-2ba7b4367c9b"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"gmp-public"},"namespace":"","name":"gmp-public","reconcileID":"2456f236-6976-4a06-be17-2f81c2e556af"} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":26} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":27} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"prom-alertmanager-wlf8h","namespace":"prom"},"namespace":"prom","name":"prom-alertmanager-wlf8h","reconcileID":"cbd51626-aad4-486a-bb23-3cf578dae00f"} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":28} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"gmp-public"},"namespace":"","name":"gmp-public","reconcileID":"2456f236-6976-4a06-be17-2f81c2e556af"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"alertmanager","namespace":"gmp-system"},"namespace":"gmp-system","name":"alertmanager","reconcileID":"32ab950a-c6bf-4089-a012-2ba7b4367c9b"} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":29} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"gmp-system"},"namespace":"","name":"gmp-system","reconcileID":"f03f2b55-e4c6-4c18-b908-af04dc243f88"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"gmp-system"},"namespace":"","name":"gmp-system","reconcileID":"f03f2b55-e4c6-4c18-b908-af04dc243f88"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"default-http-backend","namespace":"kube-system"},"namespace":"kube-system","name":"default-http-backend","reconcileID":"7e8d1f3b-bb95-4152-845b-b4c66f81b3aa"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"kube-node-lease"},"namespace":"","name":"kube-node-lease","reconcileID":"e84962f7-c033-48c0-be6a-bd9ec61a82fd"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"prom-alertmanager-wlf8h","namespace":"prom"},"namespace":"prom","name":"prom-alertmanager-wlf8h","reconcileID":"cbd51626-aad4-486a-bb23-3cf578dae00f"} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":30} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":31} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":32} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"default-http-backend","namespace":"kube-system"},"namespace":"kube-system","name":"default-http-backend","reconcileID":"7e8d1f3b-bb95-4152-845b-b4c66f81b3aa"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"prom-prometheus-server-lprtq","namespace":"prom"},"namespace":"prom","name":"prom-prometheus-server-lprtq","reconcileID":"bc74e7de-b65c-4131-a1a8-173850f1fadf"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"kube-node-lease"},"namespace":"","name":"kube-node-lease","reconcileID":"e84962f7-c033-48c0-be6a-bd9ec61a82fd"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"prom-prometheus-server-lprtq","namespace":"prom"},"namespace":"prom","name":"prom-prometheus-server-lprtq","reconcileID":"bc74e7de-b65c-4131-a1a8-173850f1fadf"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"ngf-test-nginx-gateway-fabric","namespace":"nginx-gateway"},"namespace":"nginx-gateway","name":"ngf-test-nginx-gateway-fabric","reconcileID":"a51bffdb-0026-442a-b0c4-c2aa45986f42"} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":33} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"ngf-test-nginx-gateway-fabric","namespace":"nginx-gateway"},"namespace":"nginx-gateway","name":"ngf-test-nginx-gateway-fabric","reconcileID":"a51bffdb-0026-442a-b0c4-c2aa45986f42"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"kubernetes","namespace":"default"},"namespace":"default","name":"kubernetes","reconcileID":"a7f91eb5-e8aa-4f65-8da6-b1725f2e5117"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"kube-system"},"namespace":"","name":"kube-system","reconcileID":"9bedfbf0-9c75-4241-a500-27ce0b22ba4f"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"metrics-server","namespace":"kube-system"},"namespace":"kube-system","name":"metrics-server","reconcileID":"6cad5eb4-06d7-49c3-a2ba-5b1ab647ee71"} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":34} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":35} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":36} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"kubernetes","namespace":"default"},"namespace":"default","name":"kubernetes","reconcileID":"a7f91eb5-e8aa-4f65-8da6-b1725f2e5117"} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":37} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"metrics-server","namespace":"kube-system"},"namespace":"kube-system","name":"metrics-server","reconcileID":"6cad5eb4-06d7-49c3-a2ba-5b1ab647ee71"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"kube-system"},"namespace":"","name":"kube-system","reconcileID":"9bedfbf0-9c75-4241-a500-27ce0b22ba4f"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"gmp-operator-lrtxq","namespace":"gmp-system"},"namespace":"gmp-system","name":"gmp-operator-lrtxq","reconcileID":"34ba91d4-93d0-4182-aad7-b66be700595c"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-kube-state-metrics","namespace":"prom"},"namespace":"prom","name":"prom-kube-state-metrics","reconcileID":"11df2011-8391-41c4-8e06-27e308a07f27"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"nginx-gateway"},"namespace":"","name":"nginx-gateway","reconcileID":"e89e686a-e9fa-48c6-b9d7-2111d7e9bc65"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"gmp-operator-lrtxq","namespace":"gmp-system"},"namespace":"gmp-system","name":"gmp-operator-lrtxq","reconcileID":"34ba91d4-93d0-4182-aad7-b66be700595c"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"kube-dns-q4wdw","namespace":"kube-system"},"namespace":"kube-system","name":"kube-dns-q4wdw","reconcileID":"27aab8d6-c17d-41a4-aa06-4a43b9b3255b"} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":38} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":39} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":40} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":41} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"kube-dns-q4wdw","namespace":"kube-system"},"namespace":"kube-system","name":"kube-dns-q4wdw","reconcileID":"27aab8d6-c17d-41a4-aa06-4a43b9b3255b"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"nginx-gateway"},"namespace":"","name":"nginx-gateway","reconcileID":"e89e686a-e9fa-48c6-b9d7-2111d7e9bc65"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-kube-state-metrics","namespace":"prom"},"namespace":"prom","name":"prom-kube-state-metrics","reconcileID":"11df2011-8391-41c4-8e06-27e308a07f27"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Starting workers","controller":"nginxproxy","controllerGroup":"gateway.nginx.org","controllerKind":"NginxProxy","worker count":1} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"prom-kube-state-metrics-kw6k7","namespace":"prom"},"namespace":"prom","name":"prom-kube-state-metrics-kw6k7","reconcileID":"85c24cd8-8401-4968-9f04-66fdcd8cc846"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"kubernetes","namespace":"default"},"namespace":"default","name":"kubernetes","reconcileID":"bb23a69c-3fd5-44b6-936a-bab4018acc82"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Starting workers","controller":"grpcroute","controllerGroup":"gateway.networking.k8s.io","controllerKind":"GRPCRoute","worker count":1} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":42} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":43} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"kubernetes","namespace":"default"},"namespace":"default","name":"kubernetes","reconcileID":"bb23a69c-3fd5-44b6-936a-bab4018acc82"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Starting workers","controller":"nginxgateway","controllerGroup":"gateway.nginx.org","controllerKind":"NginxGateway","worker count":1} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Starting workers","controller":"clientsettingspolicy","controllerGroup":"gateway.nginx.org","controllerKind":"ClientSettingsPolicy","worker count":1} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"prom"},"namespace":"","name":"prom","reconcileID":"4fd8547d-225c-4262-80fd-f1db055e5187"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"prom"},"namespace":"","name":"prom","reconcileID":"4fd8547d-225c-4262-80fd-f1db055e5187"} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":44} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"prom-kube-state-metrics-kw6k7","namespace":"prom"},"namespace":"prom","name":"prom-kube-state-metrics-kw6k7","reconcileID":"85c24cd8-8401-4968-9f04-66fdcd8cc846"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"gmp-operator","namespace":"gmp-system"},"namespace":"gmp-system","name":"gmp-operator","reconcileID":"a595e956-b3c3-42fc-b93b-0d8f080bf4df"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"prom-prometheus-node-exporter-zb27l","namespace":"prom"},"namespace":"prom","name":"prom-prometheus-node-exporter-zb27l","reconcileID":"4cd0a024-e1f0-4b76-a8c8-fbed32003769"} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":45} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"nginxgateway","controllerGroup":"gateway.nginx.org","controllerKind":"NginxGateway","NginxGateway":{"name":"ngf-test-config","namespace":"nginx-gateway"},"namespace":"nginx-gateway","name":"ngf-test-config","reconcileID":"ef5fa5ad-979e-47ff-a2c0-694732fe3aa9"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"prom-prometheus-node-exporter-zb27l","namespace":"prom"},"namespace":"prom","name":"prom-prometheus-node-exporter-zb27l","reconcileID":"4cd0a024-e1f0-4b76-a8c8-fbed32003769"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"gmp-operator","namespace":"gmp-system"},"namespace":"gmp-system","name":"gmp-operator","reconcileID":"a595e956-b3c3-42fc-b93b-0d8f080bf4df"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"prom-prometheus-pushgateway-nvfh7","namespace":"prom"},"namespace":"prom","name":"prom-prometheus-pushgateway-nvfh7","reconcileID":"05fe48bc-63e5-4870-ae8b-4730bbb51850"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"kube-dns","namespace":"kube-system"},"namespace":"kube-system","name":"kube-dns","reconcileID":"2540557e-69d9-4b9f-a397-73255dc05405"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Starting workers","controller":"service","controllerGroup":"","controllerKind":"Service","worker count":1} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":46} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"default-http-backend","namespace":"kube-system"},"namespace":"kube-system","name":"default-http-backend","reconcileID":"f2685eaf-d6d8-4b29-b0f5-afb744639482"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"nginxgateway","controllerGroup":"gateway.nginx.org","controllerKind":"NginxGateway","NginxGateway":{"name":"ngf-test-config","namespace":"nginx-gateway"},"namespace":"nginx-gateway","name":"ngf-test-config","reconcileID":"ef5fa5ad-979e-47ff-a2c0-694732fe3aa9"} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":47} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":48} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":49} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":50} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"default-http-backend","namespace":"kube-system"},"namespace":"kube-system","name":"default-http-backend","reconcileID":"f2685eaf-d6d8-4b29-b0f5-afb744639482"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"prom-prometheus-pushgateway-nvfh7","namespace":"prom"},"namespace":"prom","name":"prom-prometheus-pushgateway-nvfh7","reconcileID":"05fe48bc-63e5-4870-ae8b-4730bbb51850"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"kube-dns","namespace":"kube-system"},"namespace":"kube-system","name":"kube-dns","reconcileID":"2540557e-69d9-4b9f-a397-73255dc05405"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"ngf-test-nginx-gateway-fabric","namespace":"nginx-gateway"},"namespace":"nginx-gateway","name":"ngf-test-nginx-gateway-fabric","reconcileID":"7f9bad4c-58ed-441e-a70e-f414923b7fd0"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"ngf-test-nginx-gateway-fabric","namespace":"nginx-gateway"},"namespace":"nginx-gateway","name":"ngf-test-nginx-gateway-fabric","reconcileID":"7f9bad4c-58ed-441e-a70e-f414923b7fd0"} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":51} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-alertmanager","namespace":"prom"},"namespace":"prom","name":"prom-alertmanager","reconcileID":"09ec4e70-9ba6-4c70-8b3e-1e46fd8ef9d6"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-alertmanager","namespace":"prom"},"namespace":"prom","name":"prom-alertmanager","reconcileID":"09ec4e70-9ba6-4c70-8b3e-1e46fd8ef9d6"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-alertmanager-headless","namespace":"prom"},"namespace":"prom","name":"prom-alertmanager-headless","reconcileID":"9d871fe1-7404-4f78-9a7b-66a050e92a0c"} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":52} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":53} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-alertmanager-headless","namespace":"prom"},"namespace":"prom","name":"prom-alertmanager-headless","reconcileID":"9d871fe1-7404-4f78-9a7b-66a050e92a0c"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-prometheus-node-exporter","namespace":"prom"},"namespace":"prom","name":"prom-prometheus-node-exporter","reconcileID":"5be10244-6009-495f-9863-687508d084ea"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-prometheus-node-exporter","namespace":"prom"},"namespace":"prom","name":"prom-prometheus-node-exporter","reconcileID":"5be10244-6009-495f-9863-687508d084ea"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-prometheus-pushgateway","namespace":"prom"},"namespace":"prom","name":"prom-prometheus-pushgateway","reconcileID":"0681e395-6bac-49a8-b302-3fd03f8d14ac"} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":54} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":55} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-prometheus-pushgateway","namespace":"prom"},"namespace":"prom","name":"prom-prometheus-pushgateway","reconcileID":"0681e395-6bac-49a8-b302-3fd03f8d14ac"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-prometheus-server","namespace":"prom"},"namespace":"prom","name":"prom-prometheus-server","reconcileID":"36b5b043-df06-4f22-8547-3bddf3375bd9"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-prometheus-server","namespace":"prom"},"namespace":"prom","name":"prom-prometheus-server","reconcileID":"36b5b043-df06-4f22-8547-3bddf3375bd9"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"alertmanager","namespace":"gmp-system"},"namespace":"gmp-system","name":"alertmanager","reconcileID":"1f617db9-2120-42c8-8179-984f329a629e"} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":56} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":57} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"alertmanager","namespace":"gmp-system"},"namespace":"gmp-system","name":"alertmanager","reconcileID":"1f617db9-2120-42c8-8179-984f329a629e"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"gmp-operator","namespace":"gmp-system"},"namespace":"gmp-system","name":"gmp-operator","reconcileID":"8efaaea8-cad2-480e-b73e-12990c1370e4"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"gmp-operator","namespace":"gmp-system"},"namespace":"gmp-system","name":"gmp-operator","reconcileID":"8efaaea8-cad2-480e-b73e-12990c1370e4"} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":58} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"kube-dns","namespace":"kube-system"},"namespace":"kube-system","name":"kube-dns","reconcileID":"c78f7195-54f0-495d-9644-13e6dba375a0"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"kube-dns","namespace":"kube-system"},"namespace":"kube-system","name":"kube-dns","reconcileID":"c78f7195-54f0-495d-9644-13e6dba375a0"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"metrics-server","namespace":"kube-system"},"namespace":"kube-system","name":"metrics-server","reconcileID":"bc183d84-c65b-44fe-ae6c-16bf220e0148"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Starting workers","controller":"referencegrant","controllerGroup":"gateway.networking.k8s.io","controllerKind":"ReferenceGrant","worker count":1} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":59} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":60} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"metrics-server","namespace":"kube-system"},"namespace":"kube-system","name":"metrics-server","reconcileID":"bc183d84-c65b-44fe-ae6c-16bf220e0148"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-kube-state-metrics","namespace":"prom"},"namespace":"prom","name":"prom-kube-state-metrics","reconcileID":"df10ebae-1f30-4b3b-a7bc-5cd8b05b9c3b"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-kube-state-metrics","namespace":"prom"},"namespace":"prom","name":"prom-kube-state-metrics","reconcileID":"df10ebae-1f30-4b3b-a7bc-5cd8b05b9c3b"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"kubernetes","namespace":"default"},"namespace":"default","name":"kubernetes","reconcileID":"6a13cb13-66e6-4c7d-971e-189004eda2aa"} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":61} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":62} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"kubernetes","namespace":"default"},"namespace":"default","name":"kubernetes","reconcileID":"6a13cb13-66e6-4c7d-971e-189004eda2aa"} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":1} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"usageReporter","msg":"Starting cronjob"} -{"level":"error","ts":"2024-06-06T16:40:34Z","logger":"usageReporter","msg":"Usage reporting must be enabled when using NGINX Plus; redeploy with usage reporting enabled","error":"usage reporting not enabled","stacktrace":"github.com/nginxinc/nginx-gateway-fabric/internal/mode/static.createUsageWarningJob.func1\n\t/home/runner/work/nginx-gateway-fabric/nginx-gateway-fabric/internal/mode/static/manager.go:616\nk8s.io/apimachinery/pkg/util/wait.JitterUntilWithContext.func1\n\tpkg/mod/k8s.io/apimachinery@v0.30.1/pkg/util/wait/backoff.go:259\nk8s.io/apimachinery/pkg/util/wait.BackoffUntil.func1\n\tpkg/mod/k8s.io/apimachinery@v0.30.1/pkg/util/wait/backoff.go:226\nk8s.io/apimachinery/pkg/util/wait.BackoffUntil\n\tpkg/mod/k8s.io/apimachinery@v0.30.1/pkg/util/wait/backoff.go:227\nk8s.io/apimachinery/pkg/util/wait.JitterUntil\n\tpkg/mod/k8s.io/apimachinery@v0.30.1/pkg/util/wait/backoff.go:204\nk8s.io/apimachinery/pkg/util/wait.JitterUntilWithContext\n\tpkg/mod/k8s.io/apimachinery@v0.30.1/pkg/util/wait/backoff.go:259\ngithub.com/nginxinc/nginx-gateway-fabric/internal/framework/runnables.(*CronJob).Start\n\t/home/runner/work/nginx-gateway-fabric/nginx-gateway-fabric/internal/framework/runnables/cronjob.go:53\nsigs.k8s.io/controller-runtime/pkg/manager.(*runnableGroup).reconcile.func1\n\tpkg/mod/sigs.k8s.io/controller-runtime@v0.18.4/pkg/manager/runnable_group.go:226"} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":1} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":2,"total":62} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Reconciling the resource","controller":"nginxgateway","controllerGroup":"gateway.nginx.org","controllerKind":"NginxGateway","NginxGateway":{"name":"ngf-test-config","namespace":"nginx-gateway"},"namespace":"nginx-gateway","name":"ngf-test-config","reconcileID":"23a98a46-fd1c-4a11-aeb8-9099fc98d8a3"} -{"level":"info","ts":"2024-06-06T16:40:34Z","msg":"Upserted the resource","controller":"nginxgateway","controllerGroup":"gateway.nginx.org","controllerKind":"NginxGateway","NginxGateway":{"name":"ngf-test-config","namespace":"nginx-gateway"},"namespace":"nginx-gateway","name":"ngf-test-config","reconcileID":"23a98a46-fd1c-4a11-aeb8-9099fc98d8a3"} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop.eventHandler","msg":"Reconfigured control plane.","batchID":2} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":2} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":2} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":3,"total":1} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop.eventHandler","msg":"Reconfigured control plane.","batchID":3} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop.eventHandler","msg":"Handling events didn't result into NGINX configuration changes","batchID":3} -{"level":"info","ts":"2024-06-06T16:40:34Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":3} -{"level":"info","ts":"2024-06-06T16:40:35Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"ngf-test-nginx-gateway-fabric-n6rfb","namespace":"nginx-gateway"},"namespace":"nginx-gateway","name":"ngf-test-nginx-gateway-fabric-n6rfb","reconcileID":"536a596a-3d8d-4943-be12-917a633c5b39"} -{"level":"info","ts":"2024-06-06T16:40:35Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"ngf-test-nginx-gateway-fabric-n6rfb","namespace":"nginx-gateway"},"namespace":"nginx-gateway","name":"ngf-test-nginx-gateway-fabric-n6rfb","reconcileID":"536a596a-3d8d-4943-be12-917a633c5b39"} -{"level":"info","ts":"2024-06-06T16:40:35Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:40:35Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":4,"total":1} -{"level":"info","ts":"2024-06-06T16:40:35Z","logger":"eventLoop.eventHandler","msg":"Handling events didn't result into NGINX configuration changes","batchID":4} -{"level":"info","ts":"2024-06-06T16:40:35Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":4} -{"level":"info","ts":"2024-06-06T16:41:31Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"ngf-test-nginx-gateway-fabric","namespace":"nginx-gateway"},"namespace":"nginx-gateway","name":"ngf-test-nginx-gateway-fabric","reconcileID":"f8880e3c-ca54-4a70-82c3-696877b06d31"} -{"level":"info","ts":"2024-06-06T16:41:31Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"ngf-test-nginx-gateway-fabric","namespace":"nginx-gateway"},"namespace":"nginx-gateway","name":"ngf-test-nginx-gateway-fabric","reconcileID":"f8880e3c-ca54-4a70-82c3-696877b06d31"} -{"level":"info","ts":"2024-06-06T16:41:31Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:31Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":5,"total":1} -{"level":"info","ts":"2024-06-06T16:41:31Z","logger":"eventLoop.eventHandler","msg":"Handling events didn't result into NGINX configuration changes","batchID":5} -{"level":"info","ts":"2024-06-06T16:41:31Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":5} -{"level":"info","ts":"2024-06-06T16:41:32Z","msg":"Reconciling the resource","controller":"secret","controllerGroup":"","controllerKind":"Secret","Secret":{"name":"sh.helm.release.v1.ngf-test.v1","namespace":"nginx-gateway"},"namespace":"nginx-gateway","name":"sh.helm.release.v1.ngf-test.v1","reconcileID":"27dbd81e-8025-47f3-85b0-339d441a9648"} -{"level":"info","ts":"2024-06-06T16:41:32Z","msg":"Upserted the resource","controller":"secret","controllerGroup":"","controllerKind":"Secret","Secret":{"name":"sh.helm.release.v1.ngf-test.v1","namespace":"nginx-gateway"},"namespace":"nginx-gateway","name":"sh.helm.release.v1.ngf-test.v1","reconcileID":"27dbd81e-8025-47f3-85b0-339d441a9648"} -{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":6,"total":1} -{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"eventLoop.eventHandler","msg":"Handling events didn't result into NGINX configuration changes","batchID":6} -{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":6} -{"level":"info","ts":"2024-06-06T16:41:32Z","msg":"Reconciling the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"scale"},"namespace":"","name":"scale","reconcileID":"6050934f-410c-4c0d-a4ff-cc229d180173"} -{"level":"info","ts":"2024-06-06T16:41:32Z","msg":"Upserted the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"scale"},"namespace":"","name":"scale","reconcileID":"6050934f-410c-4c0d-a4ff-cc229d180173"} -{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":7,"total":1} -{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"eventLoop.eventHandler","msg":"Handling events didn't result into NGINX configuration changes","batchID":7} -{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":7} -{"level":"info","ts":"2024-06-06T16:41:32Z","msg":"Reconciling the resource","controller":"gateway","controllerGroup":"gateway.networking.k8s.io","controllerKind":"Gateway","Gateway":{"name":"gateway","namespace":"scale"},"namespace":"scale","name":"gateway","reconcileID":"567f41fe-4417-4ff8-ad4f-de745ca843eb"} -{"level":"info","ts":"2024-06-06T16:41:32Z","msg":"Upserted the resource","controller":"gateway","controllerGroup":"gateway.networking.k8s.io","controllerKind":"Gateway","Gateway":{"name":"gateway","namespace":"scale"},"namespace":"scale","name":"gateway","reconcileID":"567f41fe-4417-4ff8-ad4f-de745ca843eb"} -{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":8,"total":1} -{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:32Z","msg":"Reconciling the resource","controller":"httproute","controllerGroup":"gateway.networking.k8s.io","controllerKind":"HTTPRoute","HTTPRoute":{"name":"route","namespace":"scale"},"namespace":"scale","name":"route","reconcileID":"97264715-5ccd-46ab-825a-5eeece43691e"} -{"level":"info","ts":"2024-06-06T16:41:32Z","msg":"Upserted the resource","controller":"httproute","controllerGroup":"gateway.networking.k8s.io","controllerKind":"HTTPRoute","HTTPRoute":{"name":"route","namespace":"scale"},"namespace":"scale","name":"route","reconcileID":"97264715-5ccd-46ab-825a-5eeece43691e"} -{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":8} -{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":8} -{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":9,"total":1} -{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:32Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"backend","namespace":"scale"},"namespace":"scale","name":"backend","reconcileID":"553838df-754f-455b-ad4f-d53567bba390"} -{"level":"info","ts":"2024-06-06T16:41:32Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"backend","namespace":"scale"},"namespace":"scale","name":"backend","reconcileID":"1c3ba6dd-4712-4022-ba8f-3f79eb634527"} -{"level":"info","ts":"2024-06-06T16:41:32Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"backend","namespace":"scale"},"namespace":"scale","name":"backend","reconcileID":"553838df-754f-455b-ad4f-d53567bba390"} -{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":2} -{"level":"info","ts":"2024-06-06T16:41:32Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"backend","namespace":"scale"},"namespace":"scale","name":"backend","reconcileID":"1c3ba6dd-4712-4022-ba8f-3f79eb634527"} -{"level":"info","ts":"2024-06-06T16:41:32Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"f3d68553-25f8-44e9-b0af-8420b068ee76"} -{"level":"info","ts":"2024-06-06T16:41:32Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"f3d68553-25f8-44e9-b0af-8420b068ee76"} -{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":3} -{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":9} -{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":9} -{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":10,"total":3} -{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":10} -{"level":"info","ts":"2024-06-06T16:41:32Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":10} -{"level":"info","ts":"2024-06-06T16:41:33Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"a75bba4f-df6b-4476-bd4a-e9c9a9f470ec"} -{"level":"info","ts":"2024-06-06T16:41:33Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"a75bba4f-df6b-4476-bd4a-e9c9a9f470ec"} -{"level":"info","ts":"2024-06-06T16:41:33Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:33Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":11,"total":1} -{"level":"info","ts":"2024-06-06T16:41:33Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:33Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:33Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:33Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:33Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:33Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:33Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:33Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:33Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":11} -{"level":"info","ts":"2024-06-06T16:41:33Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":11} -{"level":"info","ts":"2024-06-06T16:41:34Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"7a5d68fa-cc68-4695-a1d2-ea99be887b6c"} -{"level":"info","ts":"2024-06-06T16:41:34Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"7a5d68fa-cc68-4695-a1d2-ea99be887b6c"} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":12,"total":1} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":12} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":12} -{"level":"info","ts":"2024-06-06T16:41:34Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"efa5d4a6-6587-435f-bd91-f1ec350733ef"} -{"level":"info","ts":"2024-06-06T16:41:34Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"efa5d4a6-6587-435f-bd91-f1ec350733ef"} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":13,"total":1} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":13} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":13} -{"level":"info","ts":"2024-06-06T16:41:34Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"32c29d0b-4ff3-48cb-8e69-c4e638eeef9b"} -{"level":"info","ts":"2024-06-06T16:41:34Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"32c29d0b-4ff3-48cb-8e69-c4e638eeef9b"} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":14,"total":1} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":14} -{"level":"info","ts":"2024-06-06T16:41:34Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"fd1e56ac-5319-4966-b7b4-101bb99b669f"} -{"level":"info","ts":"2024-06-06T16:41:34Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"fd1e56ac-5319-4966-b7b4-101bb99b669f"} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":14} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":15,"total":1} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":15} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":15} -{"level":"info","ts":"2024-06-06T16:41:34Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"bc6b005f-7e22-4f1e-8521-a6fbe3a0f64f"} -{"level":"info","ts":"2024-06-06T16:41:34Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"bc6b005f-7e22-4f1e-8521-a6fbe3a0f64f"} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":16,"total":1} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:34Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":16} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":16} -{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"ea49a30a-cd3d-4dc9-b94a-c007090c7765"} -{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"ea49a30a-cd3d-4dc9-b94a-c007090c7765"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":17,"total":1} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":17} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":17} -{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"0fa12794-67f2-4e70-b294-54fa1dac6ff6"} -{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"0fa12794-67f2-4e70-b294-54fa1dac6ff6"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":18,"total":1} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":18} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":18} -{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"85004cb3-cb77-4242-a7eb-1cec29d7c8a3"} -{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"85004cb3-cb77-4242-a7eb-1cec29d7c8a3"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":19,"total":1} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":19} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":19} -{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"0c4f33dc-fe3b-4de0-9fbe-118daab2b100"} -{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"0c4f33dc-fe3b-4de0-9fbe-118daab2b100"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":20,"total":1} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":20} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":20} -{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"98a212d1-5555-4ad2-9ef8-4c4a4061c781"} -{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"98a212d1-5555-4ad2-9ef8-4c4a4061c781"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":21,"total":1} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":21} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":21} -{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"d443dc5c-4bbe-4b50-9f44-a0222d380995"} -{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"d443dc5c-4bbe-4b50-9f44-a0222d380995"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":22,"total":1} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":22} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":22} -{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"6782d987-fb7a-4a07-829d-1da7b50a1e67"} -{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"6782d987-fb7a-4a07-829d-1da7b50a1e67"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":23,"total":1} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":23} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":23} -{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"b549f466-bb4b-4b3d-880a-7cc041b7bfb2"} -{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"b549f466-bb4b-4b3d-880a-7cc041b7bfb2"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":24,"total":1} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":24} -{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"649147d0-74b1-4b1e-b1b3-760d720174d1"} -{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"649147d0-74b1-4b1e-b1b3-760d720174d1"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":24} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":25,"total":1} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":25} -{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"fa59b11a-84fb-4983-a5cf-a1391bc1b1b0"} -{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"fa59b11a-84fb-4983-a5cf-a1391bc1b1b0"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"8e15a3fc-0a50-4649-aacf-9d7b249f157e"} -{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"8e15a3fc-0a50-4649-aacf-9d7b249f157e"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":2} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":25} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":26,"total":2} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":26} -{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"73197734-9d83-49b4-acc2-8334b803c7cf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"73197734-9d83-49b4-acc2-8334b803c7cf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":26} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":27,"total":1} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":27} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":27} -{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"c9a6f40c-855c-4cc5-9a28-f584e14b25a5"} -{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"c9a6f40c-855c-4cc5-9a28-f584e14b25a5"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":28,"total":1} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":28} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":28} -{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"beff5a1f-6185-44b5-a599-02f5acade026"} -{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"beff5a1f-6185-44b5-a599-02f5acade026"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":29,"total":1} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":29} -{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"20bdd38f-710f-423b-9e00-5c0e2f6a3981"} -{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"20bdd38f-710f-423b-9e00-5c0e2f6a3981"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":29} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":30,"total":1} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":30} -{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"8986ee5b-0aa9-4956-933c-62bfcb03cea0"} -{"level":"info","ts":"2024-06-06T16:41:35Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"8986ee5b-0aa9-4956-933c-62bfcb03cea0"} -{"level":"info","ts":"2024-06-06T16:41:35Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":30} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":31,"total":1} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":31} -{"level":"info","ts":"2024-06-06T16:41:36Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"0ff288d9-81a7-4935-bcad-501e19c0920d"} -{"level":"info","ts":"2024-06-06T16:41:36Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"0ff288d9-81a7-4935-bcad-501e19c0920d"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":31} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":32,"total":1} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":32} -{"level":"info","ts":"2024-06-06T16:41:36Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"4763c655-896f-4895-bd1a-fc4d298a0cf2"} -{"level":"info","ts":"2024-06-06T16:41:36Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"4763c655-896f-4895-bd1a-fc4d298a0cf2"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":32} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":33,"total":1} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":33} -{"level":"info","ts":"2024-06-06T16:41:36Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"26a74892-6a09-4103-9424-0aea8316ff40"} -{"level":"info","ts":"2024-06-06T16:41:36Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"26a74892-6a09-4103-9424-0aea8316ff40"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":33} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":34,"total":1} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":34} -{"level":"info","ts":"2024-06-06T16:41:36Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"4f758954-44e6-4831-ab1e-a1c11a64d0bf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"4f758954-44e6-4831-ab1e-a1c11a64d0bf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:36Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"9254a17a-8030-46fc-8962-a371504d6709"} -{"level":"info","ts":"2024-06-06T16:41:36Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"9254a17a-8030-46fc-8962-a371504d6709"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":2} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":34} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":35,"total":2} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":35} -{"level":"info","ts":"2024-06-06T16:41:36Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"7c523c36-2086-434e-90ce-dcd3a4dfd3ba"} -{"level":"info","ts":"2024-06-06T16:41:36Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"7c523c36-2086-434e-90ce-dcd3a4dfd3ba"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":35} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":36,"total":1} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":36} -{"level":"info","ts":"2024-06-06T16:41:36Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"3e42532c-07d7-41c0-9b91-da28b802c88f"} -{"level":"info","ts":"2024-06-06T16:41:36Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"3e42532c-07d7-41c0-9b91-da28b802c88f"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":36} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":37,"total":1} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":37} -{"level":"info","ts":"2024-06-06T16:41:36Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"c6990c7c-e658-4020-8afb-80e079b1b093"} -{"level":"info","ts":"2024-06-06T16:41:36Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"c6990c7c-e658-4020-8afb-80e079b1b093"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":37} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":38,"total":1} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":38} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":38} -{"level":"info","ts":"2024-06-06T16:41:36Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"518989ba-3b17-44b5-b340-9cce3b9d74c5"} -{"level":"info","ts":"2024-06-06T16:41:36Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"518989ba-3b17-44b5-b340-9cce3b9d74c5"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":39,"total":1} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":39} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":39} -{"level":"info","ts":"2024-06-06T16:41:36Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"2e9aa033-40cb-4275-9116-029533d2c8db"} -{"level":"info","ts":"2024-06-06T16:41:36Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"2e9aa033-40cb-4275-9116-029533d2c8db"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":40,"total":1} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":40} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":40} -{"level":"info","ts":"2024-06-06T16:41:36Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"2ef41dc2-8554-4e7c-9d30-3a9a41e0430c"} -{"level":"info","ts":"2024-06-06T16:41:36Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"2ef41dc2-8554-4e7c-9d30-3a9a41e0430c"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":41,"total":1} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":41} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":41} -{"level":"info","ts":"2024-06-06T16:41:36Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"e9f8a995-633c-42f6-a0b4-bec110d18b0e"} -{"level":"info","ts":"2024-06-06T16:41:36Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"e9f8a995-633c-42f6-a0b4-bec110d18b0e"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":42,"total":1} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":42} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":42} -{"level":"info","ts":"2024-06-06T16:41:36Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"100627d7-1c61-4c8a-8874-4f6630c0a2e0"} -{"level":"info","ts":"2024-06-06T16:41:36Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"100627d7-1c61-4c8a-8874-4f6630c0a2e0"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":43,"total":1} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":43} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":43} -{"level":"info","ts":"2024-06-06T16:41:36Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"64b2fd76-2721-4cd8-ad22-da1f86486451"} -{"level":"info","ts":"2024-06-06T16:41:36Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"64b2fd76-2721-4cd8-ad22-da1f86486451"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":44,"total":1} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:36Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":44} -{"level":"info","ts":"2024-06-06T16:41:37Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"dc90a17a-34b8-4594-982a-87a1c4057e0c"} -{"level":"info","ts":"2024-06-06T16:41:37Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"dc90a17a-34b8-4594-982a-87a1c4057e0c"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":44} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":45,"total":1} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":45} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":45} -{"level":"info","ts":"2024-06-06T16:41:37Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"f1c8aff5-b22b-4680-89b2-8056a2e03b9a"} -{"level":"info","ts":"2024-06-06T16:41:37Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"f1c8aff5-b22b-4680-89b2-8056a2e03b9a"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":46,"total":1} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":46} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":46} -{"level":"info","ts":"2024-06-06T16:41:37Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"7253017d-01f5-4c88-9b3d-81b1e2dfed94"} -{"level":"info","ts":"2024-06-06T16:41:37Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"7253017d-01f5-4c88-9b3d-81b1e2dfed94"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":47,"total":1} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":47} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":47} -{"level":"info","ts":"2024-06-06T16:41:37Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"a94cf80b-fd39-4a87-b1ff-9a9b9f2b056a"} -{"level":"info","ts":"2024-06-06T16:41:37Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"a94cf80b-fd39-4a87-b1ff-9a9b9f2b056a"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":48,"total":1} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":48} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":48} -{"level":"info","ts":"2024-06-06T16:41:37Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"7b287c5b-0df8-4bd6-aacf-cfbced6fe8ee"} -{"level":"info","ts":"2024-06-06T16:41:37Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"7b287c5b-0df8-4bd6-aacf-cfbced6fe8ee"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":49,"total":1} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":49} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":49} -{"level":"info","ts":"2024-06-06T16:41:37Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"5a17269d-9805-4afd-bd5d-843300e9dd88"} -{"level":"info","ts":"2024-06-06T16:41:37Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"5a17269d-9805-4afd-bd5d-843300e9dd88"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":50,"total":1} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":50} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":50} -{"level":"info","ts":"2024-06-06T16:41:37Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"e7203291-4906-4a41-8b35-d06364324c13"} -{"level":"info","ts":"2024-06-06T16:41:37Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"e7203291-4906-4a41-8b35-d06364324c13"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":51,"total":1} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":51} -{"level":"info","ts":"2024-06-06T16:41:37Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"26cf06fc-8e81-4b1b-bf96-a44484662307"} -{"level":"info","ts":"2024-06-06T16:41:37Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"26cf06fc-8e81-4b1b-bf96-a44484662307"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":51} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":52,"total":1} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":52} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":52} -{"level":"info","ts":"2024-06-06T16:41:37Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"021da9c5-6541-4cf3-9a4d-1a638e00b3dd"} -{"level":"info","ts":"2024-06-06T16:41:37Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"021da9c5-6541-4cf3-9a4d-1a638e00b3dd"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":53,"total":1} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":53} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":53} -{"level":"info","ts":"2024-06-06T16:41:37Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"2ffc3a55-b2c3-4d43-81a9-1ada881750dc"} -{"level":"info","ts":"2024-06-06T16:41:37Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"2ffc3a55-b2c3-4d43-81a9-1ada881750dc"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":54,"total":1} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":54} -{"level":"info","ts":"2024-06-06T16:41:37Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":54} -{"level":"info","ts":"2024-06-06T16:41:38Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"65231b30-52c5-4039-b727-d17a8ec99279"} -{"level":"info","ts":"2024-06-06T16:41:38Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"65231b30-52c5-4039-b727-d17a8ec99279"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":55,"total":1} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":55} -{"level":"info","ts":"2024-06-06T16:41:38Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"0660b462-b5d8-4e8e-adb2-4097e134a926"} -{"level":"info","ts":"2024-06-06T16:41:38Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"0660b462-b5d8-4e8e-adb2-4097e134a926"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":55} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":56,"total":1} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":56} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":56} -{"level":"info","ts":"2024-06-06T16:41:38Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"b0432951-a916-4a1a-a6d1-edf83312eb61"} -{"level":"info","ts":"2024-06-06T16:41:38Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"b0432951-a916-4a1a-a6d1-edf83312eb61"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":57,"total":1} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":57} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":57} -{"level":"info","ts":"2024-06-06T16:41:38Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"d24e6a82-55cc-4c47-97d1-6a1d51abd398"} -{"level":"info","ts":"2024-06-06T16:41:38Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"d24e6a82-55cc-4c47-97d1-6a1d51abd398"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":58,"total":1} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":58} -{"level":"info","ts":"2024-06-06T16:41:38Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"e605f073-b054-4cec-bf43-bd2116fc48d9"} -{"level":"info","ts":"2024-06-06T16:41:38Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"e605f073-b054-4cec-bf43-bd2116fc48d9"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":58} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":59,"total":1} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":59} -{"level":"info","ts":"2024-06-06T16:41:38Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"83b2c516-f414-4cb5-a3d7-9b9e77bba148"} -{"level":"info","ts":"2024-06-06T16:41:38Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"83b2c516-f414-4cb5-a3d7-9b9e77bba148"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":59} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":60,"total":1} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":60} -{"level":"info","ts":"2024-06-06T16:41:38Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"1960d8e2-ac1f-42b0-8fc1-5fe1cc4c0231"} -{"level":"info","ts":"2024-06-06T16:41:38Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"1960d8e2-ac1f-42b0-8fc1-5fe1cc4c0231"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":60} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":61,"total":1} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:38Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":61} -{"level":"info","ts":"2024-06-06T16:41:39Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"18d15a03-5026-4fb8-9e0b-de038c7e33f8"} -{"level":"info","ts":"2024-06-06T16:41:39Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"18d15a03-5026-4fb8-9e0b-de038c7e33f8"} -{"level":"info","ts":"2024-06-06T16:41:39Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:39Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":61} -{"level":"info","ts":"2024-06-06T16:41:39Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":62,"total":1} -{"level":"info","ts":"2024-06-06T16:41:39Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:39Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:39Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:39Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:39Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:39Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:39Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:39Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:39Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":62} -{"level":"info","ts":"2024-06-06T16:41:39Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":62} -{"level":"info","ts":"2024-06-06T16:41:39Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"66b0d69e-8ebb-4357-8b5d-01305ffa31a0"} -{"level":"info","ts":"2024-06-06T16:41:39Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"66b0d69e-8ebb-4357-8b5d-01305ffa31a0"} -{"level":"info","ts":"2024-06-06T16:41:39Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:39Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":63,"total":1} -{"level":"info","ts":"2024-06-06T16:41:39Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:39Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:39Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:39Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:39Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:39Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:39Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:39Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:39Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":63} -{"level":"info","ts":"2024-06-06T16:41:40Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"be0a36b4-36ad-4cbc-8bae-fe8d3dc59b78"} -{"level":"info","ts":"2024-06-06T16:41:40Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"be0a36b4-36ad-4cbc-8bae-fe8d3dc59b78"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":63} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":64,"total":1} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":64} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":64} -{"level":"info","ts":"2024-06-06T16:41:40Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"9860f651-3a60-4241-b505-1a828e8a15d8"} -{"level":"info","ts":"2024-06-06T16:41:40Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"9860f651-3a60-4241-b505-1a828e8a15d8"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":65,"total":1} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":65} -{"level":"info","ts":"2024-06-06T16:41:40Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"91a06a6b-a3f8-494b-b792-b38e8df94811"} -{"level":"info","ts":"2024-06-06T16:41:40Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-t8ww5","namespace":"scale"},"namespace":"scale","name":"backend-t8ww5","reconcileID":"91a06a6b-a3f8-494b-b792-b38e8df94811"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":65} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":66,"total":1} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":66} -{"level":"info","ts":"2024-06-06T16:41:40Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"60884fbb-6bf8-46e2-8ba6-e459d27a0353"} -{"level":"info","ts":"2024-06-06T16:41:40Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"60884fbb-6bf8-46e2-8ba6-e459d27a0353"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":66} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":67,"total":1} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":67} -{"level":"info","ts":"2024-06-06T16:41:40Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"b79584a9-fd2f-48d3-a10f-f4376d71444d"} -{"level":"info","ts":"2024-06-06T16:41:40Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"b79584a9-fd2f-48d3-a10f-f4376d71444d"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":67} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":68,"total":1} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":68} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":68} -{"level":"info","ts":"2024-06-06T16:41:40Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"21bdcaf2-5652-4460-80e7-c34f4e589e1e"} -{"level":"info","ts":"2024-06-06T16:41:40Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"21bdcaf2-5652-4460-80e7-c34f4e589e1e"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":69,"total":1} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":69} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":69} -{"level":"info","ts":"2024-06-06T16:41:40Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"a12b8663-7137-4273-9df8-5c7b3585dffc"} -{"level":"info","ts":"2024-06-06T16:41:40Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"a12b8663-7137-4273-9df8-5c7b3585dffc"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":70,"total":1} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:40Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":70} -{"level":"info","ts":"2024-06-06T16:41:41Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"e908e7b8-0ca8-4c81-a421-0ef4145f876a"} -{"level":"info","ts":"2024-06-06T16:41:41Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"e908e7b8-0ca8-4c81-a421-0ef4145f876a"} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":70} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":71,"total":1} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":71} -{"level":"info","ts":"2024-06-06T16:41:41Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"b6a169f0-852f-48c6-9bd5-d6b8a0a10107"} -{"level":"info","ts":"2024-06-06T16:41:41Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"b6a169f0-852f-48c6-9bd5-d6b8a0a10107"} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":71} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":72,"total":1} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":72} -{"level":"info","ts":"2024-06-06T16:41:41Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"46a7f397-1513-4d65-841f-919bd2edc4c5"} -{"level":"info","ts":"2024-06-06T16:41:41Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"46a7f397-1513-4d65-841f-919bd2edc4c5"} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:41Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"9ddabba5-b888-4d99-9f84-8a43af22bb83"} -{"level":"info","ts":"2024-06-06T16:41:41Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"9ddabba5-b888-4d99-9f84-8a43af22bb83"} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":2} -{"level":"info","ts":"2024-06-06T16:41:41Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"d0ea239a-b3e4-4a3b-999b-984663a06e44"} -{"level":"info","ts":"2024-06-06T16:41:41Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"d0ea239a-b3e4-4a3b-999b-984663a06e44"} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":3} -{"level":"info","ts":"2024-06-06T16:41:41Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"f21b471c-1125-4135-adb4-45de55b24292"} -{"level":"info","ts":"2024-06-06T16:41:41Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"f21b471c-1125-4135-adb4-45de55b24292"} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":4} -{"level":"info","ts":"2024-06-06T16:41:41Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"e7044958-a95a-403f-b004-3075271d06d6"} -{"level":"info","ts":"2024-06-06T16:41:41Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"e7044958-a95a-403f-b004-3075271d06d6"} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":5} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":72} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":73,"total":5} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":73} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":73} -{"level":"info","ts":"2024-06-06T16:41:41Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"0bf0e622-da1a-4efd-a7c4-2abcf3146164"} -{"level":"info","ts":"2024-06-06T16:41:41Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"0bf0e622-da1a-4efd-a7c4-2abcf3146164"} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":74,"total":1} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":74} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":74} -{"level":"info","ts":"2024-06-06T16:41:41Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"34b93602-d091-4861-b97d-785dca3cacb7"} -{"level":"info","ts":"2024-06-06T16:41:41Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"34b93602-d091-4861-b97d-785dca3cacb7"} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":75,"total":1} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":75} -{"level":"info","ts":"2024-06-06T16:41:41Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"25ca7200-7793-43b9-8e22-579d9a49c602"} -{"level":"info","ts":"2024-06-06T16:41:41Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"25ca7200-7793-43b9-8e22-579d9a49c602"} -{"level":"info","ts":"2024-06-06T16:41:41Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":75} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":76,"total":1} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":76} -{"level":"info","ts":"2024-06-06T16:41:42Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"2d4f0d55-5fd9-4780-8acd-084bc9482d26"} -{"level":"info","ts":"2024-06-06T16:41:42Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"2d4f0d55-5fd9-4780-8acd-084bc9482d26"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":76} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":77,"total":1} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":77} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":77} -{"level":"info","ts":"2024-06-06T16:41:42Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"ef7c12ce-1547-492f-9ede-a20f99ba5da4"} -{"level":"info","ts":"2024-06-06T16:41:42Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"ef7c12ce-1547-492f-9ede-a20f99ba5da4"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":78,"total":1} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":78} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":78} -{"level":"info","ts":"2024-06-06T16:41:42Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"a9ae5396-8bef-4233-829b-f869973bec0a"} -{"level":"info","ts":"2024-06-06T16:41:42Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"a9ae5396-8bef-4233-829b-f869973bec0a"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":79,"total":1} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":79} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":79} -{"level":"info","ts":"2024-06-06T16:41:42Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"971abb64-036e-4c3d-949a-ae02e039e991"} -{"level":"info","ts":"2024-06-06T16:41:42Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"971abb64-036e-4c3d-949a-ae02e039e991"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":80,"total":1} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":80} -{"level":"info","ts":"2024-06-06T16:41:42Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"265449f0-c574-4a49-b163-8c487518de94"} -{"level":"info","ts":"2024-06-06T16:41:42Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"265449f0-c574-4a49-b163-8c487518de94"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":80} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":81,"total":1} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":81} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":81} -{"level":"info","ts":"2024-06-06T16:41:42Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"8fac2857-1950-4920-bb44-a25a4a016ce7"} -{"level":"info","ts":"2024-06-06T16:41:42Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"8fac2857-1950-4920-bb44-a25a4a016ce7"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":82,"total":1} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":82} -{"level":"info","ts":"2024-06-06T16:41:42Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":82} -{"level":"info","ts":"2024-06-06T16:41:43Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"55c4d8cc-f0b4-4e4b-86b6-e6c9cf03cd3d"} -{"level":"info","ts":"2024-06-06T16:41:43Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"55c4d8cc-f0b4-4e4b-86b6-e6c9cf03cd3d"} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":83,"total":1} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":83} -{"level":"info","ts":"2024-06-06T16:41:43Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"892cc9e6-9c24-4fd8-9d2a-bc28dba7809f"} -{"level":"info","ts":"2024-06-06T16:41:43Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"892cc9e6-9c24-4fd8-9d2a-bc28dba7809f"} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":83} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":84,"total":1} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":84} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":84} -{"level":"info","ts":"2024-06-06T16:41:43Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"bdf3fd13-746a-4a87-9b01-bdab0cf042d0"} -{"level":"info","ts":"2024-06-06T16:41:43Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"bdf3fd13-746a-4a87-9b01-bdab0cf042d0"} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":85,"total":1} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":85} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":85} -{"level":"info","ts":"2024-06-06T16:41:43Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"d2db9619-d248-4e8d-9792-5d284cd52b57"} -{"level":"info","ts":"2024-06-06T16:41:43Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"d2db9619-d248-4e8d-9792-5d284cd52b57"} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":86,"total":1} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":86} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":86} -{"level":"info","ts":"2024-06-06T16:41:43Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"5362e25e-1faf-49f3-bf61-5e751a22e548"} -{"level":"info","ts":"2024-06-06T16:41:43Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"5362e25e-1faf-49f3-bf61-5e751a22e548"} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":87,"total":1} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:43Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":87} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":87} -{"level":"info","ts":"2024-06-06T16:41:44Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"48d2fb03-984e-4300-b8bc-e3819c7cd14b"} -{"level":"info","ts":"2024-06-06T16:41:44Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"48d2fb03-984e-4300-b8bc-e3819c7cd14b"} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":88,"total":1} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":88} -{"level":"info","ts":"2024-06-06T16:41:44Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"57f4814b-545a-40f9-83e4-cc049134b4bd"} -{"level":"info","ts":"2024-06-06T16:41:44Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"57f4814b-545a-40f9-83e4-cc049134b4bd"} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":88} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":89,"total":1} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":89} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":89} -{"level":"info","ts":"2024-06-06T16:41:44Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"d9eb34aa-22f7-4106-b675-886aa27d2d25"} -{"level":"info","ts":"2024-06-06T16:41:44Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"d9eb34aa-22f7-4106-b675-886aa27d2d25"} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":90,"total":1} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":90} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":90} -{"level":"info","ts":"2024-06-06T16:41:44Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"7f5c52ac-8884-46f3-87bf-9d2996de0a27"} -{"level":"info","ts":"2024-06-06T16:41:44Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"7f5c52ac-8884-46f3-87bf-9d2996de0a27"} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":91,"total":1} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":91} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":91} -{"level":"info","ts":"2024-06-06T16:41:44Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"47c4f94a-28ec-4852-a92a-34048eecd4c9"} -{"level":"info","ts":"2024-06-06T16:41:44Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"47c4f94a-28ec-4852-a92a-34048eecd4c9"} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":92,"total":1} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":92} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":92} -{"level":"info","ts":"2024-06-06T16:41:44Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"da74d9a5-b89f-4a4a-bfe1-988cc8ee98b5"} -{"level":"info","ts":"2024-06-06T16:41:44Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"da74d9a5-b89f-4a4a-bfe1-988cc8ee98b5"} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":93,"total":1} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:44Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":93} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":93} -{"level":"info","ts":"2024-06-06T16:41:45Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"faf4e67e-971b-480b-975d-c761445dcbd7"} -{"level":"info","ts":"2024-06-06T16:41:45Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"faf4e67e-971b-480b-975d-c761445dcbd7"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":94,"total":1} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":94} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":94} -{"level":"info","ts":"2024-06-06T16:41:45Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"df3bd236-f2b3-49e0-adcd-3cef0c147e8e"} -{"level":"info","ts":"2024-06-06T16:41:45Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"df3bd236-f2b3-49e0-adcd-3cef0c147e8e"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":95,"total":1} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":95} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":95} -{"level":"info","ts":"2024-06-06T16:41:45Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"4474a47f-c759-4484-99c1-294a414171bf"} -{"level":"info","ts":"2024-06-06T16:41:45Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"4474a47f-c759-4484-99c1-294a414171bf"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":96,"total":1} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":96} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":96} -{"level":"info","ts":"2024-06-06T16:41:45Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"47caee44-a1dc-48fa-8cbd-a69c6ec6049e"} -{"level":"info","ts":"2024-06-06T16:41:45Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"47caee44-a1dc-48fa-8cbd-a69c6ec6049e"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":97,"total":1} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":97} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":97} -{"level":"info","ts":"2024-06-06T16:41:45Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"a4a0b90a-b85c-47b5-bff4-0ef0cac13cda"} -{"level":"info","ts":"2024-06-06T16:41:45Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-mc59z","namespace":"scale"},"namespace":"scale","name":"backend-mc59z","reconcileID":"a4a0b90a-b85c-47b5-bff4-0ef0cac13cda"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":98,"total":1} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":98} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":98} -{"level":"info","ts":"2024-06-06T16:41:45Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"f993dea2-9ed0-4d9d-abd0-02fd2ad16c56"} -{"level":"info","ts":"2024-06-06T16:41:45Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"f993dea2-9ed0-4d9d-abd0-02fd2ad16c56"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":99,"total":1} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":99} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":99} -{"level":"info","ts":"2024-06-06T16:41:45Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"b20ec992-a7a0-447d-a1d8-9f703e16c466"} -{"level":"info","ts":"2024-06-06T16:41:45Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"b20ec992-a7a0-447d-a1d8-9f703e16c466"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":100,"total":1} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":100} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":100} -{"level":"info","ts":"2024-06-06T16:41:45Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"9fdeb204-b612-4a87-92fb-efa1a6cb5616"} -{"level":"info","ts":"2024-06-06T16:41:45Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"9fdeb204-b612-4a87-92fb-efa1a6cb5616"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":101,"total":1} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":101} -{"level":"info","ts":"2024-06-06T16:41:45Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":101} -{"level":"info","ts":"2024-06-06T16:41:46Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"641cefbd-d421-4957-b2f2-6d07ce0e317b"} -{"level":"info","ts":"2024-06-06T16:41:46Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"641cefbd-d421-4957-b2f2-6d07ce0e317b"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":102,"total":1} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":102} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":102} -{"level":"info","ts":"2024-06-06T16:41:46Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"c825d79e-84a6-4593-a500-262edaafb445"} -{"level":"info","ts":"2024-06-06T16:41:46Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"c825d79e-84a6-4593-a500-262edaafb445"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":103,"total":1} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":103} -{"level":"info","ts":"2024-06-06T16:41:46Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"398c0ce1-980d-4b72-adea-e01f839c2c45"} -{"level":"info","ts":"2024-06-06T16:41:46Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"398c0ce1-980d-4b72-adea-e01f839c2c45"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":103} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":104,"total":1} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":104} -{"level":"info","ts":"2024-06-06T16:41:46Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"5d22c4fb-0f23-47c9-87e1-da6217587dbd"} -{"level":"info","ts":"2024-06-06T16:41:46Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"5d22c4fb-0f23-47c9-87e1-da6217587dbd"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":104} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":105,"total":1} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":105} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":105} -{"level":"info","ts":"2024-06-06T16:41:46Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"f962afe9-cf04-4ec1-96fe-07de9a43af4e"} -{"level":"info","ts":"2024-06-06T16:41:46Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"f962afe9-cf04-4ec1-96fe-07de9a43af4e"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":106,"total":1} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":106} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":106} -{"level":"info","ts":"2024-06-06T16:41:46Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"5a41b314-8489-4578-9e7f-2754ddf83c15"} -{"level":"info","ts":"2024-06-06T16:41:46Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"5a41b314-8489-4578-9e7f-2754ddf83c15"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":107,"total":1} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":107} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":107} -{"level":"info","ts":"2024-06-06T16:41:46Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"add50e70-1739-4916-bb9c-45f5ebd5a61f"} -{"level":"info","ts":"2024-06-06T16:41:46Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"add50e70-1739-4916-bb9c-45f5ebd5a61f"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":108,"total":1} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:46Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":108} -{"level":"info","ts":"2024-06-06T16:41:47Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"38defc5f-f690-4298-b904-8030b02085fe"} -{"level":"info","ts":"2024-06-06T16:41:47Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"38defc5f-f690-4298-b904-8030b02085fe"} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":108} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":109,"total":1} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":109} -{"level":"info","ts":"2024-06-06T16:41:47Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"efa6048f-6b09-46d5-85de-c48a5ee6a95e"} -{"level":"info","ts":"2024-06-06T16:41:47Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"efa6048f-6b09-46d5-85de-c48a5ee6a95e"} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":109} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":110,"total":1} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":110} -{"level":"info","ts":"2024-06-06T16:41:47Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"1deaf58e-4392-4e3e-9b27-24ccbe7cc97a"} -{"level":"info","ts":"2024-06-06T16:41:47Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"1deaf58e-4392-4e3e-9b27-24ccbe7cc97a"} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":110} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":111,"total":1} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":111} -{"level":"info","ts":"2024-06-06T16:41:47Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"b76dc9c2-a239-45fd-9872-3a56f487068d"} -{"level":"info","ts":"2024-06-06T16:41:47Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"b76dc9c2-a239-45fd-9872-3a56f487068d"} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":111} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":112,"total":1} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":112} -{"level":"info","ts":"2024-06-06T16:41:47Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"c4a05acc-8d8b-4c3d-bebf-48a269674370"} -{"level":"info","ts":"2024-06-06T16:41:47Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"c4a05acc-8d8b-4c3d-bebf-48a269674370"} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":112} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":113,"total":1} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":113} -{"level":"info","ts":"2024-06-06T16:41:47Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"23961a25-3b74-4d2f-9c5f-de616908c885"} -{"level":"info","ts":"2024-06-06T16:41:47Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"23961a25-3b74-4d2f-9c5f-de616908c885"} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":113} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":114,"total":1} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":114} -{"level":"info","ts":"2024-06-06T16:41:47Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"13775d92-bcba-46e4-aaec-29167f1ba1a8"} -{"level":"info","ts":"2024-06-06T16:41:47Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"13775d92-bcba-46e4-aaec-29167f1ba1a8"} -{"level":"info","ts":"2024-06-06T16:41:47Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":114} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":115,"total":1} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":115} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":115} -{"level":"info","ts":"2024-06-06T16:41:48Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"da5033e8-acd7-44af-bc56-6e14b890c182"} -{"level":"info","ts":"2024-06-06T16:41:48Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"da5033e8-acd7-44af-bc56-6e14b890c182"} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":116,"total":1} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":116} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":116} -{"level":"info","ts":"2024-06-06T16:41:48Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"d8091747-69d3-4845-938b-43d43e720ffb"} -{"level":"info","ts":"2024-06-06T16:41:48Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"d8091747-69d3-4845-938b-43d43e720ffb"} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":117,"total":1} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":117} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":117} -{"level":"info","ts":"2024-06-06T16:41:48Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"fc3a6d73-03fa-4581-83eb-75689f938586"} -{"level":"info","ts":"2024-06-06T16:41:48Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"fc3a6d73-03fa-4581-83eb-75689f938586"} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":118,"total":1} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":118} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":118} -{"level":"info","ts":"2024-06-06T16:41:48Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"4a38ef36-ea39-47e4-bcc0-3f5856812e88"} -{"level":"info","ts":"2024-06-06T16:41:48Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"4a38ef36-ea39-47e4-bcc0-3f5856812e88"} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":119,"total":1} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:48Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":119} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":119} -{"level":"info","ts":"2024-06-06T16:41:49Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"c3715dd2-785c-45b7-bc74-e99d97a4f18f"} -{"level":"info","ts":"2024-06-06T16:41:49Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"c3715dd2-785c-45b7-bc74-e99d97a4f18f"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":120,"total":1} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":120} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":120} -{"level":"info","ts":"2024-06-06T16:41:49Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"2a30c2a0-f421-43fc-8759-325f0b3ea0ea"} -{"level":"info","ts":"2024-06-06T16:41:49Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"2a30c2a0-f421-43fc-8759-325f0b3ea0ea"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":121,"total":1} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":121} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":121} -{"level":"info","ts":"2024-06-06T16:41:49Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"ab685955-0936-4d6c-a883-1ac74757b0ec"} -{"level":"info","ts":"2024-06-06T16:41:49Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"ab685955-0936-4d6c-a883-1ac74757b0ec"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":122,"total":1} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":122} -{"level":"info","ts":"2024-06-06T16:41:49Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"acb7541e-5f99-4155-9311-fc6a4fe62323"} -{"level":"info","ts":"2024-06-06T16:41:49Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"acb7541e-5f99-4155-9311-fc6a4fe62323"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":122} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":123,"total":1} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":123} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":123} -{"level":"info","ts":"2024-06-06T16:41:49Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"cd9c81a7-dca4-400c-858d-24dd49b3e421"} -{"level":"info","ts":"2024-06-06T16:41:49Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"cd9c81a7-dca4-400c-858d-24dd49b3e421"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":124,"total":1} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":124} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":124} -{"level":"info","ts":"2024-06-06T16:41:49Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"fb1888c7-e31a-4f75-bb1b-be7684abcb8a"} -{"level":"info","ts":"2024-06-06T16:41:49Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"fb1888c7-e31a-4f75-bb1b-be7684abcb8a"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":125,"total":1} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":125} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":125} -{"level":"info","ts":"2024-06-06T16:41:49Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"7ef4b995-4d35-45ff-aebe-82b092fc95c5"} -{"level":"info","ts":"2024-06-06T16:41:49Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"7ef4b995-4d35-45ff-aebe-82b092fc95c5"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":126,"total":1} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":126} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":126} -{"level":"info","ts":"2024-06-06T16:41:49Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"d0f18377-70fd-4626-a225-332a114d0f38"} -{"level":"info","ts":"2024-06-06T16:41:49Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"d0f18377-70fd-4626-a225-332a114d0f38"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":127,"total":1} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":127} -{"level":"info","ts":"2024-06-06T16:41:49Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":127} -{"level":"info","ts":"2024-06-06T16:41:50Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"1cad08ac-c9e7-440f-9a8b-9e5d34fbb4c6"} -{"level":"info","ts":"2024-06-06T16:41:50Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"1cad08ac-c9e7-440f-9a8b-9e5d34fbb4c6"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":128,"total":1} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":128} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":128} -{"level":"info","ts":"2024-06-06T16:41:50Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"f16ee623-f044-438f-8ef3-5ca50ecd4fec"} -{"level":"info","ts":"2024-06-06T16:41:50Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"f16ee623-f044-438f-8ef3-5ca50ecd4fec"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":129,"total":1} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":129} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":129} -{"level":"info","ts":"2024-06-06T16:41:50Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"cbd79014-9927-49d3-9e22-d91e6841dbcc"} -{"level":"info","ts":"2024-06-06T16:41:50Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"cbd79014-9927-49d3-9e22-d91e6841dbcc"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":130,"total":1} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":130} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":130} -{"level":"info","ts":"2024-06-06T16:41:50Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"f8f21dd6-cc69-459a-ac47-46e298f0742a"} -{"level":"info","ts":"2024-06-06T16:41:50Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hl2gs","namespace":"scale"},"namespace":"scale","name":"backend-hl2gs","reconcileID":"f8f21dd6-cc69-459a-ac47-46e298f0742a"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":131,"total":1} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":131} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":131} -{"level":"info","ts":"2024-06-06T16:41:50Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"03935b89-3fea-44d3-b77f-dfd1f9ff65bd"} -{"level":"info","ts":"2024-06-06T16:41:50Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"03935b89-3fea-44d3-b77f-dfd1f9ff65bd"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":132,"total":1} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":132} -{"level":"info","ts":"2024-06-06T16:41:50Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"7ecd3ae6-4da7-44f3-94c2-34e390524dcc"} -{"level":"info","ts":"2024-06-06T16:41:50Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"7ecd3ae6-4da7-44f3-94c2-34e390524dcc"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":132} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":133,"total":1} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":133} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":133} -{"level":"info","ts":"2024-06-06T16:41:50Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"a48a3de7-a677-4616-9821-2df2e112365c"} -{"level":"info","ts":"2024-06-06T16:41:50Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"a48a3de7-a677-4616-9821-2df2e112365c"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":134,"total":1} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":134} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":134} -{"level":"info","ts":"2024-06-06T16:41:50Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"a426f05b-6338-460c-8823-737395375edb"} -{"level":"info","ts":"2024-06-06T16:41:50Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"a426f05b-6338-460c-8823-737395375edb"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":135,"total":1} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":135} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":135} -{"level":"info","ts":"2024-06-06T16:41:50Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"9773828c-d7b7-438e-8176-a055ce21d3ca"} -{"level":"info","ts":"2024-06-06T16:41:50Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"9773828c-d7b7-438e-8176-a055ce21d3ca"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":136,"total":1} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":136} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":136} -{"level":"info","ts":"2024-06-06T16:41:50Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"ff6f8e76-e07b-4d0d-9f7b-b8b3463fc7c7"} -{"level":"info","ts":"2024-06-06T16:41:50Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"ff6f8e76-e07b-4d0d-9f7b-b8b3463fc7c7"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":137,"total":1} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:50Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":137} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":137} -{"level":"info","ts":"2024-06-06T16:41:51Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"33a1ec7a-0d57-49d8-b740-aafa420dbcf1"} -{"level":"info","ts":"2024-06-06T16:41:51Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"33a1ec7a-0d57-49d8-b740-aafa420dbcf1"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":138,"total":1} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":138} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":138} -{"level":"info","ts":"2024-06-06T16:41:51Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"b47cf2ae-5cf8-45f7-9986-7cde550944ed"} -{"level":"info","ts":"2024-06-06T16:41:51Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"b47cf2ae-5cf8-45f7-9986-7cde550944ed"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":139,"total":1} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":139} -{"level":"info","ts":"2024-06-06T16:41:51Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"9e77707d-88db-41e6-add8-698276d6f7d5"} -{"level":"info","ts":"2024-06-06T16:41:51Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"9e77707d-88db-41e6-add8-698276d6f7d5"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":139} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":140,"total":1} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":140} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":140} -{"level":"info","ts":"2024-06-06T16:41:51Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"75c781b6-92d3-4978-8832-383861e4080f"} -{"level":"info","ts":"2024-06-06T16:41:51Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"75c781b6-92d3-4978-8832-383861e4080f"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":141,"total":1} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":141} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":141} -{"level":"info","ts":"2024-06-06T16:41:51Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"86d3b4cc-6f2b-417e-a5a4-f97f90787ef7"} -{"level":"info","ts":"2024-06-06T16:41:51Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"86d3b4cc-6f2b-417e-a5a4-f97f90787ef7"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":142,"total":1} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":142} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":142} -{"level":"info","ts":"2024-06-06T16:41:51Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"6edbc50b-42cd-49ee-9211-02637ed8e336"} -{"level":"info","ts":"2024-06-06T16:41:51Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"6edbc50b-42cd-49ee-9211-02637ed8e336"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":143,"total":1} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":143} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":143} -{"level":"info","ts":"2024-06-06T16:41:51Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"a80fc178-8eb1-4323-9d9a-191b58a5ba6b"} -{"level":"info","ts":"2024-06-06T16:41:51Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"a80fc178-8eb1-4323-9d9a-191b58a5ba6b"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":144,"total":1} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":144} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":144} -{"level":"info","ts":"2024-06-06T16:41:51Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"d3db3c5e-66e9-4782-ba78-b0f85a38192d"} -{"level":"info","ts":"2024-06-06T16:41:51Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"d3db3c5e-66e9-4782-ba78-b0f85a38192d"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":145,"total":1} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:51Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":145} -{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":145} -{"level":"info","ts":"2024-06-06T16:41:52Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"36abfd36-4cdc-45a5-b447-c9734e1c1256"} -{"level":"info","ts":"2024-06-06T16:41:52Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"36abfd36-4cdc-45a5-b447-c9734e1c1256"} -{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":146,"total":1} -{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":146} -{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":146} -{"level":"info","ts":"2024-06-06T16:41:52Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"07d16c75-a1df-4966-9bf4-9e0d05487ea1"} -{"level":"info","ts":"2024-06-06T16:41:52Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"07d16c75-a1df-4966-9bf4-9e0d05487ea1"} -{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":147,"total":1} -{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":147} -{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":147} -{"level":"info","ts":"2024-06-06T16:41:52Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"bba88e96-aee0-42ce-83e5-5ea2a872d859"} -{"level":"info","ts":"2024-06-06T16:41:52Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"bba88e96-aee0-42ce-83e5-5ea2a872d859"} -{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":148,"total":1} -{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:52Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":148} -{"level":"info","ts":"2024-06-06T16:41:53Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"9ca2d1fa-9ac2-4683-811b-247763f503db"} -{"level":"info","ts":"2024-06-06T16:41:53Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"9ca2d1fa-9ac2-4683-811b-247763f503db"} -{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":148} -{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":149,"total":1} -{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":149} -{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":149} -{"level":"info","ts":"2024-06-06T16:41:53Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"2e65b583-d3f7-4a46-8b22-45a94ed0cf7c"} -{"level":"info","ts":"2024-06-06T16:41:53Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"2e65b583-d3f7-4a46-8b22-45a94ed0cf7c"} -{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":150,"total":1} -{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":150} -{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":150} -{"level":"info","ts":"2024-06-06T16:41:53Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"6faf4d2c-5b1b-4b6c-937f-95db987a0012"} -{"level":"info","ts":"2024-06-06T16:41:53Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"6faf4d2c-5b1b-4b6c-937f-95db987a0012"} -{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":151,"total":1} -{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":151} -{"level":"info","ts":"2024-06-06T16:41:53Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"7b7b0710-2bd0-4714-9359-2fd4ae1c88af"} -{"level":"info","ts":"2024-06-06T16:41:53Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"7b7b0710-2bd0-4714-9359-2fd4ae1c88af"} -{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":151} -{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":152,"total":1} -{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":152} -{"level":"info","ts":"2024-06-06T16:41:53Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"c6a59bb7-37dd-4206-b198-6a29e65d9904"} -{"level":"info","ts":"2024-06-06T16:41:53Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"c6a59bb7-37dd-4206-b198-6a29e65d9904"} -{"level":"info","ts":"2024-06-06T16:41:53Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":152} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":153,"total":1} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":153} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":153} -{"level":"info","ts":"2024-06-06T16:41:54Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"6d79d17e-60cc-4507-8614-4bb9e5264ea8"} -{"level":"info","ts":"2024-06-06T16:41:54Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"6d79d17e-60cc-4507-8614-4bb9e5264ea8"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":154,"total":1} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":154} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":154} -{"level":"info","ts":"2024-06-06T16:41:54Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"3a20f236-55fa-42da-aa1b-c46b5a4552e8"} -{"level":"info","ts":"2024-06-06T16:41:54Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"3a20f236-55fa-42da-aa1b-c46b5a4552e8"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":155,"total":1} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":155} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":155} -{"level":"info","ts":"2024-06-06T16:41:54Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"32332081-7383-4d7b-a5e0-b27a93e7c183"} -{"level":"info","ts":"2024-06-06T16:41:54Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"32332081-7383-4d7b-a5e0-b27a93e7c183"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":156,"total":1} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":156} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":156} -{"level":"info","ts":"2024-06-06T16:41:54Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"de3ceebd-d591-4af3-9e32-dba25c7509e0"} -{"level":"info","ts":"2024-06-06T16:41:54Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"de3ceebd-d591-4af3-9e32-dba25c7509e0"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":157,"total":1} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":157} -{"level":"info","ts":"2024-06-06T16:41:54Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"28a4623f-1083-4dcf-8e6d-a0ce639f1c46"} -{"level":"info","ts":"2024-06-06T16:41:54Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"28a4623f-1083-4dcf-8e6d-a0ce639f1c46"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":157} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":158,"total":1} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":158} -{"level":"info","ts":"2024-06-06T16:41:54Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"ba09d6fd-1f71-4f1b-8c5f-8cbcce6eed0d"} -{"level":"info","ts":"2024-06-06T16:41:54Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"ba09d6fd-1f71-4f1b-8c5f-8cbcce6eed0d"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":158} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":159,"total":1} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":159} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":159} -{"level":"info","ts":"2024-06-06T16:41:55Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"72f59bc2-a742-4231-9d59-36ed1d8ae337"} -{"level":"info","ts":"2024-06-06T16:41:55Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"72f59bc2-a742-4231-9d59-36ed1d8ae337"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":160,"total":1} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":160} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":160} -{"level":"info","ts":"2024-06-06T16:41:55Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"b161601d-0818-45f8-89a2-513b1a892460"} -{"level":"info","ts":"2024-06-06T16:41:55Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"b161601d-0818-45f8-89a2-513b1a892460"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":161,"total":1} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":161} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":161} -{"level":"info","ts":"2024-06-06T16:41:55Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"9dae51f5-f35a-4264-a458-df69f179c41a"} -{"level":"info","ts":"2024-06-06T16:41:55Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"9dae51f5-f35a-4264-a458-df69f179c41a"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":162,"total":1} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":162} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":162} -{"level":"info","ts":"2024-06-06T16:41:55Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"10a0981a-e75e-47f2-b3c9-5a4a94bd7667"} -{"level":"info","ts":"2024-06-06T16:41:55Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"10a0981a-e75e-47f2-b3c9-5a4a94bd7667"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":163,"total":1} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":163} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":163} -{"level":"info","ts":"2024-06-06T16:41:55Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"51f8da68-7c9d-4601-8c00-603872879855"} -{"level":"info","ts":"2024-06-06T16:41:55Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"51f8da68-7c9d-4601-8c00-603872879855"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":164,"total":1} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":164} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":164} -{"level":"info","ts":"2024-06-06T16:41:55Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"d79d1820-3a97-4d44-9f8e-8d023fb0d941"} -{"level":"info","ts":"2024-06-06T16:41:55Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"d79d1820-3a97-4d44-9f8e-8d023fb0d941"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":165,"total":1} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":165} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":165} -{"level":"info","ts":"2024-06-06T16:41:55Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"98e0bd23-8bdf-4fd6-a427-fde16d162592"} -{"level":"info","ts":"2024-06-06T16:41:55Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-c4zft","namespace":"scale"},"namespace":"scale","name":"backend-c4zft","reconcileID":"98e0bd23-8bdf-4fd6-a427-fde16d162592"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":166,"total":1} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:55Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":166} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":166} -{"level":"info","ts":"2024-06-06T16:41:56Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"24d66003-859a-4476-8945-fd4d306c117e"} -{"level":"info","ts":"2024-06-06T16:41:56Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"24d66003-859a-4476-8945-fd4d306c117e"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":167,"total":1} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":167} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":167} -{"level":"info","ts":"2024-06-06T16:41:56Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"c15cc0ce-9ba8-40c0-8f4a-b86b9aa319ad"} -{"level":"info","ts":"2024-06-06T16:41:56Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"c15cc0ce-9ba8-40c0-8f4a-b86b9aa319ad"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":168,"total":1} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":168} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":168} -{"level":"info","ts":"2024-06-06T16:41:56Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"43c31973-0668-4040-bf8c-8c802f9d703f"} -{"level":"info","ts":"2024-06-06T16:41:56Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"43c31973-0668-4040-bf8c-8c802f9d703f"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":169,"total":1} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":169} -{"level":"info","ts":"2024-06-06T16:41:56Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"ce6884e6-b043-47f2-aef7-895cf9d81787"} -{"level":"info","ts":"2024-06-06T16:41:56Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"ce6884e6-b043-47f2-aef7-895cf9d81787"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":169} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":170,"total":1} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":170} -{"level":"info","ts":"2024-06-06T16:41:56Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"75ed39fe-ade7-4684-91f7-1aad5d46142f"} -{"level":"info","ts":"2024-06-06T16:41:56Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"75ed39fe-ade7-4684-91f7-1aad5d46142f"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":170} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":171,"total":1} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":171} -{"level":"info","ts":"2024-06-06T16:41:56Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"2e4f5b5a-746a-4f20-9be8-f54f5b2295bf"} -{"level":"info","ts":"2024-06-06T16:41:56Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"2e4f5b5a-746a-4f20-9be8-f54f5b2295bf"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":171} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":172,"total":1} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":172} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":172} -{"level":"info","ts":"2024-06-06T16:41:56Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"51b30d1c-fa52-4764-806a-bae37ca22f30"} -{"level":"info","ts":"2024-06-06T16:41:56Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"51b30d1c-fa52-4764-806a-bae37ca22f30"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":173,"total":1} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":173} -{"level":"info","ts":"2024-06-06T16:41:56Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":173} -{"level":"info","ts":"2024-06-06T16:41:57Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"2de45fb9-c72c-4e58-9726-9ddeb99be192"} -{"level":"info","ts":"2024-06-06T16:41:57Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"2de45fb9-c72c-4e58-9726-9ddeb99be192"} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":174,"total":1} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":174} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":174} -{"level":"info","ts":"2024-06-06T16:41:57Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"252f763a-5f2f-4419-8c02-3427d61d5da4"} -{"level":"info","ts":"2024-06-06T16:41:57Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"252f763a-5f2f-4419-8c02-3427d61d5da4"} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":175,"total":1} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":175} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":175} -{"level":"info","ts":"2024-06-06T16:41:57Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"76a307cc-1c89-4fdb-a26c-de14f499a212"} -{"level":"info","ts":"2024-06-06T16:41:57Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"76a307cc-1c89-4fdb-a26c-de14f499a212"} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":176,"total":1} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":176} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":176} -{"level":"info","ts":"2024-06-06T16:41:57Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"20fb3d83-2211-40b3-af02-89da814e0c3a"} -{"level":"info","ts":"2024-06-06T16:41:57Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"20fb3d83-2211-40b3-af02-89da814e0c3a"} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":177,"total":1} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":177} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":177} -{"level":"info","ts":"2024-06-06T16:41:57Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"7a37fc91-3d8f-4899-9708-c43bcb52f6fb"} -{"level":"info","ts":"2024-06-06T16:41:57Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"7a37fc91-3d8f-4899-9708-c43bcb52f6fb"} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":178,"total":1} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":178} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":178} -{"level":"info","ts":"2024-06-06T16:41:57Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"8234c577-00f0-4ac5-8cc2-58374322bd93"} -{"level":"info","ts":"2024-06-06T16:41:57Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"8234c577-00f0-4ac5-8cc2-58374322bd93"} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":179,"total":1} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:57Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":179} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":179} -{"level":"info","ts":"2024-06-06T16:41:58Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"8bbd588e-4d37-4535-95e2-83fef95dbe82"} -{"level":"info","ts":"2024-06-06T16:41:58Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"8bbd588e-4d37-4535-95e2-83fef95dbe82"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":180,"total":1} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":180} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":180} -{"level":"info","ts":"2024-06-06T16:41:58Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"2b0736bd-2f72-40f1-91ae-316084cc0385"} -{"level":"info","ts":"2024-06-06T16:41:58Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"2b0736bd-2f72-40f1-91ae-316084cc0385"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":181,"total":1} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":181} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":181} -{"level":"info","ts":"2024-06-06T16:41:58Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"7e6fae77-8f56-423e-b956-c9dbb929794e"} -{"level":"info","ts":"2024-06-06T16:41:58Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"7e6fae77-8f56-423e-b956-c9dbb929794e"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":182,"total":1} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":182} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":182} -{"level":"info","ts":"2024-06-06T16:41:58Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"f73ef930-ae4a-44fd-940a-95f434520581"} -{"level":"info","ts":"2024-06-06T16:41:58Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"f73ef930-ae4a-44fd-940a-95f434520581"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":183,"total":1} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":183} -{"level":"info","ts":"2024-06-06T16:41:58Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"eb8e2583-16bd-453a-9077-24373e23c48f"} -{"level":"info","ts":"2024-06-06T16:41:58Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"eb8e2583-16bd-453a-9077-24373e23c48f"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":183} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":184,"total":1} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":184} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":184} -{"level":"info","ts":"2024-06-06T16:41:58Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"ea1a209e-a7b9-451d-b008-8d246998700d"} -{"level":"info","ts":"2024-06-06T16:41:58Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"ea1a209e-a7b9-451d-b008-8d246998700d"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":185,"total":1} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":185} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":185} -{"level":"info","ts":"2024-06-06T16:41:58Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"6ed1f7e6-e133-47b0-8a42-150188448f60"} -{"level":"info","ts":"2024-06-06T16:41:58Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"6ed1f7e6-e133-47b0-8a42-150188448f60"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":186,"total":1} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":186} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":186} -{"level":"info","ts":"2024-06-06T16:41:58Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"efd7cf9e-0e4e-4775-bb20-c008c46a7fc6"} -{"level":"info","ts":"2024-06-06T16:41:58Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"efd7cf9e-0e4e-4775-bb20-c008c46a7fc6"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":187,"total":1} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":187} -{"level":"info","ts":"2024-06-06T16:41:58Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"78157d91-1518-4373-bf6c-4b6dee7a7344"} -{"level":"info","ts":"2024-06-06T16:41:58Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"78157d91-1518-4373-bf6c-4b6dee7a7344"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":187} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":188,"total":1} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":188} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":188} -{"level":"info","ts":"2024-06-06T16:41:59Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"b5d6eed8-609e-46d0-b18c-1575277c3734"} -{"level":"info","ts":"2024-06-06T16:41:59Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"b5d6eed8-609e-46d0-b18c-1575277c3734"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":189,"total":1} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":189} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":189} -{"level":"info","ts":"2024-06-06T16:41:59Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"c6259c34-5f4c-43a2-8294-22b603a55688"} -{"level":"info","ts":"2024-06-06T16:41:59Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"c6259c34-5f4c-43a2-8294-22b603a55688"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":190,"total":1} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":190} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":190} -{"level":"info","ts":"2024-06-06T16:41:59Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"d66812c7-0eb8-46c9-adb3-c2c4260663c7"} -{"level":"info","ts":"2024-06-06T16:41:59Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"d66812c7-0eb8-46c9-adb3-c2c4260663c7"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":191,"total":1} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":191} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":191} -{"level":"info","ts":"2024-06-06T16:41:59Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"e358ae57-33d2-459e-a5c9-9c54f0f10e06"} -{"level":"info","ts":"2024-06-06T16:41:59Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"e358ae57-33d2-459e-a5c9-9c54f0f10e06"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":192,"total":1} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":192} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":192} -{"level":"info","ts":"2024-06-06T16:41:59Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"d9a57a11-2602-4a42-bea8-84e5cf16ed7a"} -{"level":"info","ts":"2024-06-06T16:41:59Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"d9a57a11-2602-4a42-bea8-84e5cf16ed7a"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":193,"total":1} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":193} -{"level":"info","ts":"2024-06-06T16:41:59Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"2a9641d0-e5ea-492b-8e4e-4e6c14f1ca8b"} -{"level":"info","ts":"2024-06-06T16:41:59Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"2a9641d0-e5ea-492b-8e4e-4e6c14f1ca8b"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":193} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":194,"total":1} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":194} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":194} -{"level":"info","ts":"2024-06-06T16:41:59Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"bf48a484-49c9-4c06-a2c8-f7f3ef8243c5"} -{"level":"info","ts":"2024-06-06T16:41:59Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"bf48a484-49c9-4c06-a2c8-f7f3ef8243c5"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":195,"total":1} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":195} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":195} -{"level":"info","ts":"2024-06-06T16:41:59Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"917ec280-5dfc-4f64-b8dc-d534fadf43d0"} -{"level":"info","ts":"2024-06-06T16:41:59Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"917ec280-5dfc-4f64-b8dc-d534fadf43d0"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":196,"total":1} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":196} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":196} -{"level":"info","ts":"2024-06-06T16:41:59Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"06f81a38-4535-454d-9deb-079e42aadc19"} -{"level":"info","ts":"2024-06-06T16:41:59Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"06f81a38-4535-454d-9deb-079e42aadc19"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":197,"total":1} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:41:59Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":197} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":197} -{"level":"info","ts":"2024-06-06T16:42:00Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"17160034-6ad2-40ca-ade6-23442a7374dc"} -{"level":"info","ts":"2024-06-06T16:42:00Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"17160034-6ad2-40ca-ade6-23442a7374dc"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":198,"total":1} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":198} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":198} -{"level":"info","ts":"2024-06-06T16:42:00Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"3030c344-d598-43ec-8d0a-67578274e8a3"} -{"level":"info","ts":"2024-06-06T16:42:00Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-vzhwc","namespace":"scale"},"namespace":"scale","name":"backend-vzhwc","reconcileID":"3030c344-d598-43ec-8d0a-67578274e8a3"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":199,"total":1} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":199} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":199} -{"level":"info","ts":"2024-06-06T16:42:00Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"fb35a23f-6194-4d45-a534-610dddd4dc03"} -{"level":"info","ts":"2024-06-06T16:42:00Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"fb35a23f-6194-4d45-a534-610dddd4dc03"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":200,"total":1} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":200} -{"level":"info","ts":"2024-06-06T16:42:00Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"dc626ea4-a97c-4e11-affc-9211ea41fbc2"} -{"level":"info","ts":"2024-06-06T16:42:00Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"dc626ea4-a97c-4e11-affc-9211ea41fbc2"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":200} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":201,"total":1} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":201} -{"level":"info","ts":"2024-06-06T16:42:00Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"dc9870dc-d062-40e2-ad55-9f54c1e392de"} -{"level":"info","ts":"2024-06-06T16:42:00Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"dc9870dc-d062-40e2-ad55-9f54c1e392de"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":201} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":202,"total":1} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":202} -{"level":"info","ts":"2024-06-06T16:42:00Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"3b72a1e2-797b-483d-bbe2-170971c0ba27"} -{"level":"info","ts":"2024-06-06T16:42:00Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"3b72a1e2-797b-483d-bbe2-170971c0ba27"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":202} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":203,"total":1} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":203} -{"level":"info","ts":"2024-06-06T16:42:00Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"e7bfae4b-56a2-46e0-a686-43aca388a512"} -{"level":"info","ts":"2024-06-06T16:42:00Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"e7bfae4b-56a2-46e0-a686-43aca388a512"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":203} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":204,"total":1} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":204} -{"level":"info","ts":"2024-06-06T16:42:00Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"d148d31d-2a35-4f06-8e92-72e702d5032c"} -{"level":"info","ts":"2024-06-06T16:42:00Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"d148d31d-2a35-4f06-8e92-72e702d5032c"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":204} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":205,"total":1} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:42:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":205} -{"level":"info","ts":"2024-06-06T16:42:01Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"9464a251-947c-47b4-b73d-d65f1b578a2f"} -{"level":"info","ts":"2024-06-06T16:42:01Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"9464a251-947c-47b4-b73d-d65f1b578a2f"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":205} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":206,"total":1} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:42:01Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"543c84b1-0d21-45e0-adfc-4c392a9452b3"} -{"level":"info","ts":"2024-06-06T16:42:01Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"543c84b1-0d21-45e0-adfc-4c392a9452b3"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":206} -{"level":"info","ts":"2024-06-06T16:42:01Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"a286f391-4b05-43c0-84ed-4457f7b551a6"} -{"level":"info","ts":"2024-06-06T16:42:01Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"a286f391-4b05-43c0-84ed-4457f7b551a6"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":2} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":206} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":207,"total":2} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":207} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":207} -{"level":"info","ts":"2024-06-06T16:42:01Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"17babb38-eb90-40b5-80ee-e517a891d5fc"} -{"level":"info","ts":"2024-06-06T16:42:01Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"17babb38-eb90-40b5-80ee-e517a891d5fc"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":208,"total":1} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":208} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":208} -{"level":"info","ts":"2024-06-06T16:42:01Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"51af93a9-05af-4084-985e-eaf23cc52523"} -{"level":"info","ts":"2024-06-06T16:42:01Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"51af93a9-05af-4084-985e-eaf23cc52523"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":209,"total":1} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":209} -{"level":"info","ts":"2024-06-06T16:42:01Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"00c21504-6616-4d94-8e44-73c8f91257b0"} -{"level":"info","ts":"2024-06-06T16:42:01Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"00c21504-6616-4d94-8e44-73c8f91257b0"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":209} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":210,"total":1} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":210} -{"level":"info","ts":"2024-06-06T16:42:01Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"a6bb920d-9759-494f-a54f-b7bb2d9e816b"} -{"level":"info","ts":"2024-06-06T16:42:01Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"a6bb920d-9759-494f-a54f-b7bb2d9e816b"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":210} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":211,"total":1} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":211} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":211} -{"level":"info","ts":"2024-06-06T16:42:01Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"0b9a58a9-7902-4178-9bc8-6c68e7f80b58"} -{"level":"info","ts":"2024-06-06T16:42:01Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"0b9a58a9-7902-4178-9bc8-6c68e7f80b58"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":212,"total":1} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":212} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":212} -{"level":"info","ts":"2024-06-06T16:42:01Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"2aef33bc-7dd0-4832-8c91-96142535cd32"} -{"level":"info","ts":"2024-06-06T16:42:01Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"2aef33bc-7dd0-4832-8c91-96142535cd32"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":213,"total":1} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":213} -{"level":"info","ts":"2024-06-06T16:42:01Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":213} -{"level":"info","ts":"2024-06-06T16:42:02Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"bdf449d7-2599-4580-b1a8-f9f773fe003f"} -{"level":"info","ts":"2024-06-06T16:42:02Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"bdf449d7-2599-4580-b1a8-f9f773fe003f"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":214,"total":1} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":214} -{"level":"info","ts":"2024-06-06T16:42:02Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"501fb8a2-9465-430e-a875-30d303e5f810"} -{"level":"info","ts":"2024-06-06T16:42:02Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"501fb8a2-9465-430e-a875-30d303e5f810"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":214} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":215,"total":1} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":215} -{"level":"info","ts":"2024-06-06T16:42:02Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"46d016fd-243a-418f-9f74-342f81aca84c"} -{"level":"info","ts":"2024-06-06T16:42:02Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"46d016fd-243a-418f-9f74-342f81aca84c"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":215} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":216,"total":1} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":216} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":216} -{"level":"info","ts":"2024-06-06T16:42:02Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"516178d5-8a80-44ee-8928-0c4a1dd44516"} -{"level":"info","ts":"2024-06-06T16:42:02Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"516178d5-8a80-44ee-8928-0c4a1dd44516"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":217,"total":1} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":217} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":217} -{"level":"info","ts":"2024-06-06T16:42:02Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"cbdd7496-7d1b-4670-86f9-03e7196d91b8"} -{"level":"info","ts":"2024-06-06T16:42:02Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"cbdd7496-7d1b-4670-86f9-03e7196d91b8"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":218,"total":1} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":218} -{"level":"info","ts":"2024-06-06T16:42:02Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"20636158-1ebe-4933-84d7-eb7e12cd6566"} -{"level":"info","ts":"2024-06-06T16:42:02Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"20636158-1ebe-4933-84d7-eb7e12cd6566"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":218} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":219,"total":1} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":219} -{"level":"info","ts":"2024-06-06T16:42:02Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"508ff12e-c6a4-4f3d-9a2e-872b0ac1d0ee"} -{"level":"info","ts":"2024-06-06T16:42:02Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"508ff12e-c6a4-4f3d-9a2e-872b0ac1d0ee"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":219} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":220,"total":1} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} -{"level":"error","ts":"2024-06-06T16:42:02Z","logger":"eventLoop.eventHandler","msg":"couldn't update upstream via the API, reloading configuration instead","batchID":220,"upstreamName":"scale_backend_80","error":"failed to update servers of scale_backend_80 upstream: failed to add 10.104.3.63:8080 server to scale_backend_80 upstream: expected 201 response, got 500. error.status=500; error.text=upstream memory exhausted; error.code=UpstreamOutOfMemory; request_id=30971a032d4c30b2a891c6794e3b8cf5; href=https://nginx.org/en/docs/http/ngx_http_api_module.html","stacktrace":"github.com/nginxinc/nginx-gateway-fabric/internal/mode/static.(*eventHandlerImpl).updateUpstreamServers\n\t/home/runner/work/nginx-gateway-fabric/nginx-gateway-fabric/internal/mode/static/handler.go:377\ngithub.com/nginxinc/nginx-gateway-fabric/internal/mode/static.(*eventHandlerImpl).HandleEventBatch\n\t/home/runner/work/nginx-gateway-fabric/nginx-gateway-fabric/internal/mode/static/handler.go:204\ngithub.com/nginxinc/nginx-gateway-fabric/internal/framework/events.(*EventLoop).Start.func1.1\n\t/home/runner/work/nginx-gateway-fabric/nginx-gateway-fabric/internal/framework/events/loop.go:74"} -{"level":"info","ts":"2024-06-06T16:42:02Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"701e0927-eab6-4946-9fe2-a0a2359ebff9"} -{"level":"info","ts":"2024-06-06T16:42:02Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"701e0927-eab6-4946-9fe2-a0a2359ebff9"} -{"level":"info","ts":"2024-06-06T16:42:02Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} -{"level":"info","ts":"2024-06-06T16:42:03Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"3566663b-829f-4749-8c42-abc3b0d24e2a"} -{"level":"info","ts":"2024-06-06T16:42:03Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"3566663b-829f-4749-8c42-abc3b0d24e2a"} -{"level":"info","ts":"2024-06-06T16:42:03Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":2} -{"level":"info","ts":"2024-06-06T16:42:03Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"4cb20a67-db78-46da-be24-1c0db37dd902"} -{"level":"info","ts":"2024-06-06T16:42:03Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"4cb20a67-db78-46da-be24-1c0db37dd902"} -{"level":"info","ts":"2024-06-06T16:42:03Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":3} -{"level":"info","ts":"2024-06-06T16:42:03Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"d9b254f5-7f50-4572-9a08-f9d8cea34ab0"} -{"level":"info","ts":"2024-06-06T16:42:03Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"d9b254f5-7f50-4572-9a08-f9d8cea34ab0"} -{"level":"info","ts":"2024-06-06T16:42:03Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":4} -{"level":"info","ts":"2024-06-06T16:42:03Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"12a8c656-167e-4735-8ee2-3b791ade9bbf"} -{"level":"info","ts":"2024-06-06T16:42:03Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"12a8c656-167e-4735-8ee2-3b791ade9bbf"} -{"level":"info","ts":"2024-06-06T16:42:03Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":5} -{"level":"info","ts":"2024-06-06T16:42:03Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"88b97324-915f-41b8-ba53-0a3d59ffe4ff"} -{"level":"info","ts":"2024-06-06T16:42:03Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"88b97324-915f-41b8-ba53-0a3d59ffe4ff"} -{"level":"info","ts":"2024-06-06T16:42:03Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":6} -{"level":"info","ts":"2024-06-06T16:42:03Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"c0dfaf94-490f-48e9-815d-5683a57864df"} -{"level":"info","ts":"2024-06-06T16:42:03Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"c0dfaf94-490f-48e9-815d-5683a57864df"} -{"level":"info","ts":"2024-06-06T16:42:03Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":7} -{"level":"info","ts":"2024-06-06T16:42:04Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"2e58755b-3a46-4dfc-a298-c9a8b306b93d"} -{"level":"info","ts":"2024-06-06T16:42:04Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hphzn","namespace":"scale"},"namespace":"scale","name":"backend-hphzn","reconcileID":"2e58755b-3a46-4dfc-a298-c9a8b306b93d"} -{"level":"info","ts":"2024-06-06T16:42:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":8}