diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6cf8bc2570..bf79ce890e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -131,7 +131,7 @@ jobs: DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index - name: Build Docker Image - uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0 + uses: docker/build-push-action@a254f8ca60a858f3136a2f1f23a60969f2c402dd # v6.4.0 with: file: build/Dockerfile${{ inputs.image == 'nginx' && '.nginx' || '' }}${{ inputs.image == 'plus' && '.nginxplus' || '' }} context: "." @@ -162,7 +162,7 @@ jobs: - name: Scan SBOM id: scan - uses: anchore/scan-action@3343887d815d7b07465f6fdcd395bd66508d486a # v3.6.4 + uses: anchore/scan-action@d43cc1dfea6a99ed123bf8f3133f1797c9b44492 # v4.1.0 with: sbom: "sbom-${{ inputs.image }}.json" only-fixed: true @@ -170,7 +170,7 @@ jobs: fail-build: false - name: Upload scan result to GitHub Security tab - uses: github/codeql-action/upload-sarif@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11 + uses: github/codeql-action/upload-sarif@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3.25.12 continue-on-error: true with: sarif_file: ${{ steps.scan.outputs.sarif }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8021a6277a..8756cc2246 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: fetch-depth: 0 - name: Setup Golang Environment - uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1 + uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 with: go-version: stable cache-dependency-path: | @@ -81,7 +81,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Setup Golang Environment - uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1 + uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 with: go-version: stable cache-dependency-path: | @@ -139,7 +139,7 @@ jobs: fetch-depth: 0 - name: Setup Golang Environment - uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1 + uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 with: go-version: stable cache-dependency-path: | @@ -159,7 +159,7 @@ jobs: if: ${{ github.event_name == 'push' && github.ref != 'refs/heads/main' }} - name: Download Syft - uses: anchore/sbom-action/download-syft@e8d2a6937ecead383dfe75190d104edd1f9c5751 # v0.16.0 + uses: anchore/sbom-action/download-syft@d94f46e13c6c62f59525ac9a1e147a99dc0b9bf5 # v0.17.0 if: github.ref_type == 'tag' - name: Install Cosign diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index f09d45388d..2f3b387579 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -52,7 +52,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11 + uses: github/codeql-action/init@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3.25.12 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} @@ -64,6 +64,6 @@ jobs: # queries: security-extended,security-and-quality - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11 + uses: github/codeql-action/analyze@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3.25.12 with: category: "/language:${{matrix.language}}" diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index 1544a670a1..a2dc7b7384 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -35,7 +35,7 @@ jobs: fetch-depth: 0 - name: Setup Golang Environment - uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1 + uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 with: go-version: stable @@ -88,7 +88,7 @@ jobs: TELEMETRY_ENDPOINT_INSECURE: "false" - name: Build NGF Docker Image - uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0 + uses: docker/build-push-action@a254f8ca60a858f3136a2f1f23a60969f2c402dd # v6.4.0 with: file: build/Dockerfile tags: ${{ steps.ngf-meta.outputs.tags }} @@ -99,7 +99,7 @@ jobs: pull: true - name: Build NGINX Docker Image - uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0 + uses: docker/build-push-action@a254f8ca60a858f3136a2f1f23a60969f2c402dd # v6.4.0 with: file: build/Dockerfile${{ inputs.image == 'nginx' && '.nginx' || '' }}${{ inputs.image == 'plus' && '.nginxplus' || ''}} tags: ${{ steps.nginx-meta.outputs.tags }} @@ -118,7 +118,7 @@ jobs: working-directory: ./tests - name: Build Test Docker Image - uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0 + uses: docker/build-push-action@a254f8ca60a858f3136a2f1f23a60969f2c402dd # v6.4.0 with: file: tests/conformance/Dockerfile tags: conformance-test-runner:${{ github.sha }} diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 7e1542a643..7a04d230d8 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -15,6 +15,6 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: "Dependency Review" - uses: actions/dependency-review-action@72eb03d02c7872a771aacd928f3123ac62ad6d3a # v4.3.3 + uses: actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v4.3.4 with: config-file: "nginxinc/k8s-common/dependency-review-config.yml@main" diff --git a/.github/workflows/functional.yml b/.github/workflows/functional.yml index 18d33ee9dd..cba551defb 100644 --- a/.github/workflows/functional.yml +++ b/.github/workflows/functional.yml @@ -30,7 +30,7 @@ jobs: fetch-depth: 0 - name: Setup Golang Environment - uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1 + uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 with: go-version: stable @@ -76,7 +76,7 @@ jobs: TELEMETRY_ENDPOINT_INSECURE: "true" - name: Build NGF Docker Image - uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0 + uses: docker/build-push-action@a254f8ca60a858f3136a2f1f23a60969f2c402dd # v6.4.0 with: file: build/Dockerfile tags: ${{ steps.ngf-meta.outputs.tags }} @@ -87,7 +87,7 @@ jobs: target: goreleaser - name: Build NGINX Docker Image - uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0 + uses: docker/build-push-action@a254f8ca60a858f3136a2f1f23a60969f2c402dd # v6.4.0 with: file: build/Dockerfile${{ inputs.image == 'nginx' && '.nginx' || '' }}${{ inputs.image == 'plus' && '.nginxplus' || ''}} tags: ${{ steps.nginx-meta.outputs.tags }} @@ -102,8 +102,8 @@ jobs: - name: Install cloud-provider-kind run: | - curl -fsSL -O https://github.com/kubernetes-sigs/cloud-provider-kind/releases/download/v0.2.0/cloud-provider-kind_0.2.0_linux_amd64.tar.gz - tar -xvf cloud-provider-kind_0.2.0_linux_amd64.tar.gz + curl -fsSL -O https://github.com/kubernetes-sigs/cloud-provider-kind/releases/download/v0.3.0/cloud-provider-kind_0.3.0_linux_amd64.tar.gz + tar -xvf cloud-provider-kind_0.3.0_linux_amd64.tar.gz - name: Run cloud-provider-kind run: ./cloud-provider-kind & > cloud-provider-kind.log 2>&1 diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml index 2c190d1cb9..0fb0d45b39 100644 --- a/.github/workflows/helm.yml +++ b/.github/workflows/helm.yml @@ -60,7 +60,7 @@ jobs: type=ref,event=branch,suffix=-rc,enable=${{ startsWith(github.ref, 'refs/heads/release') }} - name: Build NGF Docker Image - uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0 + uses: docker/build-push-action@a254f8ca60a858f3136a2f1f23a60969f2c402dd # v6.4.0 with: file: build/Dockerfile tags: ${{ steps.ngf-meta.outputs.tags }} @@ -71,7 +71,7 @@ jobs: pull: true - name: Build NGINX Docker Image - uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0 + uses: docker/build-push-action@a254f8ca60a858f3136a2f1f23a60969f2c402dd # v6.4.0 with: file: build/Dockerfile${{ inputs.image == 'nginx' && '.nginx' || '' }}${{ inputs.image == 'plus' && '.nginxplus' || ''}} tags: ${{ steps.nginx-meta.outputs.tags }} @@ -86,8 +86,8 @@ jobs: - name: Install cloud-provider-kind run: | - curl -fsSL -O https://github.com/kubernetes-sigs/cloud-provider-kind/releases/download/v0.2.0/cloud-provider-kind_0.2.0_linux_amd64.tar.gz - tar -xvf cloud-provider-kind_0.2.0_linux_amd64.tar.gz + curl -fsSL -O https://github.com/kubernetes-sigs/cloud-provider-kind/releases/download/v0.3.0/cloud-provider-kind_0.3.0_linux_amd64.tar.gz + tar -xvf cloud-provider-kind_0.3.0_linux_amd64.tar.gz - name: Run cloud-provider-kind run: ./cloud-provider-kind & > cloud-provider-kind.log 2>&1 @@ -100,7 +100,7 @@ jobs: kubectl kustomize config/crd/gateway-api/standard | kubectl apply -f - - name: Set up Python - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 + uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1 with: python-version: "3.x" check-latest: true @@ -130,8 +130,8 @@ jobs: - name: Install cloud-provider-kind run: | - curl -fsSL -O https://github.com/kubernetes-sigs/cloud-provider-kind/releases/download/v0.2.0/cloud-provider-kind_0.2.0_linux_amd64.tar.gz - tar -xvf cloud-provider-kind_0.2.0_linux_amd64.tar.gz + curl -fsSL -O https://github.com/kubernetes-sigs/cloud-provider-kind/releases/download/v0.3.0/cloud-provider-kind_0.3.0_linux_amd64.tar.gz + tar -xvf cloud-provider-kind_0.3.0_linux_amd64.tar.gz - name: Run cloud-provider-kind run: ./cloud-provider-kind & > cloud-provider-kind.log 2>&1 @@ -149,7 +149,7 @@ jobs: kubectl create secret docker-registry nginx-plus-registry-secret --docker-server=private-registry.nginx.com --docker-username=${{ secrets.JWT_PLUS_REGISTRY }} --docker-password=none -n nginx-gateway - name: Set up Python - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 + uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1 with: python-version: "3.x" check-latest: true diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index dd6ebdf7d6..752021c922 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Setup Golang Environment - uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1 + uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 with: go-version: stable @@ -82,7 +82,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Lint Actions - uses: reviewdog/action-actionlint@d99f1ceaf59e7db022a790dc308ccccb68dda71a # v1.53.0 + uses: reviewdog/action-actionlint@4f8f9963ca57a41e5fd5b538dd79dbfbd3e0b38a # v1.54.0 with: actionlint_flags: -shellcheck "" @@ -110,7 +110,7 @@ jobs: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 + uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1 with: python-version: "3.x" check-latest: true @@ -129,4 +129,4 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Lint YAML - uses: reviewdog/action-yamllint@c23c5d4cd45b5cc16fa3e6e34073068b228cabeb # v1.17.0 + uses: reviewdog/action-yamllint@4e4ba96d03a0e12a0e71c29e5fef1db309d09201 # v1.18.0 diff --git a/.github/workflows/nfr.yml b/.github/workflows/nfr.yml index 484dbba5d5..f621eb8f4a 100644 --- a/.github/workflows/nfr.yml +++ b/.github/workflows/nfr.yml @@ -17,11 +17,14 @@ on: description: Tag of the NGF and NGINX Docker images required: true default: edge - nginx_plus: - description: Run tests with NGINX Plus - required: false - default: false - type: boolean + type: + description: Type of NGINX image to test + required: true + default: both + type: choice + options: [oss, plus, both] + schedule: + - cron: "0 16 1,15 * *" # Run on the 1st and 15th of every month at 16:00 UTC defaults: run: @@ -35,104 +38,143 @@ permissions: contents: read jobs: + vars: + name: Set up vars + runs-on: ubuntu-22.04 + outputs: + test_label: ${{ github.event.inputs.test_label || 'all' }} + version: ${{ github.event.inputs.version || 'edge' }} + image_tag: ${{ github.event.inputs.image_tag || 'edge' }} + types: ${{ steps.var.outputs.types }} + permissions: + contents: read + steps: + - name: Set vars + id: var + run: | + if ${{ github.event.inputs.type == 'both' || github.event_name == 'schedule' }}; then + echo 'types=["oss","plus"]' >> $GITHUB_OUTPUT + else + echo 'types=["${{ github.event.inputs.type }}"]' >> $GITHUB_OUTPUT + fi + setup-and-run-tests: name: Setup and Run NFR Tests runs-on: ubuntu-22.04 permissions: - contents: write # needed for opening PR with the results files - pull-requests: write # needed for opening PR with the results files + contents: read id-token: write # needed for authenticating to GCP + needs: vars + strategy: + matrix: + type: ${{ fromJson(needs.vars.outputs.types) }} + steps: + - name: Checkout Repository + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + + - name: Authenticate to Google Cloud + id: auth + uses: google-github-actions/auth@71fee32a0bb7e97b4d33d548e7d957010649d8fa # v2.1.3 + with: + token_format: access_token + workload_identity_provider: ${{ secrets.GCP_WORKLOAD_IDENTITY }} + service_account: ${{ secrets.GCP_SERVICE_ACCOUNT }} + + - name: Set up Cloud SDK + uses: google-github-actions/setup-gcloud@98ddc00a17442e89a24bbf282954a3b65ce6d200 # v2.1.0 + with: + project_id: ${{ secrets.GCP_PROJECT_ID }} + install_components: kubectl + + - name: Setup dotenv file + working-directory: ./tests/scripts + run: | + echo "RESOURCE_NAME=nfr-tests-${{ github.run_id }}" >> vars.env + echo "TAG=${{ needs.vars.outputs.image_tag }}" >> vars.env + echo "PREFIX=ghcr.io/nginxinc/nginx-gateway-fabric" >> vars.env + echo "NGINX_PREFIX=ghcr.io/nginxinc/nginx-gateway-fabric/nginx" >> vars.env + echo "NGINX_PLUS_PREFIX=us-docker.pkg.dev/${{ secrets.GCP_PROJECT_ID }}/nginx-gateway-fabric/nginx-plus" >> vars.env + echo "GKE_CLUSTER_NAME=nfr-tests-${{ github.run_id }}" >> vars.env + echo "GKE_CLUSTER_ZONE=us-east1-b" >> vars.env + echo "GKE_CLUSTER_REGION=us-east1" >> vars.env + echo "GKE_PROJECT=${{ secrets.GCP_PROJECT_ID }}" >> vars.env + echo "GKE_SVC_ACCOUNT=${{ secrets.GCP_SERVICE_ACCOUNT }}" >> vars.env + echo "GKE_NODES_SERVICE_ACCOUNT=${{ secrets.GKE_NODES_SERVICE_ACCOUNT }}" >> vars.env + echo "IMAGE=projects/debian-cloud/global/images/debian-11-bullseye-v20240213" >> vars.env + echo "NETWORK_TAGS=nfr-tests-${{ github.run_id }}" >> vars.env + echo "NGF_REPO=nginxinc" >> vars.env + echo "NGF_BRANCH=${{ github.ref_name }}" >> vars.env + echo "SOURCE_IP_RANGE=$(curl -sS -4 icanhazip.com)/32" >> vars.env + echo "ADD_VM_IP_AUTH_NETWORKS=true" >> vars.env + echo "PLUS_ENABLED=${{ matrix.type == 'plus' }}" >> vars.env + echo "GINKGO_LABEL=" >> vars.env + echo "NGF_VERSION=${{ needs.vars.outputs.version }}" >> vars.env + echo "GKE_NUM_NODES=12" >> vars.env + echo "GKE_MACHINE_TYPE=n2d-standard-16" >> vars.env + - name: Create GKE cluster + working-directory: ./tests + run: make create-gke-cluster CI=true + + - name: Create and setup VM + working-directory: ./tests + run: make create-and-setup-vm + + - name: Run Tests + working-directory: ./tests + run: | + if ${{ needs.vars.outputs.test_label != 'all' }}; then + sed -i '/^GINKGO_LABEL=/s/=.*/="${{ needs.vars.outputs.test_label }}"/' "scripts/vars.env" && make nfr-test; + else + make nfr-test; + fi + + - name: Upload Artifacts + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 + with: + name: results-${{ matrix.type }} + path: tests/results/ + + - name: Cleanup + working-directory: ./tests + if: always() + run: | + bash scripts/cleanup-vm.sh true + make delete-gke-cluster + rm -rf scripts/vars.env + + pr-results: + name: Open PR with results + runs-on: ubuntu-22.04 + permissions: + contents: write # needed for opening PR with the results files + pull-requests: write # needed for opening PR with the results files + needs: [vars, setup-and-run-tests] steps: - - name: Checkout Repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - - - name: Authenticate to Google Cloud - id: auth - uses: google-github-actions/auth@71fee32a0bb7e97b4d33d548e7d957010649d8fa # v2.1.3 - with: - token_format: access_token - workload_identity_provider: ${{ secrets.GCP_WORKLOAD_IDENTITY }} - service_account: ${{ secrets.GCP_SERVICE_ACCOUNT }} - - - name: Set up Cloud SDK - uses: google-github-actions/setup-gcloud@98ddc00a17442e89a24bbf282954a3b65ce6d200 # v2.1.0 - with: - project_id: ${{ secrets.GCP_PROJECT_ID }} - install_components: kubectl - - - name: Setup dotenv file - working-directory: ./tests/scripts - run: | - echo "RESOURCE_NAME=nfr-tests-${{ github.run_id }}" >> vars.env - echo "TAG=${{ inputs.image_tag }}" >> vars.env - echo "PREFIX=ghcr.io/nginxinc/nginx-gateway-fabric" >> vars.env - echo "NGINX_PREFIX=ghcr.io/nginxinc/nginx-gateway-fabric/nginx" >> vars.env - echo "NGINX_PLUS_PREFIX=us-docker.pkg.dev/${{ secrets.GCP_PROJECT_ID }}/nginx-gateway-fabric/nginx-plus" >> vars.env - echo "GKE_CLUSTER_NAME=nfr-tests-${{ github.run_id }}" >> vars.env - echo "GKE_CLUSTER_ZONE=us-east1-b" >> vars.env - echo "GKE_CLUSTER_REGION=us-east1" >> vars.env - echo "GKE_PROJECT=${{ secrets.GCP_PROJECT_ID }}" >> vars.env - echo "GKE_SVC_ACCOUNT=${{ secrets.GCP_SERVICE_ACCOUNT }}" >> vars.env - echo "GKE_NODES_SERVICE_ACCOUNT=${{ secrets.GKE_NODES_SERVICE_ACCOUNT }}" >> vars.env - echo "IMAGE=projects/debian-cloud/global/images/debian-11-bullseye-v20240213" >> vars.env - echo "NETWORK_TAGS=nfr-tests-${{ github.run_id }}" >> vars.env - echo "NGF_REPO=nginxinc" >> vars.env - echo "NGF_BRANCH=${{ github.ref_name }}" >> vars.env - echo "SOURCE_IP_RANGE=$(curl -sS -4 icanhazip.com)/32" >> vars.env - echo "ADD_VM_IP_AUTH_NETWORKS=true" >> vars.env - echo "PLUS_ENABLED=${{ inputs.nginx_plus }}" >> vars.env - echo "GINKGO_LABEL=" >> vars.env - echo "NGF_VERSION=${{ inputs.version }}" >> vars.env - echo "GKE_NUM_NODES=12" >> vars.env - echo "GKE_MACHINE_TYPE=n2d-standard-16" >> vars.env - - - name: Create GKE cluster - working-directory: ./tests - run: - make create-gke-cluster CI=true - - - name: Create and setup VM - working-directory: ./tests - run: - make create-and-setup-vm - - - name: Run Tests - working-directory: ./tests - run: | - if ${{ inputs.test_label != 'all' }}; then - sed -i '/^GINKGO_LABEL=/s/=.*/="${{ inputs.test_label }}"/' "scripts/vars.env" && make nfr-test; - else - make nfr-test; - fi - - - name: Cleanup - working-directory: ./tests - if: always() - run: | - bash scripts/cleanup-vm.sh true - make delete-gke-cluster - rm -rf scripts/vars.env - - - name: Open a PR with the results - uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0 - with: - token: ${{ secrets.NGINX_PAT }} - commit-message: NFR Test Results for NGF version ${{ inputs.version }} ${{ inputs.nginx_plus == true && '(Plus)' || ''}} - author: nginx-bot - committer: nginx-bot - branch: tests/nfr-tests-${{ inputs.version }}${{ inputs.nginx_plus == true && '-plus' || ''}} - delete-branch: true - title: NFR Test Results for NGF version ${{ inputs.version }} ${{ inputs.nginx_plus == true && '(Plus)' || ''}} - add-paths: | - tests/results/ - body: | - Update with NFR test results for NGF version ${{ inputs.version }} ${{ inputs.nginx_plus == true && '(Plus)' || ''}} - - Auto-generated by the NFR tests workflow run ${{ github.run_id }} - - Tests ran using Docker image tag ${{ inputs.image_tag }} - - ${{ inputs.test_label }} test(s) ran - - NGINX Plus enabled: ${{ inputs.nginx_plus }} - labels: | - tests - assignees: ${{ github.actor }} - draft: true + - name: Checkout Repository + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + + - name: Download Artifacts + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + with: + path: tests/results/ + + - name: Open a PR with the results + uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0 + with: + token: ${{ secrets.NGINX_PAT }} + commit-message: NFR Test Results for NGF version ${{ needs.vars.outputs.version }} + author: nginx-bot + committer: nginx-bot + branch: tests/nfr-tests-${{ needs.vars.outputs.version }} + delete-branch: true + title: NFR Test Results for NGF version ${{ needs.vars.outputs.version }} + add-paths: | + tests/results/ + body: | + Update with NFR test results for NGF version ${{ needs.vars.outputs.version }} ${{ needs.vars.outputs.types }} + - Auto-generated by the NFR tests workflow run ${{ github.run_id }} + - Tests ran using Docker image tag ${{ needs.vars.outputs.image_tag }} + - ${{ needs.vars.outputs.test_label }} test(s) ran + assignees: ${{ github.actor }} + draft: ${{ github.event_name != 'schedule' }} diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index 584704af22..45fa53289d 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml @@ -95,6 +95,7 @@ jobs: commit-message: Release ${{ inputs.version }} title: Release ${{ inputs.version }} draft: true + delete-branch: true branch: docs/release-${{ inputs.version }} author: nginx-bot committer: nginx-bot diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index c1a8e74292..f44f541c3e 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -60,6 +60,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11 + uses: github/codeql-action/upload-sarif@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3.25.12 with: sarif_file: results.sarif diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 03e0ead208..ca5eec7303 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -63,6 +63,21 @@ repos: hooks: - id: yamllint + - repo: https://github.com/thlorenz/doctoc + rev: v2.2.0 + hooks: + - id: doctoc + args: [--update-only, --title, "## Table of Contents"] + + - repo: https://github.com/norwoodj/helm-docs + rev: v1.14.2 + hooks: + - id: helm-docs-built + args: + - --chart-search-root=charts + - --template-files=_templates.gotmpl + - --template-files=README.md.gotmpl + ci: skip: [golangci-lint-full, prettier, markdownlint-cli2, yamllint] autofix_prs: false diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 506706ddc5..dc5b5c44ed 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,20 +3,23 @@ The following is a set of guidelines for contributing to NGINX Gateway Fabric. We really appreciate that you are considering contributing! -## Table Of Contents - -[Ask a Question](#ask-a-question) - -[Getting Started](#getting-started) - -[Contributing](#contributing) - -- [Issues and Discussions](#issues-and-discussions) -- [Development Guide](#development-guide) - -[Code of Conduct](CODE_OF_CONDUCT.md) - -[Contributor License Agreement](#contributor-license-agreement) + + +## Table of Contents + +- [Ask a Question](#ask-a-question) +- [Getting Started](#getting-started) + - [Project Structure](#project-structure) +- [Contributing](#contributing) + - [Issues and Discussions](#issues-and-discussions) + - [Open a Discussion](#open-a-discussion) + - [Report a Bug](#report-a-bug) + - [Suggest an Enhancement](#suggest-an-enhancement) + - [Issue lifecycle](#issue-lifecycle) + - [Development Guide](#development-guide) +- [Contributor License Agreement](#contributor-license-agreement) + + ## Ask a Question diff --git a/README.md b/README.md index 14bbf4a886..1224cae3c4 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ channel. ## Community Meetings -Every other Monday at 9AM Pacific / 5PM GMT +Every Tuesday at 9:30AM Pacific / 5:30PM GMT For the meeting link, updates, agenda, and meeting notes, check the calendar below: diff --git a/charts/nginx-gateway-fabric/README.md b/charts/nginx-gateway-fabric/README.md index de3be00170..2ab4681ccd 100644 --- a/charts/nginx-gateway-fabric/README.md +++ b/charts/nginx-gateway-fabric/README.md @@ -285,11 +285,13 @@ The following table lists the configurable parameters of the NGINX Gateway Fabri | `nginxGateway.leaderElection.enable` | Enable leader election. Leader election is used to avoid multiple replicas of the NGINX Gateway Fabric reporting the status of the Gateway API resources. If not enabled, all replicas of NGINX Gateway Fabric will update the statuses of the Gateway API resources. | bool | `true` | | `nginxGateway.leaderElection.lockName` | The name of the leader election lock. A Lease object with this name will be created in the same Namespace as the controller. | string | Autogenerated if not set or set to "". | | `nginxGateway.lifecycle` | The lifecycle of the nginx-gateway container. | object | `{}` | +| `nginxGateway.podAnnotations` | Set of custom annotations for the NGINX Gateway Fabric pods. | object | `{}` | | `nginxGateway.productTelemetry.enable` | Enable the collection of product telemetry. | bool | `true` | | `nginxGateway.readinessProbe.enable` | Enable the /readyz endpoint on the control plane. | bool | `true` | | `nginxGateway.readinessProbe.initialDelaySeconds` | The number of seconds after the Pod has started before the readiness probes are initiated. | int | `3` | | `nginxGateway.readinessProbe.port` | Port in which the readiness endpoint is exposed. | int | `8081` | | `nginxGateway.replicaCount` | The number of replicas of the NGINX Gateway Fabric Deployment. | int | `1` | +| `nginxGateway.resources` | The resource requests and/or limits of the nginx-gateway container. | object | `{}` | | `nginxGateway.securityContext.allowPrivilegeEscalation` | Some environments may need this set to true in order for the control plane to successfully reload NGINX. | bool | `false` | | `nodeSelector` | The nodeSelector of the NGINX Gateway Fabric pod. | object | `{}` | | `service.annotations` | The annotations of the NGINX Gateway Fabric service. | object | `{}` | diff --git a/charts/nginx-gateway-fabric/templates/deployment.yaml b/charts/nginx-gateway-fabric/templates/deployment.yaml index 9bd5b40223..6abed60a4a 100644 --- a/charts/nginx-gateway-fabric/templates/deployment.yaml +++ b/charts/nginx-gateway-fabric/templates/deployment.yaml @@ -15,13 +15,18 @@ spec: metadata: labels: {{- include "nginx-gateway.selectorLabels" . | nindent 8 }} - {{- if .Values.metrics.enable }} + {{- if or .Values.nginxGateway.podAnnotations .Values.metrics.enable }} annotations: + {{- if .Values.nginxGateway.podAnnotations }} + {{- toYaml .Values.nginxGateway.podAnnotations | nindent 8 }} + {{- end }} + {{- if .Values.metrics.enable }} prometheus.io/scrape: "true" prometheus.io/port: "{{ .Values.metrics.port }}" {{- if .Values.metrics.secure }} prometheus.io/scheme: "https" {{- end }} + {{- end }} {{- end }} spec: containers: @@ -90,6 +95,10 @@ spec: lifecycle: {{- toYaml .Values.nginxGateway.lifecycle | nindent 10 }} {{- end }} + {{- if .Values.nginxGateway.resources }} + resources: + {{- toYaml .Values.nginxGateway.resources | nindent 10 }} + {{- end }} ports: {{- if .Values.metrics.enable }} - name: metrics diff --git a/charts/nginx-gateway-fabric/values.yaml b/charts/nginx-gateway-fabric/values.yaml index a954517b08..9cfc2064b2 100644 --- a/charts/nginx-gateway-fabric/values.yaml +++ b/charts/nginx-gateway-fabric/values.yaml @@ -7,6 +7,9 @@ nginxGateway: # belong to its class - i.e. have the "gatewayClassName" field resource equal to the class. gatewayClassName: nginx + # -- Set of custom annotations for the NGINX Gateway Fabric pods. + podAnnotations: {} + # -- Set of custom annotations for GatewayClass objects. gatewayClassAnnotations: {} @@ -64,6 +67,9 @@ nginxGateway: # -- The lifecycle of the nginx-gateway container. lifecycle: {} + # -- The resource requests and/or limits of the nginx-gateway container. + resources: {} + # -- extraVolumeMounts are the additional volume mounts for the nginx-gateway container. extraVolumeMounts: [] diff --git a/docs/developer/go-style-guide.md b/docs/developer/go-style-guide.md index 57955c205c..14aea3436f 100644 --- a/docs/developer/go-style-guide.md +++ b/docs/developer/go-style-guide.md @@ -10,13 +10,37 @@ Once you have a good grasp of these general best practices, you can then explore These guidelines will often build upon the foundation set by the general best practices and provide additional recommendations tailored to the project's specific requirements and coding style. + + ## Table of Contents -1. [General Guidelines](#general-guidelines) -2. [Error Handling](#error-handling) -3. [Logging](#logging) -4. [Concurrency](#concurrency) -5. [Recommended/Situational Guidelines](#recommended--situational) +- [General Guidelines](#general-guidelines) + - [Use the empty struct `struct{}` for sentinel values](#use-the-empty-struct-struct-for-sentinel-values) + - [Consistent Line Breaks](#consistent-line-breaks) + - [Do not copy sync entities](#do-not-copy-sync-entities) + - [Construct slices with known capacity](#construct-slices-with-known-capacity) + - [Accept interfaces and return structs](#accept-interfaces-and-return-structs) + - [Use contexts in a viral fashion](#use-contexts-in-a-viral-fashion) + - [Do not use templates to replace interface types](#do-not-use-templates-to-replace-interface-types) + - [Do not use booleans as function parameters](#do-not-use-booleans-as-function-parameters) + - [Use dependency injection to separate concerns](#use-dependency-injection-to-separate-concerns) + - [Required arguments should be provided via parameters and optional arguments provided functionally or with structs](#required-arguments-should-be-provided-via-parameters-and-optional-arguments-provided-functionally-or-with-structs) +- [Error Handling](#error-handling) + - [Prefer inline error handling](#prefer-inline-error-handling) + - [Do not filter context when returning errors](#do-not-filter-context-when-returning-errors) + - [Only handle errors once](#only-handle-errors-once) + - [Libraries should return errors for callers to handle](#libraries-should-return-errors-for-callers-to-handle) + - [Callers should handle errors and pass them up the stack for notification](#callers-should-handle-errors-and-pass-them-up-the-stack-for-notification) + - [Use panics for unrecoverable errors or programming errors](#use-panics-for-unrecoverable-errors-or-programming-errors) +- [Logging](#logging) +- [Concurrency](#concurrency) +- [Recommended / Situational](#recommended--situational) + - [Use golang benchmark tests and pprof tools for profiling and identifying hot spots](#use-golang-benchmark-tests-and-pprof-tools-for-profiling-and-identifying-hot-spots) + - [Reduce the number of stored pointers. Structures should store instances whenever possible](#reduce-the-number-of-stored-pointers-structures-should-store-instances-whenever-possible) + - [Pass pointers down the stack not up](#pass-pointers-down-the-stack-not-up) + - [Using interface types will cause unavoidable heap allocations](#using-interface-types-will-cause-unavoidable-heap-allocations) + + ## General Guidelines diff --git a/docs/developer/logging-guidelines.md b/docs/developer/logging-guidelines.md index 9948011b5e..ae15642c24 100644 --- a/docs/developer/logging-guidelines.md +++ b/docs/developer/logging-guidelines.md @@ -5,39 +5,37 @@ This document describes the logging guidelines for the control plane of NGINX Ga > The data plane logging is not covered here: such a concern is owned by NGINX developers, and NGF developers > don't have control over it. + + ## Table of Contents - - -- [Logging Guidelines](#logging-guidelines) - - [Table of Contents](#table-of-contents) - - [Requirements](#requirements) - - [User Stories](#user-stories) - - [Common Stories](#common-stories) - - [Stories For User](#stories-for-user) - - [Stories For Developers](#stories-for-developers) - - [Logging Library Choice](#logging-library-choice) - - [Guidelines](#guidelines) - - [How to Log](#how-to-log) - - [Log Levels](#log-levels) - - [Log Messages](#log-messages) - - [Context in Messages](#context-in-messages) - - [Examples of Log Messages](#examples-of-log-messages) - - [Message Guidelines](#message-guidelines) - - [Log Formatting](#log-formatting) - - [When to Log](#when-to-log) - - [What not to Log](#what-not-to-log) - - [Performance](#performance) - - [Logger Dependency in Code](#logger-dependency-in-code) - - [Logger Initialization](#logger-initialization) - - [Logger Injection](#logger-injection) - - [Special Case - Reconciler](#special-case---reconciler) - - [Unit Tests](#unit-tests) - - [External Libraries](#external-libraries) - - [Evolution](#evolution) - - [External Resources](#external-resources) - - +- [Requirements](#requirements) + - [User Stories](#user-stories) + - [Common Stories](#common-stories) + - [Stories For User](#stories-for-user) + - [Stories For Developers](#stories-for-developers) +- [Logging Library Choice](#logging-library-choice) +- [Guidelines](#guidelines) + - [How to Log](#how-to-log) + - [Log Levels](#log-levels) + - [Log Messages](#log-messages) + - [Context in Messages](#context-in-messages) + - [Examples of Log Messages](#examples-of-log-messages) + - [Message Guidelines](#message-guidelines) + - [Log Formatting](#log-formatting) + - [When to Log](#when-to-log) + - [What not to Log](#what-not-to-log) + - [Performance](#performance) + - [Logger Dependency in Code](#logger-dependency-in-code) + - [Logger Initialization](#logger-initialization) + - [Logger Injection](#logger-injection) + - [Special Case - Reconciler](#special-case---reconciler) + - [Unit Tests](#unit-tests) + - [External Libraries](#external-libraries) + - [Evolution](#evolution) +- [External Resources](#external-resources) + + ## Requirements diff --git a/docs/developer/quickstart.md b/docs/developer/quickstart.md index 83d817b766..e64706b174 100644 --- a/docs/developer/quickstart.md +++ b/docs/developer/quickstart.md @@ -4,6 +4,26 @@ This guide will assist you in setting up your development environment for NGINX to build, install, and execute tasks necessary for submitting pull requests. By following this guide, you'll have a fully prepared development environment that allows you to contribute to the project effectively. + + +## Table of Contents + +- [Setup Your Development Environment](#setup-your-development-environment) +- [Build the Binary and Images](#build-the-binary-and-images) + - [Setting GOARCH](#setting-goarch) + - [Build the Binary](#build-the-binary) + - [Build the Images](#build-the-images) + - [Build the Images with NGINX Plus](#build-the-images-with-nginx-plus) +- [Deploy on Kind](#deploy-on-kind) + - [Run Examples](#run-examples) +- [Run the Unit Tests](#run-the-unit-tests) +- [Gateway API Conformance Testing](#gateway-api-conformance-testing) +- [Run the Linter](#run-the-linter) +- [Run the Helm Linter](#run-the-helm-linter) +- [Update all the generated files](#update-all-the-generated-files) + + + ## Setup Your Development Environment Follow these steps to set up your development environment. diff --git a/docs/developer/release-process.md b/docs/developer/release-process.md index 9601e21b4d..b458982959 100644 --- a/docs/developer/release-process.md +++ b/docs/developer/release-process.md @@ -2,6 +2,18 @@ This document outlines the release process for NGINX Gateway Fabric (NGF). + + +## Table of Contents + +- [Versioning](#versioning) +- [Release Planning and Development](#release-planning-and-development) +- [Releasing](#releasing) + - [Major or Minor Release](#major-or-minor-release) + - [Patch Release](#patch-release) + + + ## Versioning NGF uses semantic versioning for its releases. For more information, see https://semver.org. diff --git a/docs/proposals/nginx-extensions.md b/docs/proposals/nginx-extensions.md index 5a77e0140e..e5faec5922 100644 --- a/docs/proposals/nginx-extensions.md +++ b/docs/proposals/nginx-extensions.md @@ -8,61 +8,61 @@ NGINX is highly configurable and offers rich features that can benefit our users. We want to expose this native NGINX configuration to our users through Gateway API extension points -- such as Policies and Filters. This Enhancement Proposal aims to identify the set of NGINX directives and parameters we will expose first, group them according to Gateway API role(s), NGINX contexts, and use cases, and propose the type of extension point for each group. + + ## Table of Contents - -- [Extensions for NGINX Features](#extensions-for-nginx-features) - - [Summary](#summary) - - [Table of Contents](#table-of-contents) - - [Goals](#goals) - - [Non-Goals](#non-goals) - - [Gateway API Extensions](#gateway-api-extensions) - - [GatewayClass Parameters Ref](#gatewayclass-parameters-ref) - - [Issues with `parametersRef`](#issues-with-parametersref) - - [Infrastructure API](#infrastructure-api) - - [TLS Options](#tls-options) - - [Filters](#filters) - - [BackendRef](#backendref) - - [Policy](#policy) - - [Direct Policy Attachment](#direct-policy-attachment) - - [Inherited Policy Attachment](#inherited-policy-attachment) - - [Hierarchy](#hierarchy) - - [Challenges of Policy Attachment](#challenges-of-policy-attachment) - - [Prioritized NGINX Features](#prioritized-nginx-features) - - [High-Priority Features](#high-priority-features) - - [Medium-Priority Features](#medium-priority-features) - - [Low-Priority Features](#low-priority-features) - - [Features with Active Gateway API Enhancement Proposals](#features-with-active-gateway-api-enhancement-proposals) - - [Grouping the Features](#grouping-the-features) - - [API](#api) - - [Gateway Settings](#gateway-settings) - - [Future Work](#future-work) - - [Alternatives](#alternatives) - - [Response Modification](#response-modification) - - [Future Work](#future-work-1) - - [Alternatives](#alternatives-1) - - [TLS Settings](#tls-settings) - - [Future Work](#future-work-2) - - [Alternatives](#alternatives-2) - - [Client Settings](#client-settings) - - [Future Work](#future-work-3) - - [Alternatives](#alternatives-3) - - [Upstream Settings](#upstream-settings) - - [Alternatives](#alternatives-4) - - [Authentication](#authentication) - - [Future Work](#future-work-4) - - [Alternatives](#alternatives-5) - - [Observability](#observability) - - [Future Work](#future-work-5) - - [Alternatives](#alternatives-6) - - [Proxy Settings](#proxy-settings) - - [Future Work](#future-work-6) - - [Alternatives](#alternatives-7) - - [Testing](#testing) - - [Security Considerations](#security-considerations) - - [Alternatives Considered](#alternatives-considered) - - [References](#references) - +- [Goals](#goals) +- [Non-Goals](#non-goals) +- [Gateway API Extensions](#gateway-api-extensions) + - [GatewayClass Parameters Ref](#gatewayclass-parameters-ref) + - [Issues with `parametersRef`](#issues-with-parametersref) + - [Infrastructure API](#infrastructure-api) + - [TLS Options](#tls-options) + - [Filters](#filters) + - [BackendRef](#backendref) + - [Policy](#policy) + - [Direct Policy Attachment](#direct-policy-attachment) + - [Inherited Policy Attachment](#inherited-policy-attachment) + - [Hierarchy](#hierarchy) + - [Direct or Indirect?](#direct-or-indirect) + - [Challenges of Policy Attachment](#challenges-of-policy-attachment) +- [Prioritized NGINX Features](#prioritized-nginx-features) + - [High-Priority Features](#high-priority-features) + - [Medium-Priority Features](#medium-priority-features) + - [Low-Priority Features](#low-priority-features) + - [Features with Active Gateway API Enhancement Proposals](#features-with-active-gateway-api-enhancement-proposals) +- [Grouping the Features](#grouping-the-features) +- [API](#api) + - [Gateway Settings](#gateway-settings) + - [Future Work](#future-work) + - [Alternatives](#alternatives) + - [Response Modification](#response-modification) + - [Future Work](#future-work-1) + - [Alternatives](#alternatives-1) + - [TLS Settings](#tls-settings) + - [Future Work](#future-work-2) + - [Alternatives](#alternatives-2) + - [Client Settings](#client-settings) + - [Future Work](#future-work-3) + - [Alternatives](#alternatives-3) + - [Upstream Settings](#upstream-settings) + - [Alternatives](#alternatives-4) + - [Authentication](#authentication) + - [Future Work](#future-work-4) + - [Alternatives](#alternatives-5) + - [Observability](#observability) + - [Future Work](#future-work-5) + - [Alternatives](#alternatives-6) + - [Proxy Settings](#proxy-settings) + - [Future Work](#future-work-6) + - [Alternatives](#alternatives-7) +- [Testing](#testing) +- [Security Considerations](#security-considerations) +- [Alternatives Considered](#alternatives-considered) +- [References](#references) + + ## Goals diff --git a/examples/http-response-header-filter/README.md b/examples/http-response-header-filter/README.md index ace5ec59df..0bb6e89f94 100644 --- a/examples/http-response-header-filter/README.md +++ b/examples/http-response-header-filter/README.md @@ -1,3 +1,3 @@ # HTTP Response Headers -This directory contains the YAML files used in the [HTTP Response Headers](https://docs.nginx.com/nginx-gateway-fabric/how-to/traffic-management/response-headers.md) guide. +This directory contains the YAML files used in the [HTTP Response Headers](https://docs.nginx.com/nginx-gateway-fabric/how-to/traffic-management/response-headers/) guide. diff --git a/go.mod b/go.mod index a80f742c47..146847adaf 100644 --- a/go.mod +++ b/go.mod @@ -88,7 +88,7 @@ require ( gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect google.golang.org/genproto/googleapis/api v0.0.0-20240520151616-dc85e6b867a5 // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20240515191416-fc5f0ca64291 // indirect - google.golang.org/grpc v1.64.0 // indirect + google.golang.org/grpc v1.64.1 // indirect google.golang.org/protobuf v1.34.2 // indirect gopkg.in/inf.v0 v0.9.1 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect diff --git a/go.sum b/go.sum index 8b99e1aa3b..15d41a1fb4 100644 --- a/go.sum +++ b/go.sum @@ -221,8 +221,8 @@ google.golang.org/genproto/googleapis/api v0.0.0-20240520151616-dc85e6b867a5 h1: google.golang.org/genproto/googleapis/api v0.0.0-20240520151616-dc85e6b867a5/go.mod h1:RGnPtTG7r4i8sPlNyDeikXF99hMM+hN6QMm4ooG9g2g= google.golang.org/genproto/googleapis/rpc v0.0.0-20240515191416-fc5f0ca64291 h1:AgADTJarZTBqgjiUzRgfaBchgYB3/WFTC80GPwsMcRI= google.golang.org/genproto/googleapis/rpc v0.0.0-20240515191416-fc5f0ca64291/go.mod h1:EfXuqaE1J41VCDicxHzUDm+8rk+7ZdXzHV0IhO/I6s0= -google.golang.org/grpc v1.64.0 h1:KH3VH9y/MgNQg1dE7b3XfVK0GsPSIzJwdF617gUSbvY= -google.golang.org/grpc v1.64.0/go.mod h1:oxjF8E3FBnjp+/gVFYdWacaLDx9na1aqy9oovLpxQYg= +google.golang.org/grpc v1.64.1 h1:LKtvyfbX3UGVPFcGqJ9ItpVWW6oN/2XqTxfAnwRRXiA= +google.golang.org/grpc v1.64.1/go.mod h1:hiQF4LFZelK2WKaP6W0L92zGHtiQdZxk8CrSdvyjeP0= google.golang.org/protobuf v1.34.2 h1:6xV6lTsCfpGD21XK49h7MhtcApnLqkfYgPcdHftf6hg= google.golang.org/protobuf v1.34.2/go.mod h1:qYOHts0dSfpeUzUFpOMr/WGzszTmLH+DiWniOlNbLDw= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= diff --git a/internal/mode/static/nginx/modules/package-lock.json b/internal/mode/static/nginx/modules/package-lock.json index edc5bfd18f..ae93643a5c 100644 --- a/internal/mode/static/nginx/modules/package-lock.json +++ b/internal/mode/static/nginx/modules/package-lock.json @@ -9,8 +9,8 @@ "esm": "3.2.25" }, "devDependencies": { - "@vitest/coverage-v8": "^2.0.1", - "prettier": "3.3.2", + "@vitest/coverage-v8": "^2.0.3", + "prettier": "3.3.3", "vitest": "^2.0.1" } }, @@ -471,18 +471,6 @@ "node": ">=8" } }, - "node_modules/@jest/schemas": { - "version": "29.6.3", - "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz", - "integrity": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==", - "dev": true, - "dependencies": { - "@sinclair/typebox": "^0.27.8" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, "node_modules/@jridgewell/gen-mapping": { "version": "0.3.5", "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", @@ -749,12 +737,6 @@ "win32" ] }, - "node_modules/@sinclair/typebox": { - "version": "0.27.8", - "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz", - "integrity": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==", - "dev": true - }, "node_modules/@types/estree": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", @@ -762,9 +744,9 @@ "dev": true }, "node_modules/@vitest/coverage-v8": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@vitest/coverage-v8/-/coverage-v8-2.0.1.tgz", - "integrity": "sha512-ACcSlJtWlravv0QyJSCO9rvm06msj6x0HooXouB0NXKG6PGxUN5VX4X8QEATfTMGsJlZLqWvq0dEY9W1V0rcSw==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@vitest/coverage-v8/-/coverage-v8-2.0.3.tgz", + "integrity": "sha512-53d+6jXFdYbasXBmsL6qaGIfcY5eBQq0sP57AjdasOcSiGNj4qxkkpDKIitUNfjxcfAfUfQ8BD0OR2fSey64+g==", "dev": true, "dependencies": { "@ampproject/remapping": "^2.3.0", @@ -776,39 +758,52 @@ "istanbul-reports": "^3.1.7", "magic-string": "^0.30.10", "magicast": "^0.3.4", - "picocolors": "^1.0.1", "std-env": "^3.7.0", "strip-literal": "^2.1.0", - "test-exclude": "^7.0.1" + "test-exclude": "^7.0.1", + "tinyrainbow": "^1.2.0" }, "funding": { "url": "https://opencollective.com/vitest" }, "peerDependencies": { - "vitest": "2.0.1" + "vitest": "2.0.3" } }, "node_modules/@vitest/expect": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-2.0.1.tgz", - "integrity": "sha512-yw70WL3ZwzbI2O3MOXYP2Shf4vqVkS3q5FckLJ6lhT9VMMtDyWdofD53COZcoeuHwsBymdOZp99r5bOr5g+oeA==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-2.0.3.tgz", + "integrity": "sha512-X6AepoOYePM0lDNUPsGXTxgXZAl3EXd0GYe/MZyVE4HzkUqyUVC6S3PrY5mClDJ6/7/7vALLMV3+xD/Ko60Hqg==", + "dev": true, + "dependencies": { + "@vitest/spy": "2.0.3", + "@vitest/utils": "2.0.3", + "chai": "^5.1.1", + "tinyrainbow": "^1.2.0" + }, + "funding": { + "url": "https://opencollective.com/vitest" + } + }, + "node_modules/@vitest/pretty-format": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-2.0.3.tgz", + "integrity": "sha512-URM4GLsB2xD37nnTyvf6kfObFafxmycCL8un3OC9gaCs5cti2u+5rJdIflZ2fUJUen4NbvF6jCufwViAFLvz1g==", "dev": true, "dependencies": { - "@vitest/spy": "2.0.1", - "@vitest/utils": "2.0.1", - "chai": "^5.1.1" + "tinyrainbow": "^1.2.0" }, "funding": { "url": "https://opencollective.com/vitest" } }, "node_modules/@vitest/runner": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-2.0.1.tgz", - "integrity": "sha512-XfcSXOGGxgR2dQ466ZYqf0ZtDLLDx9mZeQcKjQDLQ9y6Cmk2Wl7wxMuhiYK4Fo1VxCtLcFEGW2XpcfMuiD1Maw==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-2.0.3.tgz", + "integrity": "sha512-EmSP4mcjYhAcuBWwqgpjR3FYVeiA4ROzRunqKltWjBfLNs1tnMLtF+qtgd5ClTwkDP6/DGlKJTNa6WxNK0bNYQ==", "dev": true, "dependencies": { - "@vitest/utils": "2.0.1", + "@vitest/utils": "2.0.3", "pathe": "^1.1.2" }, "funding": { @@ -816,23 +811,23 @@ } }, "node_modules/@vitest/snapshot": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-2.0.1.tgz", - "integrity": "sha512-rst79a4Q+J5vrvHRapdfK4BdqpMH0eF58jVY1vYeBo/1be+nkyenGI5SCSohmjf6MkCkI20/yo5oG+0R8qrAnA==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-2.0.3.tgz", + "integrity": "sha512-6OyA6v65Oe3tTzoSuRPcU6kh9m+mPL1vQ2jDlPdn9IQoUxl8rXhBnfICNOC+vwxWY684Vt5UPgtcA2aPFBb6wg==", "dev": true, "dependencies": { + "@vitest/pretty-format": "2.0.3", "magic-string": "^0.30.10", - "pathe": "^1.1.2", - "pretty-format": "^29.7.0" + "pathe": "^1.1.2" }, "funding": { "url": "https://opencollective.com/vitest" } }, "node_modules/@vitest/spy": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-2.0.1.tgz", - "integrity": "sha512-NLkdxbSefAtJN56GtCNcB4GiHFb5i9q1uh4V229lrlTZt2fnwsTyjLuWIli1xwK2fQspJJmHXHyWx0Of3KTXWA==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-2.0.3.tgz", + "integrity": "sha512-sfqyAw/ypOXlaj4S+w8689qKM1OyPOqnonqOc9T91DsoHbfN5mU7FdifWWv3MtQFf0lEUstEwR9L/q/M390C+A==", "dev": true, "dependencies": { "tinyspy": "^3.0.0" @@ -842,15 +837,15 @@ } }, "node_modules/@vitest/utils": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-2.0.1.tgz", - "integrity": "sha512-STH+2fHZxlveh1mpU4tKzNgRk7RZJyr6kFGJYCI5vocdfqfPsQrgVC6k7dBWHfin5QNB4TLvRS0Ckly3Dt1uWw==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-2.0.3.tgz", + "integrity": "sha512-c/UdELMuHitQbbc/EVctlBaxoYAwQPQdSNwv7z/vHyBKy2edYZaFgptE27BRueZB7eW8po+cllotMNTDpL3HWg==", "dev": true, "dependencies": { - "diff-sequences": "^29.6.3", + "@vitest/pretty-format": "2.0.3", "estree-walker": "^3.0.3", "loupe": "^3.1.1", - "pretty-format": "^29.7.0" + "tinyrainbow": "^1.2.0" }, "funding": { "url": "https://opencollective.com/vitest" @@ -868,18 +863,6 @@ "url": "https://github.com/chalk/ansi-regex?sponsor=1" } }, - "node_modules/ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, "node_modules/assertion-error": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-2.0.1.tgz", @@ -996,15 +979,6 @@ "node": ">=6" } }, - "node_modules/diff-sequences": { - "version": "29.6.3", - "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.6.3.tgz", - "integrity": "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==", - "dev": true, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, "node_modules/eastasianwidth": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", @@ -1548,9 +1522,9 @@ } }, "node_modules/prettier": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.2.tgz", - "integrity": "sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz", + "integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==", "dev": true, "bin": { "prettier": "bin/prettier.cjs" @@ -1562,26 +1536,6 @@ "url": "https://github.com/prettier/prettier?sponsor=1" } }, - "node_modules/pretty-format": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz", - "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==", - "dev": true, - "dependencies": { - "@jest/schemas": "^29.6.3", - "ansi-styles": "^5.0.0", - "react-is": "^18.0.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/react-is": { - "version": "18.3.1", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz", - "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==", - "dev": true - }, "node_modules/rollup": { "version": "4.18.1", "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.18.1.tgz", @@ -1853,6 +1807,15 @@ "node": "^18.0.0 || >=20.0.0" } }, + "node_modules/tinyrainbow": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-1.2.0.tgz", + "integrity": "sha512-weEDEq7Z5eTHPDh4xjX789+fHfF+P8boiFB+0vbWzpbnbsEr/GRaohi/uMKxg8RZMXnl1ItAi/IUHWMsjDV7kQ==", + "dev": true, + "engines": { + "node": ">=14.0.0" + } + }, "node_modules/tinyspy": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/tinyspy/-/tinyspy-3.0.0.tgz", @@ -1872,9 +1835,9 @@ } }, "node_modules/vite": { - "version": "5.3.3", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.3.3.tgz", - "integrity": "sha512-NPQdeCU0Dv2z5fu+ULotpuq5yfCS1BzKUIPhNbP3YBfAMGJXbt2nS+sbTFu+qchaqWTD+H3JK++nRwr6XIcp6A==", + "version": "5.3.4", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.3.4.tgz", + "integrity": "sha512-Cw+7zL3ZG9/NZBB8C+8QbQZmR54GwqIz+WMI4b3JgdYJvX+ny9AjJXqkGQlDXSXRP9rP0B4tbciRMOVEKulVOA==", "dev": true, "dependencies": { "esbuild": "^0.21.3", @@ -1927,15 +1890,15 @@ } }, "node_modules/vite-node": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-2.0.1.tgz", - "integrity": "sha512-nVd6kyhPAql0s+xIVJzuF+RSRH8ZimNrm6U8ZvTA4MXv8CHI17TFaQwRaFiK75YX6XeFqZD4IoAaAfi9OR1XvQ==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-2.0.3.tgz", + "integrity": "sha512-14jzwMx7XTcMB+9BhGQyoEAmSl0eOr3nrnn+Z12WNERtOvLN+d2scbRUvyni05rT3997Bg+rZb47NyP4IQPKXg==", "dev": true, "dependencies": { "cac": "^6.7.14", "debug": "^4.3.5", "pathe": "^1.1.2", - "picocolors": "^1.0.1", + "tinyrainbow": "^1.2.0", "vite": "^5.0.0" }, "bin": { @@ -1949,28 +1912,29 @@ } }, "node_modules/vitest": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/vitest/-/vitest-2.0.1.tgz", - "integrity": "sha512-PBPvNXRJiywtI9NmbnEqHIhcXlk8mB0aKf6REQIaYGY4JtWF1Pg8Am+N0vAuxdg/wUSlxPSVJr8QdjwcVxc2Hg==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/vitest/-/vitest-2.0.3.tgz", + "integrity": "sha512-o3HRvU93q6qZK4rI2JrhKyZMMuxg/JRt30E6qeQs6ueaiz5hr1cPj+Sk2kATgQzMMqsa2DiNI0TIK++1ULx8Jw==", "dev": true, "dependencies": { "@ampproject/remapping": "^2.3.0", - "@vitest/expect": "2.0.1", - "@vitest/runner": "2.0.1", - "@vitest/snapshot": "2.0.1", - "@vitest/spy": "2.0.1", - "@vitest/utils": "2.0.1", + "@vitest/expect": "2.0.3", + "@vitest/pretty-format": "^2.0.3", + "@vitest/runner": "2.0.3", + "@vitest/snapshot": "2.0.3", + "@vitest/spy": "2.0.3", + "@vitest/utils": "2.0.3", "chai": "^5.1.1", "debug": "^4.3.5", "execa": "^8.0.1", "magic-string": "^0.30.10", "pathe": "^1.1.2", - "picocolors": "^1.0.1", "std-env": "^3.7.0", "tinybench": "^2.8.0", "tinypool": "^1.0.0", + "tinyrainbow": "^1.2.0", "vite": "^5.0.0", - "vite-node": "2.0.1", + "vite-node": "2.0.3", "why-is-node-running": "^2.2.2" }, "bin": { @@ -1985,8 +1949,8 @@ "peerDependencies": { "@edge-runtime/vm": "*", "@types/node": "^18.0.0 || >=20.0.0", - "@vitest/browser": "2.0.1", - "@vitest/ui": "2.0.1", + "@vitest/browser": "2.0.3", + "@vitest/ui": "2.0.3", "happy-dom": "*", "jsdom": "*" }, diff --git a/internal/mode/static/nginx/modules/package.json b/internal/mode/static/nginx/modules/package.json index 6f891c848a..715543fb58 100644 --- a/internal/mode/static/nginx/modules/package.json +++ b/internal/mode/static/nginx/modules/package.json @@ -10,8 +10,8 @@ "clean": "rm -rf node_modules coverage" }, "devDependencies": { - "@vitest/coverage-v8": "^2.0.1", - "prettier": "3.3.2", + "@vitest/coverage-v8": "^2.0.3", + "prettier": "3.3.3", "vitest": "^2.0.1" }, "type": "module" diff --git a/internal/mode/static/state/change_processor_test.go b/internal/mode/static/state/change_processor_test.go index 103f1e9a42..4b88aeb7de 100644 --- a/internal/mode/static/state/change_processor_test.go +++ b/internal/mode/static/state/change_processor_test.go @@ -886,11 +886,11 @@ var _ = Describe("ChangeProcessor", func() { expGraph.Routes[routeKey2] = expRouteHR2 expGraph.Routes[routeKey2].ParentRefs[0].Attachment = &graph.ParentRefAttachmentStatus{ AcceptedHostnames: map[string][]string{}, - FailedCondition: staticConds.NewTODO("Gateway is ignored"), + FailedCondition: staticConds.NewRouteNotAcceptedGatewayIgnored(), } expGraph.Routes[routeKey2].ParentRefs[1].Attachment = &graph.ParentRefAttachmentStatus{ AcceptedHostnames: map[string][]string{}, - FailedCondition: staticConds.NewTODO("Gateway is ignored"), + FailedCondition: staticConds.NewRouteNotAcceptedGatewayIgnored(), } expGraph.ReferencedSecrets[client.ObjectKeyFromObject(diffNsTLSSecret)] = &graph.Secret{ Source: diffNsTLSSecret, diff --git a/internal/mode/static/state/conditions/conditions.go b/internal/mode/static/state/conditions/conditions.go index 2770060c0e..5b075a6446 100644 --- a/internal/mode/static/state/conditions/conditions.go +++ b/internal/mode/static/state/conditions/conditions.go @@ -90,15 +90,20 @@ const ( // PolicyMessageTelemetryNotEnabled is a message used with the PolicyReasonNginxProxyConfigNotSet reason // when telemetry is not enabled in the NginxProxy resource. PolicyMessageTelemetryNotEnabled = "Telemetry is not enabled in the NginxProxy resource" + + // GatewayIgnoredReason is used with v1.RouteConditionAccepted when the route references a Gateway that is ignored + // by NGF. + GatewayIgnoredReason v1.RouteConditionReason = "GatewayIgnored" ) -// NewTODO returns a Condition that can be used as a placeholder for a condition that is not yet implemented. -func NewTODO(msg string) conditions.Condition { +// NewRouteNotAcceptedGatewayIgnored returns a Condition that indicates that the Route is not accepted by the Gateway +// because the Gateway is ignored by NGF. +func NewRouteNotAcceptedGatewayIgnored() conditions.Condition { return conditions.Condition{ - Type: "TODO", - Status: metav1.ConditionTrue, - Reason: "TODO", - Message: fmt.Sprintf("The condition for this has not been implemented yet: %s", msg), + Type: string(v1.RouteConditionAccepted), + Status: metav1.ConditionFalse, + Reason: string(GatewayIgnoredReason), + Message: "The Gateway is ignored by the controller", } } diff --git a/internal/mode/static/state/graph/route_common.go b/internal/mode/static/state/graph/route_common.go index cbf16027cb..8fe32a96c4 100644 --- a/internal/mode/static/state/graph/route_common.go +++ b/internal/mode/static/state/graph/route_common.go @@ -301,7 +301,7 @@ func bindRouteToListeners( referencesWinningGw := ref.Gateway.Namespace == gw.Source.Namespace && ref.Gateway.Name == gw.Source.Name if !referencesWinningGw { - attachment.FailedCondition = staticConds.NewTODO("Gateway is ignored") + attachment.FailedCondition = staticConds.NewRouteNotAcceptedGatewayIgnored() continue } diff --git a/internal/mode/static/state/graph/route_common_test.go b/internal/mode/static/state/graph/route_common_test.go index 3eb96f6f69..51f7c268a2 100644 --- a/internal/mode/static/state/graph/route_common_test.go +++ b/internal/mode/static/state/graph/route_common_test.go @@ -687,7 +687,7 @@ func TestBindRouteToListeners(t *testing.T) { SectionName: hr.Spec.ParentRefs[0].SectionName, Attachment: &ParentRefAttachmentStatus{ Attached: false, - FailedCondition: staticConds.NewTODO("Gateway is ignored"), + FailedCondition: staticConds.NewRouteNotAcceptedGatewayIgnored(), AcceptedHostnames: map[string][]string{}, }, }, diff --git a/site/content/includes/installation/jwt-password-note.md b/site/content/includes/installation/jwt-password-note.md new file mode 100644 index 0000000000..2f12808252 --- /dev/null +++ b/site/content/includes/installation/jwt-password-note.md @@ -0,0 +1,11 @@ +--- +docs: +--- + +{{< note >}} For security, follow these practices with JSON Web Tokens (JWTs), passwords, and shell history: + +1. **JWTs:** JWTs are sensitive information. Store them securely. Delete them after use to prevent unauthorized access. + +1. **Shell history:** Commands that include JWTs or passwords are recorded in the history of your shell, in plain text. Clear your shell history after running such commands. For example, if you use bash, you can delete commands in your `~/.bash_history` file. Alternatively, you can run the `history -c` command to erase your shell history. + +Follow these practices to help ensure the security of your system and data. {{< /note >}} diff --git a/site/content/installation/ngf-images/jwt-token-docker-secret.md b/site/content/installation/ngf-images/jwt-token-docker-secret.md index 4127f979d6..c32d708023 100644 --- a/site/content/installation/ngf-images/jwt-token-docker-secret.md +++ b/site/content/installation/ngf-images/jwt-token-docker-secret.md @@ -40,6 +40,7 @@ You will need the following items from [MyF5](https://my.f5.com) for these instr kubectl get secret nginx-plus-registry-secret --output=yaml ``` +{{< include "installation/jwt-password-note.md" >}} ## Install NGINX Gateway Fabric diff --git a/site/content/overview/gateway-api-compatibility.md b/site/content/overview/gateway-api-compatibility.md index 9b54214e3c..567b3c5af0 100644 --- a/site/content/overview/gateway-api-compatibility.md +++ b/site/content/overview/gateway-api-compatibility.md @@ -173,6 +173,7 @@ See the [static-mode]({{< relref "/reference/cli-help.md#static-mode">}}) comman - `Accepted/False/UnsupportedValue`: Custom reason for when the HTTPRoute includes an invalid or unsupported value. - `Accepted/False/InvalidListener`: Custom reason for when the HTTPRoute references an invalid listener. - `Accepted/False/GatewayNotProgrammed`: Custom reason for when the Gateway is not Programmed. HTTPRoute can be valid and configured, but will maintain this status as long as the Gateway is not Programmed. + - `Accepted/False/GatewayIgnored`: Custom reason for when the Gateway is ignored by NGINX Gateway Fabric. NGINX Gateway Fabric only supports one Gateway. - `ResolvedRefs/True/ResolvedRefs` - `ResolvedRefs/False/InvalidKind` - `ResolvedRefs/False/RefNotPermitted` diff --git a/tests/README.md b/tests/README.md index c53a66edfc..8d58a7adb2 100644 --- a/tests/README.md +++ b/tests/README.md @@ -7,6 +7,8 @@ This directory contains the tests for NGINX Gateway Fabric. The tests are divide 1. Conformance Testing. This is to ensure that the NGINX Gateway Fabric conforms to the Gateway API specification. 2. System Testing. This is to ensure that the NGINX Gateway Fabric works as expected in a real system. + + ## Table of Contents - [Prerequisites](#prerequisites) @@ -15,24 +17,27 @@ This directory contains the tests for NGINX Gateway Fabric. The tests are divide - [Step 2 - Build and Load Images](#step-2---build-and-load-images) - [Conformance Testing](#conformance-testing) - [Step 1 - Install NGINX Gateway Fabric to configured kind cluster](#step-1---install-nginx-gateway-fabric-to-configured-kind-cluster) - - [_Option 1_ Build and install NGINX Gateway Fabric from local to configured kind cluster](#option-1-build-and-install-nginx-gateway-fabric-from-local-to-configured-kind-cluster) - - [_Option 2_ Install NGINX Gateway Fabric from local already built image to configured kind cluster](#option-2-install-nginx-gateway-fabric-from-local-already-built-image-to-configured-kind-cluster) - - [_Option 3_ Install NGINX Gateway Fabric from edge to configured kind cluster](#option-3-install-nginx-gateway-fabric-from-edge-to-configured-kind-cluster) + - [Option 1 - Build and install NGINX Gateway Fabric from local to configured kind cluster](#option-1---build-and-install-nginx-gateway-fabric-from-local-to-configured-kind-cluster) + - [Option 2 - Install NGINX Gateway Fabric from local already built image to configured kind cluster](#option-2---install-nginx-gateway-fabric-from-local-already-built-image-to-configured-kind-cluster) + - [Option 3 - Install NGINX Gateway Fabric from edge to configured kind cluster](#option-3---install-nginx-gateway-fabric-from-edge-to-configured-kind-cluster) - [Step 2 - Build conformance test runner image](#step-2---build-conformance-test-runner-image) - [Step 3 - Run Gateway conformance tests](#step-3---run-gateway-conformance-tests) - [Step 4 - Cleanup the conformance test fixtures and uninstall NGINX Gateway Fabric](#step-4---cleanup-the-conformance-test-fixtures-and-uninstall-nginx-gateway-fabric) - [Step 5 - Revert changes to Go modules](#step-5---revert-changes-to-go-modules) - [Step 6 - Delete kind cluster](#step-6---delete-kind-cluster) - [System Testing](#system-testing) + - [Logging in tests](#logging-in-tests) - [Step 1 - Run the tests](#step-1---run-the-tests) - [1a - Run the functional tests locally](#1a---run-the-functional-tests-locally) - [1b - Run the tests on a GKE cluster from a GCP VM](#1b---run-the-tests-on-a-gke-cluster-from-a-gcp-vm) - - [Functional Tests](#functional-tests) - - [NFR tests](#nfr-tests) - - [Longevity testing](#longevity-testing) + - [Functional Tests](#functional-tests) + - [NFR tests](#nfr-tests) + - [Longevity testing](#longevity-testing) - [Common test amendments](#common-test-amendments) - [Step 2 - Cleanup](#step-2---cleanup) + + ## Prerequisites - Kubernetes cluster. @@ -131,7 +136,7 @@ TELEMETRY_ENDPOINT=otel-collector-opentelemetry-collector.collector.svc.cluster. export ENABLE_EXPERIMENTAL=true ``` -#### _Option 1_ Build and install NGINX Gateway Fabric from local to configured kind cluster +#### Option 1 - Build and install NGINX Gateway Fabric from local to configured kind cluster ```makefile make install-ngf-local-build @@ -143,7 +148,7 @@ Or, to install NGF with NGINX Plus enabled (NGINX Plus cert and key must exist i make install-ngf-local-build-with-plus ``` -#### _Option 2_ Install NGINX Gateway Fabric from local already built image to configured kind cluster +#### Option 2 - Install NGINX Gateway Fabric from local already built image to configured kind cluster You can optionally skip the actual _build_ step. @@ -169,7 +174,7 @@ Or, if you are building the NGINX Plus image: make update-ngf-manifest-with-plus PREFIX= TAG= ``` -#### _Option 3_ Install NGINX Gateway Fabric from edge to configured kind cluster +#### Option 3 - Install NGINX Gateway Fabric from edge to configured kind cluster You can also skip the build NGF image step and prepare the environment to instead use the `edge` image. Note that this option does not currently support installing with NGINX Plus enabled. @@ -424,7 +429,7 @@ XIt("runs some test", func(){ For more information of filtering specs, see [the docs here](https://onsi.github.io/ginkgo/#filtering-specs). -## Step 2 - Cleanup +### Step 2 - Cleanup 1. Delete kind cluster, if required diff --git a/tests/go.mod b/tests/go.mod index 94badd2f5a..c7e9a06d72 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -69,7 +69,7 @@ require ( golang.org/x/tools v0.22.0 // indirect gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20240515191416-fc5f0ca64291 // indirect - google.golang.org/grpc v1.64.0 // indirect + google.golang.org/grpc v1.64.1 // indirect google.golang.org/protobuf v1.34.2 // indirect gopkg.in/inf.v0 v0.9.1 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect diff --git a/tests/go.sum b/tests/go.sum index 2162f2b53b..cb60189e8e 100644 --- a/tests/go.sum +++ b/tests/go.sum @@ -178,8 +178,8 @@ gonum.org/v1/gonum v0.0.0-20181121035319-3f7ecaa7e8ca/go.mod h1:Y+Yx5eoAFn32cQvJ gonum.org/v1/netlib v0.0.0-20181029234149-ec6d1f5cefe6/go.mod h1:wa6Ws7BG/ESfp6dHfk7C6KdzKA7wR7u/rKwOGE66zvw= google.golang.org/genproto/googleapis/rpc v0.0.0-20240515191416-fc5f0ca64291 h1:AgADTJarZTBqgjiUzRgfaBchgYB3/WFTC80GPwsMcRI= google.golang.org/genproto/googleapis/rpc v0.0.0-20240515191416-fc5f0ca64291/go.mod h1:EfXuqaE1J41VCDicxHzUDm+8rk+7ZdXzHV0IhO/I6s0= -google.golang.org/grpc v1.64.0 h1:KH3VH9y/MgNQg1dE7b3XfVK0GsPSIzJwdF617gUSbvY= -google.golang.org/grpc v1.64.0/go.mod h1:oxjF8E3FBnjp+/gVFYdWacaLDx9na1aqy9oovLpxQYg= +google.golang.org/grpc v1.64.1 h1:LKtvyfbX3UGVPFcGqJ9ItpVWW6oN/2XqTxfAnwRRXiA= +google.golang.org/grpc v1.64.1/go.mod h1:hiQF4LFZelK2WKaP6W0L92zGHtiQdZxk8CrSdvyjeP0= google.golang.org/protobuf v1.34.2 h1:6xV6lTsCfpGD21XK49h7MhtcApnLqkfYgPcdHftf6hg= google.golang.org/protobuf v1.34.2/go.mod h1:qYOHts0dSfpeUzUFpOMr/WGzszTmLH+DiWniOlNbLDw= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= diff --git a/tests/results/dp-perf/edge/edge-plus.md b/tests/results/dp-perf/edge/edge-plus.md new file mode 100755 index 0000000000..9b3867f19e --- /dev/null +++ b/tests/results/dp-perf/edge/edge-plus.md @@ -0,0 +1,80 @@ +# Results + +## Test environment + +NGINX Plus: true + +GKE Cluster: + +- Node count: 12 +- k8s version: v1.29.4-gke.1043004 +- vCPUs per node: 16 +- RAM per node: 65855012Ki +- 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.01, 999.98 +Duration [total, attack, wait] 30.001s, 30s, 997.807µs +Latencies [min, mean, 50, 90, 95, 99, max] 711.69µs, 957.047µs, 931.487µs, 1.041ms, 1.089ms, 1.247ms, 18.096ms +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: +``` + +## Test2: Running coffee header based routing + +```text +Requests [total, rate, throughput] 30000, 1000.04, 1000.01 +Duration [total, attack, wait] 30s, 29.999s, 899.626µs +Latencies [min, mean, 50, 90, 95, 99, max] 726.964µs, 985.028µs, 967.197µs, 1.079ms, 1.118ms, 1.252ms, 19.94ms +Bytes In [total, mean] 4830000, 161.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.04, 1000.01 +Duration [total, attack, wait] 30s, 29.999s, 917.947µs +Latencies [min, mean, 50, 90, 95, 99, max] 721.266µs, 993.472µs, 973.023µs, 1.101ms, 1.164ms, 1.321ms, 20.914ms +Bytes In [total, mean] 5070000, 169.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] 29999, 1000.00, 999.97 +Duration [total, attack, wait] 30s, 29.999s, 1.08ms +Latencies [min, mean, 50, 90, 95, 99, max] 708.277µs, 986.926µs, 970.493µs, 1.103ms, 1.15ms, 1.274ms, 19.021ms +Bytes In [total, mean] 4739842, 158.00 +Bytes Out [total, mean] 0, 0.00 +Success [ratio] 100.00% +Status Codes [code:count] 200:29999 +Error Set: +``` + +## Test5: Running tea POST method based routing + +```text +Requests [total, rate, throughput] 30000, 1000.02, 999.98 +Duration [total, attack, wait] 30s, 29.999s, 1.022ms +Latencies [min, mean, 50, 90, 95, 99, max] 724.839µs, 981.279µs, 965.573µs, 1.107ms, 1.169ms, 1.299ms, 6.315ms +Bytes In [total, mean] 4740000, 158.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/dp-perf/edge/edge.md b/tests/results/dp-perf/edge/edge.md new file mode 100755 index 0000000000..f542ae2f0c --- /dev/null +++ b/tests/results/dp-perf/edge/edge.md @@ -0,0 +1,80 @@ +# Results + +## Test environment + +NGINX Plus: false + +GKE Cluster: + +- Node count: 12 +- k8s version: v1.29.4-gke.1043004 +- vCPUs per node: 16 +- RAM per node: 65855012Ki +- 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.01, 999.98 +Duration [total, attack, wait] 30.001s, 30s, 986.95µs +Latencies [min, mean, 50, 90, 95, 99, max] 562.91µs, 940.576µs, 912.579µs, 1.141ms, 1.212ms, 1.375ms, 12.402ms +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] 29999, 1000.00, 999.97 +Duration [total, attack, wait] 30s, 29.999s, 947.18µs +Latencies [min, mean, 50, 90, 95, 99, max] 602.01µs, 984.263µs, 961.474µs, 1.162ms, 1.221ms, 1.367ms, 16.033ms +Bytes In [total, mean] 4799840, 160.00 +Bytes Out [total, mean] 0, 0.00 +Success [ratio] 100.00% +Status Codes [code:count] 200:29999 +Error Set: +``` + +## Test3: Running coffee query based routing + +```text +Requests [total, rate, throughput] 29999, 1000.03, 1000.00 +Duration [total, attack, wait] 29.999s, 29.998s, 875.67µs +Latencies [min, mean, 50, 90, 95, 99, max] 596.74µs, 998.15µs, 983.222µs, 1.188ms, 1.249ms, 1.386ms, 11.616ms +Bytes In [total, mean] 5039832, 168.00 +Bytes Out [total, mean] 0, 0.00 +Success [ratio] 100.00% +Status Codes [code:count] 200:29999 +Error Set: +``` + +## Test4: Running tea GET method based routing + +```text +Requests [total, rate, throughput] 30000, 1000.01, 999.97 +Duration [total, attack, wait] 30.001s, 30s, 1.139ms +Latencies [min, mean, 50, 90, 95, 99, max] 611.07µs, 1.005ms, 983.916µs, 1.193ms, 1.257ms, 1.41ms, 19.537ms +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, 967.36µs +Latencies [min, mean, 50, 90, 95, 99, max] 595.57µs, 999.204µs, 982.831µs, 1.192ms, 1.255ms, 1.392ms, 14.948ms +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/edge/edge-plus.md b/tests/results/ngf-upgrade/edge/edge-plus.md new file mode 100755 index 0000000000..45d87ceea5 --- /dev/null +++ b/tests/results/ngf-upgrade/edge/edge-plus.md @@ -0,0 +1,45 @@ +# Results + +## Test environment + +NGINX Plus: true + +GKE Cluster: + +- Node count: 12 +- k8s version: v1.29.4-gke.1043004 +- vCPUs per node: 16 +- RAM per node: 65855012Ki +- Max pods per node: 110 +- Zone: us-east1-b +- Instance Type: n2d-standard-16 + +## Test: Send http /coffee traffic + +```text +Requests [total, rate, throughput] 6000, 100.02, 100.01 +Duration [total, attack, wait] 59.992s, 59.99s, 1.631ms +Latencies [min, mean, 50, 90, 95, 99, max] 908.3µs, 1.36ms, 1.329ms, 1.511ms, 1.57ms, 1.795ms, 14.259ms +Bytes In [total, mean] 955989, 159.33 +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) + +## Test: Send https /tea traffic + +```text +Requests [total, rate, throughput] 6000, 100.02, 100.01 +Duration [total, attack, wait] 59.992s, 59.99s, 1.671ms +Latencies [min, mean, 50, 90, 95, 99, max] 968.82µs, 1.388ms, 1.338ms, 1.558ms, 1.632ms, 1.973ms, 14.346ms +Bytes In [total, mean] 912000, 152.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) diff --git a/tests/results/ngf-upgrade/edge/edge.md b/tests/results/ngf-upgrade/edge/edge.md new file mode 100755 index 0000000000..41dbb54dd4 --- /dev/null +++ b/tests/results/ngf-upgrade/edge/edge.md @@ -0,0 +1,45 @@ +# Results + +## Test environment + +NGINX Plus: false + +GKE Cluster: + +- Node count: 12 +- k8s version: v1.29.4-gke.1043004 +- vCPUs per node: 16 +- RAM per node: 65855012Ki +- Max pods per node: 110 +- Zone: us-east1-b +- Instance Type: n2d-standard-16 + +## Test: Send http /coffee traffic + +```text +Requests [total, rate, throughput] 6000, 100.02, 100.01 +Duration [total, attack, wait] 59.991s, 59.991s, 878.01µs +Latencies [min, mean, 50, 90, 95, 99, max] 687.75µs, 1.202ms, 1.174ms, 1.401ms, 1.463ms, 1.613ms, 12.928ms +Bytes In [total, mean] 960000, 160.00 +Bytes Out [total, mean] 0, 0.00 +Success [ratio] 100.00% +Status Codes [code:count] 200:6000 +Error Set: +``` + +![http.png](http.png) + +## Test: Send https /tea traffic + +```text +Requests [total, rate, throughput] 6000, 100.02, 100.01 +Duration [total, attack, wait] 59.991s, 59.99s, 966.11µs +Latencies [min, mean, 50, 90, 95, 99, max] 603.69µs, 1.182ms, 1.153ms, 1.384ms, 1.449ms, 1.623ms, 12.779ms +Bytes In [total, mean] 920039, 153.34 +Bytes Out [total, mean] 0, 0.00 +Success [ratio] 100.00% +Status Codes [code:count] 200:6000 +Error Set: +``` + +![https.png](https.png) diff --git a/tests/results/ngf-upgrade/edge/http-plus.png b/tests/results/ngf-upgrade/edge/http-plus.png new file mode 100644 index 0000000000..825c5e1856 Binary files /dev/null and b/tests/results/ngf-upgrade/edge/http-plus.png differ diff --git a/tests/results/ngf-upgrade/edge/http.png b/tests/results/ngf-upgrade/edge/http.png new file mode 100644 index 0000000000..65ab78b08d Binary files /dev/null and b/tests/results/ngf-upgrade/edge/http.png differ diff --git a/tests/results/ngf-upgrade/edge/https-plus.png b/tests/results/ngf-upgrade/edge/https-plus.png new file mode 100644 index 0000000000..825c5e1856 Binary files /dev/null and b/tests/results/ngf-upgrade/edge/https-plus.png differ diff --git a/tests/results/ngf-upgrade/edge/https.png b/tests/results/ngf-upgrade/edge/https.png new file mode 100644 index 0000000000..65ab78b08d Binary files /dev/null and b/tests/results/ngf-upgrade/edge/https.png differ diff --git a/tests/results/scale/edge/TestScale_HTTPRoutes/cpu-plus.png b/tests/results/scale/edge/TestScale_HTTPRoutes/cpu-plus.png new file mode 100644 index 0000000000..4d6404cea3 Binary files /dev/null and b/tests/results/scale/edge/TestScale_HTTPRoutes/cpu-plus.png differ diff --git a/tests/results/scale/edge/TestScale_HTTPRoutes/cpu.png b/tests/results/scale/edge/TestScale_HTTPRoutes/cpu.png new file mode 100644 index 0000000000..edbf9751cb Binary files /dev/null and b/tests/results/scale/edge/TestScale_HTTPRoutes/cpu.png differ diff --git a/tests/results/scale/edge/TestScale_HTTPRoutes/memory-plus.png b/tests/results/scale/edge/TestScale_HTTPRoutes/memory-plus.png new file mode 100644 index 0000000000..400d9bb59b Binary files /dev/null and b/tests/results/scale/edge/TestScale_HTTPRoutes/memory-plus.png differ diff --git a/tests/results/scale/edge/TestScale_HTTPRoutes/memory.png b/tests/results/scale/edge/TestScale_HTTPRoutes/memory.png new file mode 100644 index 0000000000..e4920ce57b Binary files /dev/null and b/tests/results/scale/edge/TestScale_HTTPRoutes/memory.png differ diff --git a/tests/results/scale/edge/TestScale_HTTPRoutes/ttr-plus.png b/tests/results/scale/edge/TestScale_HTTPRoutes/ttr-plus.png new file mode 100644 index 0000000000..6e8716d65f Binary files /dev/null and b/tests/results/scale/edge/TestScale_HTTPRoutes/ttr-plus.png differ diff --git a/tests/results/scale/edge/TestScale_HTTPRoutes/ttr.png b/tests/results/scale/edge/TestScale_HTTPRoutes/ttr.png new file mode 100644 index 0000000000..9ffbc37b89 Binary files /dev/null and b/tests/results/scale/edge/TestScale_HTTPRoutes/ttr.png differ diff --git a/tests/results/scale/edge/TestScale_HTTPSListeners/cpu-plus.png b/tests/results/scale/edge/TestScale_HTTPSListeners/cpu-plus.png new file mode 100644 index 0000000000..3ff3ee4739 Binary files /dev/null and b/tests/results/scale/edge/TestScale_HTTPSListeners/cpu-plus.png differ diff --git a/tests/results/scale/edge/TestScale_HTTPSListeners/cpu.png b/tests/results/scale/edge/TestScale_HTTPSListeners/cpu.png new file mode 100644 index 0000000000..330f011350 Binary files /dev/null and b/tests/results/scale/edge/TestScale_HTTPSListeners/cpu.png differ diff --git a/tests/results/scale/edge/TestScale_HTTPSListeners/memory-plus.png b/tests/results/scale/edge/TestScale_HTTPSListeners/memory-plus.png new file mode 100644 index 0000000000..9f04fb0fe1 Binary files /dev/null and b/tests/results/scale/edge/TestScale_HTTPSListeners/memory-plus.png differ diff --git a/tests/results/scale/edge/TestScale_HTTPSListeners/memory.png b/tests/results/scale/edge/TestScale_HTTPSListeners/memory.png new file mode 100644 index 0000000000..3b8e2a9d13 Binary files /dev/null and b/tests/results/scale/edge/TestScale_HTTPSListeners/memory.png differ diff --git a/tests/results/scale/edge/TestScale_HTTPSListeners/ttr-plus.png b/tests/results/scale/edge/TestScale_HTTPSListeners/ttr-plus.png new file mode 100644 index 0000000000..d344bd13b0 Binary files /dev/null and b/tests/results/scale/edge/TestScale_HTTPSListeners/ttr-plus.png differ diff --git a/tests/results/scale/edge/TestScale_HTTPSListeners/ttr.png b/tests/results/scale/edge/TestScale_HTTPSListeners/ttr.png new file mode 100644 index 0000000000..42b5b22305 Binary files /dev/null and b/tests/results/scale/edge/TestScale_HTTPSListeners/ttr.png differ diff --git a/tests/results/scale/edge/TestScale_Listeners/cpu-plus.png b/tests/results/scale/edge/TestScale_Listeners/cpu-plus.png new file mode 100644 index 0000000000..7547acdf2a Binary files /dev/null and b/tests/results/scale/edge/TestScale_Listeners/cpu-plus.png differ diff --git a/tests/results/scale/edge/TestScale_Listeners/cpu.png b/tests/results/scale/edge/TestScale_Listeners/cpu.png new file mode 100644 index 0000000000..15069b0f45 Binary files /dev/null and b/tests/results/scale/edge/TestScale_Listeners/cpu.png differ diff --git a/tests/results/scale/edge/TestScale_Listeners/memory-plus.png b/tests/results/scale/edge/TestScale_Listeners/memory-plus.png new file mode 100644 index 0000000000..6b76123a6e Binary files /dev/null and b/tests/results/scale/edge/TestScale_Listeners/memory-plus.png differ diff --git a/tests/results/scale/edge/TestScale_Listeners/memory.png b/tests/results/scale/edge/TestScale_Listeners/memory.png new file mode 100644 index 0000000000..257bb8b251 Binary files /dev/null and b/tests/results/scale/edge/TestScale_Listeners/memory.png differ diff --git a/tests/results/scale/edge/TestScale_Listeners/ttr-plus.png b/tests/results/scale/edge/TestScale_Listeners/ttr-plus.png new file mode 100644 index 0000000000..733c33659b Binary files /dev/null and b/tests/results/scale/edge/TestScale_Listeners/ttr-plus.png differ diff --git a/tests/results/scale/edge/TestScale_Listeners/ttr.png b/tests/results/scale/edge/TestScale_Listeners/ttr.png new file mode 100644 index 0000000000..6819aa2d48 Binary files /dev/null and b/tests/results/scale/edge/TestScale_Listeners/ttr.png differ diff --git a/tests/results/scale/edge/TestScale_UpstreamServers/cpu-plus.png b/tests/results/scale/edge/TestScale_UpstreamServers/cpu-plus.png new file mode 100644 index 0000000000..7ef4119258 Binary files /dev/null and b/tests/results/scale/edge/TestScale_UpstreamServers/cpu-plus.png differ diff --git a/tests/results/scale/edge/TestScale_UpstreamServers/cpu.png b/tests/results/scale/edge/TestScale_UpstreamServers/cpu.png new file mode 100644 index 0000000000..363f5c27bd Binary files /dev/null and b/tests/results/scale/edge/TestScale_UpstreamServers/cpu.png differ diff --git a/tests/results/scale/edge/TestScale_UpstreamServers/memory-plus.png b/tests/results/scale/edge/TestScale_UpstreamServers/memory-plus.png new file mode 100644 index 0000000000..24485201e2 Binary files /dev/null and b/tests/results/scale/edge/TestScale_UpstreamServers/memory-plus.png differ diff --git a/tests/results/scale/edge/TestScale_UpstreamServers/memory.png b/tests/results/scale/edge/TestScale_UpstreamServers/memory.png new file mode 100644 index 0000000000..0d46efa785 Binary files /dev/null and b/tests/results/scale/edge/TestScale_UpstreamServers/memory.png differ diff --git a/tests/results/scale/edge/TestScale_UpstreamServers/ngf-plus.log b/tests/results/scale/edge/TestScale_UpstreamServers/ngf-plus.log new file mode 100644 index 0000000000..17b75ff983 --- /dev/null +++ b/tests/results/scale/edge/TestScale_UpstreamServers/ngf-plus.log @@ -0,0 +1,2723 @@ +{"level":"info","ts":"2024-07-08T18:27:03Z","msg":"Starting NGINX Gateway Fabric in static mode","version":"edge","commit":"57fd475a67ccd0796b2a89521d45705a06a59e02","date":"2024-07-08T17:21:48Z"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Starting manager"} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"controller-runtime.metrics","msg":"Starting metrics server"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"starting server","name":"health probe","addr":"[::]:8081"} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"controller-runtime.metrics","msg":"Serving metrics server","bindAddress":":9113","secure":false} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Starting EventSource","controller":"gatewayclass","controllerGroup":"gateway.networking.k8s.io","controllerKind":"GatewayClass","source":"kind source: *v1.GatewayClass"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Starting Controller","controller":"gatewayclass","controllerGroup":"gateway.networking.k8s.io","controllerKind":"GatewayClass"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Starting EventSource","controller":"httproute","controllerGroup":"gateway.networking.k8s.io","controllerKind":"HTTPRoute","source":"kind source: *v1.HTTPRoute"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Starting Controller","controller":"httproute","controllerGroup":"gateway.networking.k8s.io","controllerKind":"HTTPRoute"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Starting EventSource","controller":"service","controllerGroup":"","controllerKind":"Service","source":"kind source: *v1.Service"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Starting Controller","controller":"service","controllerGroup":"","controllerKind":"Service"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Starting EventSource","controller":"gateway","controllerGroup":"gateway.networking.k8s.io","controllerKind":"Gateway","source":"kind source: *v1.Gateway"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Starting Controller","controller":"gateway","controllerGroup":"gateway.networking.k8s.io","controllerKind":"Gateway"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Starting EventSource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","source":"kind source: *v1.EndpointSlice"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Starting Controller","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Starting EventSource","controller":"service","controllerGroup":"","controllerKind":"Service","source":"kind source: *v1.Service"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Starting Controller","controller":"service","controllerGroup":"","controllerKind":"Service"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Starting EventSource","controller":"nginxproxy","controllerGroup":"gateway.nginx.org","controllerKind":"NginxProxy","source":"kind source: *v1alpha1.NginxProxy"} +I0708 18:27:04.394201 7 leaderelection.go:250] attempting to acquire leader lease nginx-gateway/ngf-test-nginx-gateway-fabric-leader-election... +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Starting EventSource","controller":"observabilitypolicy","controllerGroup":"gateway.nginx.org","controllerKind":"ObservabilityPolicy","source":"kind source: *v1alpha1.ObservabilityPolicy"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Starting Controller","controller":"observabilitypolicy","controllerGroup":"gateway.nginx.org","controllerKind":"ObservabilityPolicy"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Starting EventSource","controller":"secret","controllerGroup":"","controllerKind":"Secret","source":"kind source: *v1.Secret"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Starting Controller","controller":"secret","controllerGroup":"","controllerKind":"Secret"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Starting EventSource","controller":"clientsettingspolicy","controllerGroup":"gateway.nginx.org","controllerKind":"ClientSettingsPolicy","source":"kind source: *v1alpha1.ClientSettingsPolicy"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Starting Controller","controller":"clientsettingspolicy","controllerGroup":"gateway.nginx.org","controllerKind":"ClientSettingsPolicy"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Starting Controller","controller":"nginxproxy","controllerGroup":"gateway.nginx.org","controllerKind":"NginxProxy"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Starting EventSource","controller":"referencegrant","controllerGroup":"gateway.networking.k8s.io","controllerKind":"ReferenceGrant","source":"kind source: *v1beta1.ReferenceGrant"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Starting Controller","controller":"referencegrant","controllerGroup":"gateway.networking.k8s.io","controllerKind":"ReferenceGrant"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Starting EventSource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","source":"kind source: *v1.Namespace"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Starting Controller","controller":"namespace","controllerGroup":"","controllerKind":"Namespace"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Starting EventSource","controller":"grpcroute","controllerGroup":"gateway.networking.k8s.io","controllerKind":"GRPCRoute","source":"kind source: *v1.GRPCRoute"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Starting Controller","controller":"grpcroute","controllerGroup":"gateway.networking.k8s.io","controllerKind":"GRPCRoute"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Starting EventSource","controller":"nginxgateway","controllerGroup":"gateway.nginx.org","controllerKind":"NginxGateway","source":"kind source: *v1alpha1.NginxGateway"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Starting Controller","controller":"nginxgateway","controllerGroup":"gateway.nginx.org","controllerKind":"NginxGateway"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Starting EventSource","controller":"customresourcedefinition","controllerGroup":"apiextensions.k8s.io","controllerKind":"CustomResourceDefinition","source":"kind source: *v1.PartialObjectMetadata"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Starting Controller","controller":"customresourcedefinition","controllerGroup":"apiextensions.k8s.io","controllerKind":"CustomResourceDefinition"} +I0708 18:27:04.406255 7 leaderelection.go:260] successfully acquired lease nginx-gateway/ngf-test-nginx-gateway-fabric-leader-election +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Starting workers","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","worker count":1} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"gmp-operator-dbrsx","namespace":"gmp-system"},"namespace":"gmp-system","name":"gmp-operator-dbrsx","reconcileID":"336e5e20-7c53-4877-bded-24acd26c9d42"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Starting workers","controller":"httproute","controllerGroup":"gateway.networking.k8s.io","controllerKind":"HTTPRoute","worker count":1} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Starting workers","controller":"nginxproxy","controllerGroup":"gateway.nginx.org","controllerKind":"NginxProxy","worker count":1} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Starting workers","controller":"gateway","controllerGroup":"gateway.networking.k8s.io","controllerKind":"Gateway","worker count":1} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Starting workers","controller":"service","controllerGroup":"","controllerKind":"Service","worker count":1} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-alertmanager-headless","namespace":"prom"},"namespace":"prom","name":"prom-alertmanager-headless","reconcileID":"c6700d36-9caf-4af6-9d03-987700ee411a"} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":2} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"gmp-operator-dbrsx","namespace":"gmp-system"},"namespace":"gmp-system","name":"gmp-operator-dbrsx","reconcileID":"336e5e20-7c53-4877-bded-24acd26c9d42"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-alertmanager-headless","namespace":"prom"},"namespace":"prom","name":"prom-alertmanager-headless","reconcileID":"c6700d36-9caf-4af6-9d03-987700ee411a"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"default-http-backend-797c6","namespace":"kube-system"},"namespace":"kube-system","name":"default-http-backend-797c6","reconcileID":"2337ff29-43ce-4758-836e-942d823702b1"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"default-http-backend-797c6","namespace":"kube-system"},"namespace":"kube-system","name":"default-http-backend-797c6","reconcileID":"2337ff29-43ce-4758-836e-942d823702b1"} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":1,"total":76} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"metrics-server-vqgqq","namespace":"kube-system"},"namespace":"kube-system","name":"metrics-server-vqgqq","reconcileID":"c5a5a1d2-ba28-4caf-a337-753204e3c2ce"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"kubernetes","namespace":"default"},"namespace":"default","name":"kubernetes","reconcileID":"0d7449b7-673c-4810-9ec9-ed714606a9e4"} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":3} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":4} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":5} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"kubernetes","namespace":"default"},"namespace":"default","name":"kubernetes","reconcileID":"0d7449b7-673c-4810-9ec9-ed714606a9e4"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"alertmanager","namespace":"gmp-system"},"namespace":"gmp-system","name":"alertmanager","reconcileID":"e4888f5a-fcbf-47b4-a97a-bceacfc04265"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"metrics-server-vqgqq","namespace":"kube-system"},"namespace":"kube-system","name":"metrics-server-vqgqq","reconcileID":"c5a5a1d2-ba28-4caf-a337-753204e3c2ce"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"ngf-test-nginx-gateway-fabric-nsdn2","namespace":"nginx-gateway"},"namespace":"nginx-gateway","name":"ngf-test-nginx-gateway-fabric-nsdn2","reconcileID":"cf2ad10f-8104-4689-bb5b-133d9fef2532"} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":6} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":7} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"ngf-test-nginx-gateway-fabric-nsdn2","namespace":"nginx-gateway"},"namespace":"nginx-gateway","name":"ngf-test-nginx-gateway-fabric-nsdn2","reconcileID":"cf2ad10f-8104-4689-bb5b-133d9fef2532"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"alertmanager","namespace":"gmp-system"},"namespace":"gmp-system","name":"alertmanager","reconcileID":"e4888f5a-fcbf-47b4-a97a-bceacfc04265"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"prom-alertmanager-headless-rdpth","namespace":"prom"},"namespace":"prom","name":"prom-alertmanager-headless-rdpth","reconcileID":"5c0472bc-c0de-400e-b62e-9ab85c37f995"} +{"level":"info","ts":"2024-07-08T18:27:04Z","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":"838f4b24-360a-4fe0-9607-4f0fa3308b85"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"prom-alertmanager-headless-rdpth","namespace":"prom"},"namespace":"prom","name":"prom-alertmanager-headless-rdpth","reconcileID":"5c0472bc-c0de-400e-b62e-9ab85c37f995"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"prom-alertmanager-n4w68","namespace":"prom"},"namespace":"prom","name":"prom-alertmanager-n4w68","reconcileID":"9dbf12cd-e1b8-4d78-9f67-6abdd62dd8bd"} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":8} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":9} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":10} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"prom-alertmanager-n4w68","namespace":"prom"},"namespace":"prom","name":"prom-alertmanager-n4w68","reconcileID":"9dbf12cd-e1b8-4d78-9f67-6abdd62dd8bd"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"prom-kube-state-metrics-287q4","namespace":"prom"},"namespace":"prom","name":"prom-kube-state-metrics-287q4","reconcileID":"7c748eef-4b43-4e20-928d-86becd94c5db"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"prom-kube-state-metrics-287q4","namespace":"prom"},"namespace":"prom","name":"prom-kube-state-metrics-287q4","reconcileID":"7c748eef-4b43-4e20-928d-86becd94c5db"} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":11} +{"level":"info","ts":"2024-07-08T18:27:04Z","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":"838f4b24-360a-4fe0-9607-4f0fa3308b85"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"kubernetes","namespace":"default"},"namespace":"default","name":"kubernetes","reconcileID":"de3d0cb3-042b-4de5-99f5-b1ce0165cfda"} +{"level":"info","ts":"2024-07-08T18:27:04Z","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":"b470e392-5b0a-4604-94e0-505a1ff62e59"} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":12} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":13} +{"level":"info","ts":"2024-07-08T18:27:04Z","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":"b470e392-5b0a-4604-94e0-505a1ff62e59"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-alertmanager","namespace":"prom"},"namespace":"prom","name":"prom-alertmanager","reconcileID":"8dc3da20-cd60-4c2f-9111-bc91547b1fec"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-alertmanager","namespace":"prom"},"namespace":"prom","name":"prom-alertmanager","reconcileID":"8dc3da20-cd60-4c2f-9111-bc91547b1fec"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"kubernetes","namespace":"default"},"namespace":"default","name":"kubernetes","reconcileID":"de3d0cb3-042b-4de5-99f5-b1ce0165cfda"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-prometheus-pushgateway","namespace":"prom"},"namespace":"prom","name":"prom-prometheus-pushgateway","reconcileID":"2eaff0d0-b79b-4043-8ef9-d25b2d59ea4f"} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":14} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":15} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-prometheus-pushgateway","namespace":"prom"},"namespace":"prom","name":"prom-prometheus-pushgateway","reconcileID":"2eaff0d0-b79b-4043-8ef9-d25b2d59ea4f"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-prometheus-server","namespace":"prom"},"namespace":"prom","name":"prom-prometheus-server","reconcileID":"269d380d-b9e4-4227-97cc-fa06de333c07"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-prometheus-server","namespace":"prom"},"namespace":"prom","name":"prom-prometheus-server","reconcileID":"269d380d-b9e4-4227-97cc-fa06de333c07"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"kube-dns-zk7vn","namespace":"kube-system"},"namespace":"kube-system","name":"kube-dns-zk7vn","reconcileID":"27584cf7-0932-4e57-b7a8-f2ed9d68450a"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"gmp-operator","namespace":"gmp-system"},"namespace":"gmp-system","name":"gmp-operator","reconcileID":"fd542174-352e-42fd-b457-5ba2a8939642"} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":16} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":17} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"gmp-operator","namespace":"gmp-system"},"namespace":"gmp-system","name":"gmp-operator","reconcileID":"fd542174-352e-42fd-b457-5ba2a8939642"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"kube-dns-zk7vn","namespace":"kube-system"},"namespace":"kube-system","name":"kube-dns-zk7vn","reconcileID":"27584cf7-0932-4e57-b7a8-f2ed9d68450a"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"kube-dns","namespace":"kube-system"},"namespace":"kube-system","name":"kube-dns","reconcileID":"c3fa4ec7-9891-4c65-b659-ff0a5abb2f2a"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"prom-prometheus-node-exporter-4dwmq","namespace":"prom"},"namespace":"prom","name":"prom-prometheus-node-exporter-4dwmq","reconcileID":"b950ae2c-7ce2-4230-be52-3ce793c8981f"} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":18} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":19} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"kube-dns","namespace":"kube-system"},"namespace":"kube-system","name":"kube-dns","reconcileID":"c3fa4ec7-9891-4c65-b659-ff0a5abb2f2a"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"metrics-server","namespace":"kube-system"},"namespace":"kube-system","name":"metrics-server","reconcileID":"2efe4ee8-1360-407f-90b1-02bf4ac15125"} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"prom-prometheus-node-exporter-4dwmq","namespace":"prom"},"namespace":"prom","name":"prom-prometheus-node-exporter-4dwmq","reconcileID":"b950ae2c-7ce2-4230-be52-3ce793c8981f"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"prom-prometheus-pushgateway-pwh82","namespace":"prom"},"namespace":"prom","name":"prom-prometheus-pushgateway-pwh82","reconcileID":"06d824c7-4b13-4976-a64f-f2072c28fbca"} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":20} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":21} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":22} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"metrics-server","namespace":"kube-system"},"namespace":"kube-system","name":"metrics-server","reconcileID":"2efe4ee8-1360-407f-90b1-02bf4ac15125"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"prom-prometheus-pushgateway-pwh82","namespace":"prom"},"namespace":"prom","name":"prom-prometheus-pushgateway-pwh82","reconcileID":"06d824c7-4b13-4976-a64f-f2072c28fbca"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"prom-prometheus-server-4d4b8","namespace":"prom"},"namespace":"prom","name":"prom-prometheus-server-4d4b8","reconcileID":"f5bc4783-3cfc-42bd-a221-b8df9ad785fb"} +{"level":"info","ts":"2024-07-08T18:27:04Z","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":"6f51d343-7912-43a9-8db0-61f5a187afc6"} +{"level":"info","ts":"2024-07-08T18:27:04Z","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":"6f51d343-7912-43a9-8db0-61f5a187afc6"} +{"level":"info","ts":"2024-07-08T18:27:04Z","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":"687884fb-1ff2-4853-990f-abbc2132ef81"} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":23} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":24} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":25} +{"level":"info","ts":"2024-07-08T18:27:04Z","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":"687884fb-1ff2-4853-990f-abbc2132ef81"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Starting workers","controller":"customresourcedefinition","controllerGroup":"apiextensions.k8s.io","controllerKind":"CustomResourceDefinition","worker count":1} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"prom-prometheus-server-4d4b8","namespace":"prom"},"namespace":"prom","name":"prom-prometheus-server-4d4b8","reconcileID":"f5bc4783-3cfc-42bd-a221-b8df9ad785fb"} +{"level":"info","ts":"2024-07-08T18:27:04Z","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":"f155d8e8-2cf1-4eef-bbaf-7583c3b57073"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"alertmanager-tkvxw","namespace":"gmp-system"},"namespace":"gmp-system","name":"alertmanager-tkvxw","reconcileID":"d5d968fc-169a-4585-846f-9ebe23a27a7e"} +{"level":"info","ts":"2024-07-08T18:27:04Z","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":"f155d8e8-2cf1-4eef-bbaf-7583c3b57073"} +{"level":"info","ts":"2024-07-08T18:27:04Z","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":"5c37188b-1c8d-4751-a9e2-02977fde92ae"} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":26} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":27} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":28} +{"level":"info","ts":"2024-07-08T18:27:04Z","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":"5c37188b-1c8d-4751-a9e2-02977fde92ae"} +{"level":"info","ts":"2024-07-08T18:27:04Z","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":"77094f2e-5d54-4a62-91ac-19bcce453b8a"} +{"level":"info","ts":"2024-07-08T18:27:04Z","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":"77094f2e-5d54-4a62-91ac-19bcce453b8a"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"alertmanager-tkvxw","namespace":"gmp-system"},"namespace":"gmp-system","name":"alertmanager-tkvxw","reconcileID":"d5d968fc-169a-4585-846f-9ebe23a27a7e"} +{"level":"info","ts":"2024-07-08T18:27:04Z","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":"6b916872-addc-49d2-85b5-27ca1eb4c69c"} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":29} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":30} +{"level":"info","ts":"2024-07-08T18:27:04Z","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":"6b916872-addc-49d2-85b5-27ca1eb4c69c"} +{"level":"info","ts":"2024-07-08T18:27:04Z","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":"231a5ba8-8b7f-4457-8204-c5e4e848129d"} +{"level":"info","ts":"2024-07-08T18:27:04Z","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":"231a5ba8-8b7f-4457-8204-c5e4e848129d"} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":31} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Starting workers","controller":"referencegrant","controllerGroup":"gateway.networking.k8s.io","controllerKind":"ReferenceGrant","worker count":1} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Starting workers","controller":"service","controllerGroup":"","controllerKind":"Service","worker count":1} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Starting workers","controller":"clientsettingspolicy","controllerGroup":"gateway.nginx.org","controllerKind":"ClientSettingsPolicy","worker count":1} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Starting workers","controller":"observabilitypolicy","controllerGroup":"gateway.nginx.org","controllerKind":"ObservabilityPolicy","worker count":1} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Starting workers","controller":"grpcroute","controllerGroup":"gateway.networking.k8s.io","controllerKind":"GRPCRoute","worker count":1} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"kubernetes","namespace":"default"},"namespace":"default","name":"kubernetes","reconcileID":"83767a4e-55cd-43ec-adc3-6b847b708e1c"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"kubernetes","namespace":"default"},"namespace":"default","name":"kubernetes","reconcileID":"83767a4e-55cd-43ec-adc3-6b847b708e1c"} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":32} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"alertmanager","namespace":"gmp-system"},"namespace":"gmp-system","name":"alertmanager","reconcileID":"3254af49-f205-4f95-a2be-ae9738296d94"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"alertmanager","namespace":"gmp-system"},"namespace":"gmp-system","name":"alertmanager","reconcileID":"3254af49-f205-4f95-a2be-ae9738296d94"} +{"level":"info","ts":"2024-07-08T18:27:04Z","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":"e25e1129-fe1d-4dd3-95f7-881952344049"} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":33} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":34} +{"level":"info","ts":"2024-07-08T18:27:04Z","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":"e25e1129-fe1d-4dd3-95f7-881952344049"} +{"level":"info","ts":"2024-07-08T18:27:04Z","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":"9db29e34-014b-4542-a235-cd0206e6610d"} +{"level":"info","ts":"2024-07-08T18:27:04Z","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":"9db29e34-014b-4542-a235-cd0206e6610d"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-alertmanager","namespace":"prom"},"namespace":"prom","name":"prom-alertmanager","reconcileID":"f51a56b1-4f0e-45ec-b6a3-8941ae3b138d"} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":35} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":36} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-alertmanager","namespace":"prom"},"namespace":"prom","name":"prom-alertmanager","reconcileID":"f51a56b1-4f0e-45ec-b6a3-8941ae3b138d"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-alertmanager-headless","namespace":"prom"},"namespace":"prom","name":"prom-alertmanager-headless","reconcileID":"5401b053-cd15-41fa-ba2d-925a44e40bf2"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-alertmanager-headless","namespace":"prom"},"namespace":"prom","name":"prom-alertmanager-headless","reconcileID":"5401b053-cd15-41fa-ba2d-925a44e40bf2"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"gmp-operator","namespace":"gmp-system"},"namespace":"gmp-system","name":"gmp-operator","reconcileID":"3b986a3e-7831-48d3-9340-100172588a45"} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":37} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":38} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"gmp-operator","namespace":"gmp-system"},"namespace":"gmp-system","name":"gmp-operator","reconcileID":"3b986a3e-7831-48d3-9340-100172588a45"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"kube-dns","namespace":"kube-system"},"namespace":"kube-system","name":"kube-dns","reconcileID":"8feb12b0-352a-4936-aba4-1f4d191c5d63"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"kube-dns","namespace":"kube-system"},"namespace":"kube-system","name":"kube-dns","reconcileID":"8feb12b0-352a-4936-aba4-1f4d191c5d63"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"metrics-server","namespace":"kube-system"},"namespace":"kube-system","name":"metrics-server","reconcileID":"130490de-cb6d-4364-94e6-0574d7dfec90"} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":39} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":40} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"metrics-server","namespace":"kube-system"},"namespace":"kube-system","name":"metrics-server","reconcileID":"130490de-cb6d-4364-94e6-0574d7dfec90"} +{"level":"info","ts":"2024-07-08T18:27:04Z","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":"379ed077-cf98-47b1-9755-dc9739cb8031"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Starting workers","controller":"gatewayclass","controllerGroup":"gateway.networking.k8s.io","controllerKind":"GatewayClass","worker count":1} +{"level":"info","ts":"2024-07-08T18:27:04Z","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":"379ed077-cf98-47b1-9755-dc9739cb8031"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Starting workers","controller":"nginxgateway","controllerGroup":"gateway.nginx.org","controllerKind":"NginxGateway","worker count":1} +{"level":"info","ts":"2024-07-08T18:27:04Z","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":"88601b91-b037-4410-8990-55284205ebe9"} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":41} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":42} +{"level":"info","ts":"2024-07-08T18:27:04Z","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":"88601b91-b037-4410-8990-55284205ebe9"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-prometheus-pushgateway","namespace":"prom"},"namespace":"prom","name":"prom-prometheus-pushgateway","reconcileID":"165bcafb-0a4b-48d5-97fc-ae268c5a87df"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-prometheus-pushgateway","namespace":"prom"},"namespace":"prom","name":"prom-prometheus-pushgateway","reconcileID":"165bcafb-0a4b-48d5-97fc-ae268c5a87df"} +{"level":"info","ts":"2024-07-08T18:27:04Z","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":"53066b17-7eff-4119-9890-fd3b9473e1d0"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Starting workers","controller":"secret","controllerGroup":"","controllerKind":"Secret","worker count":1} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Reconciling the resource","controller":"gatewayclass","controllerGroup":"gateway.networking.k8s.io","controllerKind":"GatewayClass","GatewayClass":{"name":"nginx"},"namespace":"","name":"nginx","reconcileID":"b07f757f-440f-46bb-9e1d-9b7d562a6eb3"} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":43} +{"level":"info","ts":"2024-07-08T18:27:04Z","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":"53066b17-7eff-4119-9890-fd3b9473e1d0"} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":44} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Upserted the resource","controller":"gatewayclass","controllerGroup":"gateway.networking.k8s.io","controllerKind":"GatewayClass","GatewayClass":{"name":"nginx"},"namespace":"","name":"nginx","reconcileID":"b07f757f-440f-46bb-9e1d-9b7d562a6eb3"} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":45} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-prometheus-server","namespace":"prom"},"namespace":"prom","name":"prom-prometheus-server","reconcileID":"d29c6fae-e33d-40fb-ba49-1acfde190710"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Starting workers","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","worker count":1} +{"level":"info","ts":"2024-07-08T18:27:04Z","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":"b980bf74-e817-43e2-ada7-564a286515b7"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Reconciling the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"gke-managed-cim"},"namespace":"","name":"gke-managed-cim","reconcileID":"1c1e8eaf-5764-4a72-a0bd-319c1a4146fb"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"prom-prometheus-server","namespace":"prom"},"namespace":"prom","name":"prom-prometheus-server","reconcileID":"d29c6fae-e33d-40fb-ba49-1acfde190710"} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":46} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":47} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":48} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Upserted the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"gke-managed-cim"},"namespace":"","name":"gke-managed-cim","reconcileID":"1c1e8eaf-5764-4a72-a0bd-319c1a4146fb"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Reconciling the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"gmp-public"},"namespace":"","name":"gmp-public","reconcileID":"c7b76032-740a-42fe-9aea-0a2e5c0d7bde"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Upserted the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"gmp-public"},"namespace":"","name":"gmp-public","reconcileID":"c7b76032-740a-42fe-9aea-0a2e5c0d7bde"} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":49} +{"level":"info","ts":"2024-07-08T18:27:04Z","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":"b980bf74-e817-43e2-ada7-564a286515b7"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Reconciling the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"gmp-system"},"namespace":"","name":"gmp-system","reconcileID":"418f3163-ceaa-4661-87ed-1c0f68ac67a6"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Reconciling the resource","controller":"secret","controllerGroup":"","controllerKind":"Secret","Secret":{"name":"alertmanager","namespace":"gmp-system"},"namespace":"gmp-system","name":"alertmanager","reconcileID":"11e0f8c7-06a3-493e-9f14-81cbdc4a2683"} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":50} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Upserted the resource","controller":"secret","controllerGroup":"","controllerKind":"Secret","Secret":{"name":"alertmanager","namespace":"gmp-system"},"namespace":"gmp-system","name":"alertmanager","reconcileID":"11e0f8c7-06a3-493e-9f14-81cbdc4a2683"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Reconciling the resource","controller":"secret","controllerGroup":"","controllerKind":"Secret","Secret":{"name":"collection","namespace":"gmp-system"},"namespace":"gmp-system","name":"collection","reconcileID":"34f02ef2-6489-40a5-a031-036426fdb426"} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":51} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":52} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Upserted the resource","controller":"secret","controllerGroup":"","controllerKind":"Secret","Secret":{"name":"collection","namespace":"gmp-system"},"namespace":"gmp-system","name":"collection","reconcileID":"34f02ef2-6489-40a5-a031-036426fdb426"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Upserted the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"gmp-system"},"namespace":"","name":"gmp-system","reconcileID":"418f3163-ceaa-4661-87ed-1c0f68ac67a6"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Reconciling the resource","controller":"secret","controllerGroup":"","controllerKind":"Secret","Secret":{"name":"rules","namespace":"gmp-system"},"namespace":"gmp-system","name":"rules","reconcileID":"5b786f98-b5fb-4131-9738-f4f534725cc4"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Upserted the resource","controller":"secret","controllerGroup":"","controllerKind":"Secret","Secret":{"name":"rules","namespace":"gmp-system"},"namespace":"gmp-system","name":"rules","reconcileID":"5b786f98-b5fb-4131-9738-f4f534725cc4"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Reconciling the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"prom"},"namespace":"","name":"prom","reconcileID":"37ea242e-8d44-4a85-aabe-3b5de68497c5"} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":53} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":54} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Upserted the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"prom"},"namespace":"","name":"prom","reconcileID":"37ea242e-8d44-4a85-aabe-3b5de68497c5"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Reconciling the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"default"},"namespace":"","name":"default","reconcileID":"916c0714-8a84-4cdd-93b5-7f891c14661d"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Reconciling the resource","controller":"secret","controllerGroup":"","controllerKind":"Secret","Secret":{"name":"webhook-tls","namespace":"gmp-system"},"namespace":"gmp-system","name":"webhook-tls","reconcileID":"f485a857-b893-4fc5-857a-57748205f7e9"} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":55} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Upserted the resource","controller":"secret","controllerGroup":"","controllerKind":"Secret","Secret":{"name":"webhook-tls","namespace":"gmp-system"},"namespace":"gmp-system","name":"webhook-tls","reconcileID":"f485a857-b893-4fc5-857a-57748205f7e9"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Upserted the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"default"},"namespace":"","name":"default","reconcileID":"916c0714-8a84-4cdd-93b5-7f891c14661d"} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":56} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Reconciling the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"kube-node-lease"},"namespace":"","name":"kube-node-lease","reconcileID":"fb5c75b0-3526-4d27-a7b6-860babcfabe4"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Upserted the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"kube-node-lease"},"namespace":"","name":"kube-node-lease","reconcileID":"fb5c75b0-3526-4d27-a7b6-860babcfabe4"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Reconciling the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"kube-public"},"namespace":"","name":"kube-public","reconcileID":"3a83792e-835e-4889-9f86-6c7cfc6b03f3"} +{"level":"info","ts":"2024-07-08T18:27:04Z","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":"c03d279b-6fbd-4dfd-abdb-605e3e37cc4f"} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":57} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":58} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":59} +{"level":"info","ts":"2024-07-08T18:27:04Z","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":"c03d279b-6fbd-4dfd-abdb-605e3e37cc4f"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Upserted the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"kube-public"},"namespace":"","name":"kube-public","reconcileID":"3a83792e-835e-4889-9f86-6c7cfc6b03f3"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Reconciling the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"kube-system"},"namespace":"","name":"kube-system","reconcileID":"56b26d93-2f18-44e8-b654-8da187568704"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Upserted the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"kube-system"},"namespace":"","name":"kube-system","reconcileID":"56b26d93-2f18-44e8-b654-8da187568704"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Reconciling the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"nginx-gateway"},"namespace":"","name":"nginx-gateway","reconcileID":"dbb993bc-0d68-4b62-a632-a782f645ce02"} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":60} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":61} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Upserted the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"nginx-gateway"},"namespace":"","name":"nginx-gateway","reconcileID":"dbb993bc-0d68-4b62-a632-a782f645ce02"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Reconciling the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"gke-managed-system"},"namespace":"","name":"gke-managed-system","reconcileID":"473755d4-efdf-44eb-847a-b7a5b60b339a"} +{"level":"info","ts":"2024-07-08T18:27:04Z","msg":"Upserted the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"gke-managed-system"},"namespace":"","name":"gke-managed-system","reconcileID":"473755d4-efdf-44eb-847a-b7a5b60b339a"} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":62} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":1} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"usageReporter","msg":"Starting cronjob"} +{"level":"error","ts":"2024-07-08T18:27:04Z","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.2/pkg/util/wait/backoff.go:259\nk8s.io/apimachinery/pkg/util/wait.BackoffUntil.func1\n\tpkg/mod/k8s.io/apimachinery@v0.30.2/pkg/util/wait/backoff.go:226\nk8s.io/apimachinery/pkg/util/wait.BackoffUntil\n\tpkg/mod/k8s.io/apimachinery@v0.30.2/pkg/util/wait/backoff.go:227\nk8s.io/apimachinery/pkg/util/wait.JitterUntil\n\tpkg/mod/k8s.io/apimachinery@v0.30.2/pkg/util/wait/backoff.go:204\nk8s.io/apimachinery/pkg/util/wait.JitterUntilWithContext\n\tpkg/mod/k8s.io/apimachinery@v0.30.2/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-07-08T18:27:04Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":1} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":2,"total":62} +{"level":"info","ts":"2024-07-08T18:27:04Z","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":"b4a5adf5-edaf-4235-8aaf-ed5af97df6e1"} +{"level":"info","ts":"2024-07-08T18:27:04Z","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":"b4a5adf5-edaf-4235-8aaf-ed5af97df6e1"} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"eventLoop.eventHandler","msg":"Reconfigured control plane.","batchID":2} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:04Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:05Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":2} +{"level":"info","ts":"2024-07-08T18:27:05Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":2} +{"level":"info","ts":"2024-07-08T18:27:05Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":3,"total":1} +{"level":"info","ts":"2024-07-08T18:27:05Z","logger":"eventLoop.eventHandler","msg":"Reconfigured control plane.","batchID":3} +{"level":"info","ts":"2024-07-08T18:27:05Z","logger":"eventLoop.eventHandler","msg":"Handling events didn't result into NGINX configuration changes","batchID":3} +{"level":"info","ts":"2024-07-08T18:27:05Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":3} +{"level":"info","ts":"2024-07-08T18:27:06Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"ngf-test-nginx-gateway-fabric-nsdn2","namespace":"nginx-gateway"},"namespace":"nginx-gateway","name":"ngf-test-nginx-gateway-fabric-nsdn2","reconcileID":"e599c694-6a1f-48d9-b3c0-cb639c2ebc11"} +{"level":"info","ts":"2024-07-08T18:27:06Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"ngf-test-nginx-gateway-fabric-nsdn2","namespace":"nginx-gateway"},"namespace":"nginx-gateway","name":"ngf-test-nginx-gateway-fabric-nsdn2","reconcileID":"e599c694-6a1f-48d9-b3c0-cb639c2ebc11"} +{"level":"info","ts":"2024-07-08T18:27:06Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:27:06Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":4,"total":1} +{"level":"info","ts":"2024-07-08T18:27:06Z","logger":"eventLoop.eventHandler","msg":"Handling events didn't result into NGINX configuration changes","batchID":4} +{"level":"info","ts":"2024-07-08T18:27:06Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":4} +{"level":"info","ts":"2024-07-08T18:27:50Z","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":"bce3cf42-2813-42c4-8f79-268903d1ecd2"} +{"level":"info","ts":"2024-07-08T18:27:50Z","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":"bce3cf42-2813-42c4-8f79-268903d1ecd2"} +{"level":"info","ts":"2024-07-08T18:27:50Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:27:50Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":5,"total":1} +{"level":"info","ts":"2024-07-08T18:27:50Z","logger":"eventLoop.eventHandler","msg":"Handling events didn't result into NGINX configuration changes","batchID":5} +{"level":"info","ts":"2024-07-08T18:27:50Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":5} +{"level":"info","ts":"2024-07-08T18:27:51Z","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":"daf9f0f2-2dff-4ac7-9150-a82ff1dc2eb5"} +{"level":"info","ts":"2024-07-08T18:27:51Z","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":"daf9f0f2-2dff-4ac7-9150-a82ff1dc2eb5"} +{"level":"info","ts":"2024-07-08T18:27:51Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:27:51Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":6,"total":1} +{"level":"info","ts":"2024-07-08T18:27:51Z","logger":"eventLoop.eventHandler","msg":"Handling events didn't result into NGINX configuration changes","batchID":6} +{"level":"info","ts":"2024-07-08T18:27:51Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":6} +{"level":"info","ts":"2024-07-08T18:27:51Z","msg":"Reconciling the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"scale"},"namespace":"","name":"scale","reconcileID":"7d936f9a-0858-4c50-a340-8eb4bc63f997"} +{"level":"info","ts":"2024-07-08T18:27:51Z","msg":"Upserted the resource","controller":"namespace","controllerGroup":"","controllerKind":"Namespace","Namespace":{"name":"scale"},"namespace":"","name":"scale","reconcileID":"7d936f9a-0858-4c50-a340-8eb4bc63f997"} +{"level":"info","ts":"2024-07-08T18:27:51Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:27:51Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":7,"total":1} +{"level":"info","ts":"2024-07-08T18:27:51Z","logger":"eventLoop.eventHandler","msg":"Handling events didn't result into NGINX configuration changes","batchID":7} +{"level":"info","ts":"2024-07-08T18:27:51Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":7} +{"level":"info","ts":"2024-07-08T18:27:51Z","msg":"Reconciling the resource","controller":"gateway","controllerGroup":"gateway.networking.k8s.io","controllerKind":"Gateway","Gateway":{"name":"gateway","namespace":"scale"},"namespace":"scale","name":"gateway","reconcileID":"b7150e64-a5ef-4a72-9047-1f7201c5a674"} +{"level":"info","ts":"2024-07-08T18:27:51Z","msg":"Upserted the resource","controller":"gateway","controllerGroup":"gateway.networking.k8s.io","controllerKind":"Gateway","Gateway":{"name":"gateway","namespace":"scale"},"namespace":"scale","name":"gateway","reconcileID":"b7150e64-a5ef-4a72-9047-1f7201c5a674"} +{"level":"info","ts":"2024-07-08T18:27:51Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:27:51Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":8,"total":1} +{"level":"info","ts":"2024-07-08T18:27:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:51Z","msg":"Reconciling the resource","controller":"httproute","controllerGroup":"gateway.networking.k8s.io","controllerKind":"HTTPRoute","HTTPRoute":{"name":"route","namespace":"scale"},"namespace":"scale","name":"route","reconcileID":"59dfe7d6-7f00-45c6-9ba3-8b4575a466cc"} +{"level":"info","ts":"2024-07-08T18:27:51Z","msg":"Upserted the resource","controller":"httproute","controllerGroup":"gateway.networking.k8s.io","controllerKind":"HTTPRoute","HTTPRoute":{"name":"route","namespace":"scale"},"namespace":"scale","name":"route","reconcileID":"59dfe7d6-7f00-45c6-9ba3-8b4575a466cc"} +{"level":"info","ts":"2024-07-08T18:27:51Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:27:51Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":8} +{"level":"info","ts":"2024-07-08T18:27:51Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":8} +{"level":"info","ts":"2024-07-08T18:27:51Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":9,"total":1} +{"level":"info","ts":"2024-07-08T18:27:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:51Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"backend","namespace":"scale"},"namespace":"scale","name":"backend","reconcileID":"87d53425-0ee2-41e1-83a3-49a47f95b3cb"} +{"level":"info","ts":"2024-07-08T18:27:51Z","msg":"Reconciling the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"backend","namespace":"scale"},"namespace":"scale","name":"backend","reconcileID":"99e70cc2-e992-4d9b-8f8f-cd11604f5a8a"} +{"level":"info","ts":"2024-07-08T18:27:51Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"backend","namespace":"scale"},"namespace":"scale","name":"backend","reconcileID":"87d53425-0ee2-41e1-83a3-49a47f95b3cb"} +{"level":"info","ts":"2024-07-08T18:27:51Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:27:51Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":2} +{"level":"info","ts":"2024-07-08T18:27:51Z","msg":"Upserted the resource","controller":"service","controllerGroup":"","controllerKind":"Service","Service":{"name":"backend","namespace":"scale"},"namespace":"scale","name":"backend","reconcileID":"99e70cc2-e992-4d9b-8f8f-cd11604f5a8a"} +{"level":"info","ts":"2024-07-08T18:27:51Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"28203c4f-d1f0-4a90-96d5-16a336ad363c"} +{"level":"info","ts":"2024-07-08T18:27:51Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"28203c4f-d1f0-4a90-96d5-16a336ad363c"} +{"level":"info","ts":"2024-07-08T18:27:51Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":3} +{"level":"info","ts":"2024-07-08T18:27:51Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":9} +{"level":"info","ts":"2024-07-08T18:27:51Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":9} +{"level":"info","ts":"2024-07-08T18:27:51Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":10,"total":3} +{"level":"info","ts":"2024-07-08T18:27:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:51Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:51Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:51Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":10} +{"level":"info","ts":"2024-07-08T18:27:51Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":10} +{"level":"info","ts":"2024-07-08T18:27:52Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"624b4d25-4dcf-4ed6-8996-c37db0ebc59b"} +{"level":"info","ts":"2024-07-08T18:27:52Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"624b4d25-4dcf-4ed6-8996-c37db0ebc59b"} +{"level":"info","ts":"2024-07-08T18:27:52Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:27:52Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":11,"total":1} +{"level":"info","ts":"2024-07-08T18:27:52Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:52Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:52Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:52Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:52Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:52Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:52Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:52Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:52Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":11} +{"level":"info","ts":"2024-07-08T18:27:52Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":11} +{"level":"info","ts":"2024-07-08T18:27:53Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"198a2ff9-06ea-40e6-863a-f9583a95e807"} +{"level":"info","ts":"2024-07-08T18:27:53Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"198a2ff9-06ea-40e6-863a-f9583a95e807"} +{"level":"info","ts":"2024-07-08T18:27:53Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:27:53Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":12,"total":1} +{"level":"info","ts":"2024-07-08T18:27:53Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:53Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:53Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:53Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:53Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:53Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:53Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:53Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:53Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":12} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":12} +{"level":"info","ts":"2024-07-08T18:27:54Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"7cb454ef-c351-4bf1-8fd6-c62bafec180c"} +{"level":"info","ts":"2024-07-08T18:27:54Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"7cb454ef-c351-4bf1-8fd6-c62bafec180c"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":13,"total":1} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":13} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":13} +{"level":"info","ts":"2024-07-08T18:27:54Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"71a7b1f9-65d2-41e1-b791-8aac89d6b8e5"} +{"level":"info","ts":"2024-07-08T18:27:54Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"71a7b1f9-65d2-41e1-b791-8aac89d6b8e5"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":14,"total":1} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":14} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":14} +{"level":"info","ts":"2024-07-08T18:27:54Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"0ea57983-7d9f-421b-9c61-ac56e8fd5486"} +{"level":"info","ts":"2024-07-08T18:27:54Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"0ea57983-7d9f-421b-9c61-ac56e8fd5486"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":15,"total":1} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":15} +{"level":"info","ts":"2024-07-08T18:27:54Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"4bdf8e4b-b8c8-418a-926e-4213e11aa2cf"} +{"level":"info","ts":"2024-07-08T18:27:54Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"4bdf8e4b-b8c8-418a-926e-4213e11aa2cf"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":15} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":16,"total":1} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":16} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":16} +{"level":"info","ts":"2024-07-08T18:27:54Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"85149856-ce34-47ac-bfd6-382797638d80"} +{"level":"info","ts":"2024-07-08T18:27:54Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"85149856-ce34-47ac-bfd6-382797638d80"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":17,"total":1} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":17} +{"level":"info","ts":"2024-07-08T18:27:54Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"fefc0708-ccd8-4ae1-9891-75f29e267e14"} +{"level":"info","ts":"2024-07-08T18:27:54Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"fefc0708-ccd8-4ae1-9891-75f29e267e14"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":17} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":18,"total":1} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":18} +{"level":"info","ts":"2024-07-08T18:27:54Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"798f8e15-2c4f-4acd-968a-be19c35f3932"} +{"level":"info","ts":"2024-07-08T18:27:54Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"798f8e15-2c4f-4acd-968a-be19c35f3932"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":18} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":19,"total":1} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":19} +{"level":"info","ts":"2024-07-08T18:27:54Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"67a99087-3316-4e19-a5ee-1b3da9e90420"} +{"level":"info","ts":"2024-07-08T18:27:54Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"67a99087-3316-4e19-a5ee-1b3da9e90420"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:27:54Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"bb0df882-3ec6-42ec-9fc9-34eef3274b7a"} +{"level":"info","ts":"2024-07-08T18:27:54Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"bb0df882-3ec6-42ec-9fc9-34eef3274b7a"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":2} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":19} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":20,"total":2} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":20} +{"level":"info","ts":"2024-07-08T18:27:54Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"3069af49-3de5-4055-8926-054b0984c824"} +{"level":"info","ts":"2024-07-08T18:27:54Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"3069af49-3de5-4055-8926-054b0984c824"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:27:54Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"9af98bf6-341d-4405-80d4-fce36bbd5d97"} +{"level":"info","ts":"2024-07-08T18:27:54Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"9af98bf6-341d-4405-80d4-fce36bbd5d97"} +{"level":"info","ts":"2024-07-08T18:27:54Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":2} +{"level":"info","ts":"2024-07-08T18:27:55Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"487a67b6-b7fc-4c80-a06d-b3c844790180"} +{"level":"info","ts":"2024-07-08T18:27:55Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"487a67b6-b7fc-4c80-a06d-b3c844790180"} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":3} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":20} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":21,"total":3} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":21} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":21} +{"level":"info","ts":"2024-07-08T18:27:55Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"729a1535-c4e5-4a4b-971a-af02c2ae4ff6"} +{"level":"info","ts":"2024-07-08T18:27:55Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"729a1535-c4e5-4a4b-971a-af02c2ae4ff6"} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":22,"total":1} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":22} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":22} +{"level":"info","ts":"2024-07-08T18:27:55Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"f299cdf1-d828-401c-b349-665985e12800"} +{"level":"info","ts":"2024-07-08T18:27:55Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"f299cdf1-d828-401c-b349-665985e12800"} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":23,"total":1} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":23} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":23} +{"level":"info","ts":"2024-07-08T18:27:55Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"d5c99300-c449-4dfe-ae96-c22057064b0c"} +{"level":"info","ts":"2024-07-08T18:27:55Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"d5c99300-c449-4dfe-ae96-c22057064b0c"} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":24,"total":1} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":24} +{"level":"info","ts":"2024-07-08T18:27:55Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"51282479-f8bf-4092-a30b-3e9ee6861921"} +{"level":"info","ts":"2024-07-08T18:27:55Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"51282479-f8bf-4092-a30b-3e9ee6861921"} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":24} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":25,"total":1} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":25} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":25} +{"level":"info","ts":"2024-07-08T18:27:55Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"36969482-adaa-4149-bb17-cee45f2d5b24"} +{"level":"info","ts":"2024-07-08T18:27:55Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"36969482-adaa-4149-bb17-cee45f2d5b24"} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":26,"total":1} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":26} +{"level":"info","ts":"2024-07-08T18:27:55Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":26} +{"level":"info","ts":"2024-07-08T18:27:56Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"1fdb0c08-f7dd-438b-ab7c-992e624e9e50"} +{"level":"info","ts":"2024-07-08T18:27:56Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"1fdb0c08-f7dd-438b-ab7c-992e624e9e50"} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":27,"total":1} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":27} +{"level":"info","ts":"2024-07-08T18:27:56Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"f1931beb-9e2c-4ff9-a222-d366b39e3946"} +{"level":"info","ts":"2024-07-08T18:27:56Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"f1931beb-9e2c-4ff9-a222-d366b39e3946"} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":27} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":28,"total":1} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":28} +{"level":"info","ts":"2024-07-08T18:27:56Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"4da213bf-4894-4202-a577-d0a2c9acb7c2"} +{"level":"info","ts":"2024-07-08T18:27:56Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"4da213bf-4894-4202-a577-d0a2c9acb7c2"} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":28} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":29,"total":1} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":29} +{"level":"info","ts":"2024-07-08T18:27:56Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"30028168-3c1d-48e3-875a-79ef0d0ffc6e"} +{"level":"info","ts":"2024-07-08T18:27:56Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"30028168-3c1d-48e3-875a-79ef0d0ffc6e"} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":29} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":30,"total":1} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":30} +{"level":"info","ts":"2024-07-08T18:27:56Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"02592174-5d38-46c4-ac50-ef6c0158311f"} +{"level":"info","ts":"2024-07-08T18:27:56Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"02592174-5d38-46c4-ac50-ef6c0158311f"} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":30} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":31,"total":1} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:56Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":31} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":31} +{"level":"info","ts":"2024-07-08T18:27:57Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"1e649929-c7d4-4bc3-af82-56ed67924c0b"} +{"level":"info","ts":"2024-07-08T18:27:57Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"1e649929-c7d4-4bc3-af82-56ed67924c0b"} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":32,"total":1} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":32} +{"level":"info","ts":"2024-07-08T18:27:57Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"be4a40c9-f677-4fea-8d20-35f0fb9450f6"} +{"level":"info","ts":"2024-07-08T18:27:57Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"be4a40c9-f677-4fea-8d20-35f0fb9450f6"} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":32} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":33,"total":1} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":33} +{"level":"info","ts":"2024-07-08T18:27:57Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"947ebaaf-2bf5-44f1-9f60-60f960da7e63"} +{"level":"info","ts":"2024-07-08T18:27:57Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"947ebaaf-2bf5-44f1-9f60-60f960da7e63"} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":33} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":34,"total":1} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":34} +{"level":"info","ts":"2024-07-08T18:27:57Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"3cdc46a0-c4ae-4c03-9b7e-179d9434c1b6"} +{"level":"info","ts":"2024-07-08T18:27:57Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"3cdc46a0-c4ae-4c03-9b7e-179d9434c1b6"} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":34} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":35,"total":1} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":35} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":35} +{"level":"info","ts":"2024-07-08T18:27:57Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"ed547bc6-d5a4-4885-a5d3-c9f7bee430d2"} +{"level":"info","ts":"2024-07-08T18:27:57Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"ed547bc6-d5a4-4885-a5d3-c9f7bee430d2"} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":36,"total":1} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":36} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":36} +{"level":"info","ts":"2024-07-08T18:27:57Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"a4877b0e-ce68-434f-ac4f-2c1a0eae9b92"} +{"level":"info","ts":"2024-07-08T18:27:57Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"a4877b0e-ce68-434f-ac4f-2c1a0eae9b92"} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":37,"total":1} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":37} +{"level":"info","ts":"2024-07-08T18:27:57Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"99e6e667-a02b-447a-a8d7-3fb5762097ec"} +{"level":"info","ts":"2024-07-08T18:27:57Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"99e6e667-a02b-447a-a8d7-3fb5762097ec"} +{"level":"info","ts":"2024-07-08T18:27:57Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":37} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":38,"total":1} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":38} +{"level":"info","ts":"2024-07-08T18:27:58Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"2d12f555-c500-44d6-b660-c36dde7bc830"} +{"level":"info","ts":"2024-07-08T18:27:58Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"2d12f555-c500-44d6-b660-c36dde7bc830"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":38} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":39,"total":1} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":39} +{"level":"info","ts":"2024-07-08T18:27:58Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"33030bb9-d662-4468-a8a5-0edc3779ff14"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":39} +{"level":"info","ts":"2024-07-08T18:27:58Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"33030bb9-d662-4468-a8a5-0edc3779ff14"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":40,"total":1} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":40} +{"level":"info","ts":"2024-07-08T18:27:58Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"dd19978b-3d4b-4b00-bbb5-92ab09f2959f"} +{"level":"info","ts":"2024-07-08T18:27:58Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"dd19978b-3d4b-4b00-bbb5-92ab09f2959f"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":40} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":41,"total":1} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":41} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":41} +{"level":"info","ts":"2024-07-08T18:27:58Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"70936287-7d07-453b-8baf-e66776731156"} +{"level":"info","ts":"2024-07-08T18:27:58Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"70936287-7d07-453b-8baf-e66776731156"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":42,"total":1} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":42} +{"level":"info","ts":"2024-07-08T18:27:58Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"1a7760f3-22e6-4b96-b91a-7616bd27670a"} +{"level":"info","ts":"2024-07-08T18:27:58Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"1a7760f3-22e6-4b96-b91a-7616bd27670a"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":42} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":43,"total":1} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":43} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":43} +{"level":"info","ts":"2024-07-08T18:27:58Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"1f13623e-7385-4fea-8d0b-21dc37fc5ab2"} +{"level":"info","ts":"2024-07-08T18:27:58Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"1f13623e-7385-4fea-8d0b-21dc37fc5ab2"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":44,"total":1} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":44} +{"level":"info","ts":"2024-07-08T18:27:58Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"409d9a9c-ca52-40c5-87dc-3a8dbfc60ae9"} +{"level":"info","ts":"2024-07-08T18:27:58Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"409d9a9c-ca52-40c5-87dc-3a8dbfc60ae9"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":44} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":45,"total":1} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":45} +{"level":"info","ts":"2024-07-08T18:27:58Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"0898420c-1bc4-43ee-a270-c0da445d673e"} +{"level":"info","ts":"2024-07-08T18:27:58Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"0898420c-1bc4-43ee-a270-c0da445d673e"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":45} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":46,"total":1} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:58Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":46} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":46} +{"level":"info","ts":"2024-07-08T18:27:59Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"efed3f39-1ad8-4c8a-a7fa-ad41b9a35434"} +{"level":"info","ts":"2024-07-08T18:27:59Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"efed3f39-1ad8-4c8a-a7fa-ad41b9a35434"} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":47,"total":1} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":47} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":47} +{"level":"info","ts":"2024-07-08T18:27:59Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"a6d83e0b-6ebe-40c6-bec5-348f6b982027"} +{"level":"info","ts":"2024-07-08T18:27:59Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"a6d83e0b-6ebe-40c6-bec5-348f6b982027"} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":48,"total":1} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":48} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":48} +{"level":"info","ts":"2024-07-08T18:27:59Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"a943c5d3-2a8c-42b6-9e59-2a9f09907bd7"} +{"level":"info","ts":"2024-07-08T18:27:59Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"a943c5d3-2a8c-42b6-9e59-2a9f09907bd7"} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":49,"total":1} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":49} +{"level":"info","ts":"2024-07-08T18:27:59Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"a162afb9-1c13-46d0-8a81-91d35fa21b27"} +{"level":"info","ts":"2024-07-08T18:27:59Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"a162afb9-1c13-46d0-8a81-91d35fa21b27"} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":49} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":50,"total":1} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":50} +{"level":"info","ts":"2024-07-08T18:27:59Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"a74e42b6-f3c1-4868-9219-6e6f9657f45c"} +{"level":"info","ts":"2024-07-08T18:27:59Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"a74e42b6-f3c1-4868-9219-6e6f9657f45c"} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":50} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":51,"total":1} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:27:59Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":51} +{"level":"info","ts":"2024-07-08T18:28:00Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"447d04df-7626-4476-8961-16961c3eb753"} +{"level":"info","ts":"2024-07-08T18:28:00Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-d8kzc","namespace":"scale"},"namespace":"scale","name":"backend-d8kzc","reconcileID":"447d04df-7626-4476-8961-16961c3eb753"} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":51} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":52,"total":1} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":52} +{"level":"info","ts":"2024-07-08T18:28:00Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"16dd9476-ec44-40b8-9480-823c537b1788"} +{"level":"info","ts":"2024-07-08T18:28:00Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"16dd9476-ec44-40b8-9480-823c537b1788"} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":52} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":53,"total":1} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":53} +{"level":"info","ts":"2024-07-08T18:28:00Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"f271daf8-c0fd-4cb0-8cbc-6fd4814ce890"} +{"level":"info","ts":"2024-07-08T18:28:00Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"f271daf8-c0fd-4cb0-8cbc-6fd4814ce890"} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":53} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":54,"total":1} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":54} +{"level":"info","ts":"2024-07-08T18:28:00Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"f8035b64-8d0a-4fb9-b5d8-995d17caebce"} +{"level":"info","ts":"2024-07-08T18:28:00Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"f8035b64-8d0a-4fb9-b5d8-995d17caebce"} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":54} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":55,"total":1} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":55} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":55} +{"level":"info","ts":"2024-07-08T18:28:00Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"fcfbd596-f987-49f8-99d0-6c14feab75e2"} +{"level":"info","ts":"2024-07-08T18:28:00Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"fcfbd596-f987-49f8-99d0-6c14feab75e2"} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":56,"total":1} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":56} +{"level":"info","ts":"2024-07-08T18:28:00Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"e8b99312-5d46-4236-b75e-04afd72d5f51"} +{"level":"info","ts":"2024-07-08T18:28:00Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"e8b99312-5d46-4236-b75e-04afd72d5f51"} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":56} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":57,"total":1} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":57} +{"level":"info","ts":"2024-07-08T18:28:00Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"be008716-5149-4dbb-8c24-a6da2d19d6cd"} +{"level":"info","ts":"2024-07-08T18:28:00Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"be008716-5149-4dbb-8c24-a6da2d19d6cd"} +{"level":"info","ts":"2024-07-08T18:28:00Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":57} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":58,"total":1} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":58} +{"level":"info","ts":"2024-07-08T18:28:01Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"07a8f5ca-3fa2-4d81-9a55-b41bf61fa1ba"} +{"level":"info","ts":"2024-07-08T18:28:01Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"07a8f5ca-3fa2-4d81-9a55-b41bf61fa1ba"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":58} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":59,"total":1} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":59} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":59} +{"level":"info","ts":"2024-07-08T18:28:01Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"6d862c5c-3759-4f6e-96d9-c20d294c878f"} +{"level":"info","ts":"2024-07-08T18:28:01Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"6d862c5c-3759-4f6e-96d9-c20d294c878f"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":60,"total":1} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":60} +{"level":"info","ts":"2024-07-08T18:28:01Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"3ee1ad6c-9cc9-4ccd-9cc8-8cecf671be3e"} +{"level":"info","ts":"2024-07-08T18:28:01Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"3ee1ad6c-9cc9-4ccd-9cc8-8cecf671be3e"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":60} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":61,"total":1} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":61} +{"level":"info","ts":"2024-07-08T18:28:01Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"55c6d6f1-a82c-48f3-87a6-81ab8a3917f6"} +{"level":"info","ts":"2024-07-08T18:28:01Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"55c6d6f1-a82c-48f3-87a6-81ab8a3917f6"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":61} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":62,"total":1} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":62} +{"level":"info","ts":"2024-07-08T18:28:01Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"90c5a725-93fc-4749-8047-9f5daea082bd"} +{"level":"info","ts":"2024-07-08T18:28:01Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"90c5a725-93fc-4749-8047-9f5daea082bd"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":62} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":63,"total":1} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":63} +{"level":"info","ts":"2024-07-08T18:28:01Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"1f3a0042-f872-44e3-96f4-4d9bfbc7053f"} +{"level":"info","ts":"2024-07-08T18:28:01Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"1f3a0042-f872-44e3-96f4-4d9bfbc7053f"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:01Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"d78e2a62-95ac-4e7c-b959-74e0ed0e165c"} +{"level":"info","ts":"2024-07-08T18:28:01Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"d78e2a62-95ac-4e7c-b959-74e0ed0e165c"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":2} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":63} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":64,"total":2} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":64} +{"level":"info","ts":"2024-07-08T18:28:01Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"7c377431-a7b9-4357-9833-ac506ea07d46"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":64} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":65,"total":1} +{"level":"info","ts":"2024-07-08T18:28:01Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"7c377431-a7b9-4357-9833-ac506ea07d46"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:01Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":65} +{"level":"info","ts":"2024-07-08T18:28:02Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"6d9ff168-750a-474e-8cbb-c4d40350202e"} +{"level":"info","ts":"2024-07-08T18:28:02Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"6d9ff168-750a-474e-8cbb-c4d40350202e"} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":65} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":66,"total":1} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":66} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":66} +{"level":"info","ts":"2024-07-08T18:28:02Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"cdb8974a-cebe-4b65-ab33-ee63618666cc"} +{"level":"info","ts":"2024-07-08T18:28:02Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"cdb8974a-cebe-4b65-ab33-ee63618666cc"} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":67,"total":1} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":67} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":67} +{"level":"info","ts":"2024-07-08T18:28:02Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"6a685cc1-9639-43db-8bc0-66e0ad3702e4"} +{"level":"info","ts":"2024-07-08T18:28:02Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"6a685cc1-9639-43db-8bc0-66e0ad3702e4"} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":68,"total":1} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":68} +{"level":"info","ts":"2024-07-08T18:28:02Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"3718d8ba-cdf5-48ce-bdfd-188637f57755"} +{"level":"info","ts":"2024-07-08T18:28:02Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"3718d8ba-cdf5-48ce-bdfd-188637f57755"} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":68} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":69,"total":1} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":69} +{"level":"info","ts":"2024-07-08T18:28:02Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"d2fb844b-d4ed-44ae-a509-175c246bb477"} +{"level":"info","ts":"2024-07-08T18:28:02Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"d2fb844b-d4ed-44ae-a509-175c246bb477"} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:02Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"387283ae-5026-4a3c-9057-ff7032cefcfb"} +{"level":"info","ts":"2024-07-08T18:28:02Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"387283ae-5026-4a3c-9057-ff7032cefcfb"} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":2} +{"level":"info","ts":"2024-07-08T18:28:02Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"b9e91b26-c35a-49f4-b0ae-fe20253e9776"} +{"level":"info","ts":"2024-07-08T18:28:02Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"b9e91b26-c35a-49f4-b0ae-fe20253e9776"} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":3} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":69} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":70,"total":3} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:02Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":70} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":70} +{"level":"info","ts":"2024-07-08T18:28:03Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"f0a972a5-d8c1-44c7-abfd-9e5647d79536"} +{"level":"info","ts":"2024-07-08T18:28:03Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"f0a972a5-d8c1-44c7-abfd-9e5647d79536"} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":71,"total":1} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":71} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":71} +{"level":"info","ts":"2024-07-08T18:28:03Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"d34c4da6-6dfd-472f-965f-46776b15e401"} +{"level":"info","ts":"2024-07-08T18:28:03Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"d34c4da6-6dfd-472f-965f-46776b15e401"} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":72,"total":1} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":72} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":72} +{"level":"info","ts":"2024-07-08T18:28:03Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"1ed4764f-4c4f-415a-a263-bf6ebc63907c"} +{"level":"info","ts":"2024-07-08T18:28:03Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"1ed4764f-4c4f-415a-a263-bf6ebc63907c"} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":73,"total":1} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":73} +{"level":"info","ts":"2024-07-08T18:28:03Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"4fb2dae8-6b6f-4b41-98b7-5517477f493f"} +{"level":"info","ts":"2024-07-08T18:28:03Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"4fb2dae8-6b6f-4b41-98b7-5517477f493f"} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":73} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":74,"total":1} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":74} +{"level":"info","ts":"2024-07-08T18:28:03Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"93283514-34d9-4abc-b639-fe891312ec56"} +{"level":"info","ts":"2024-07-08T18:28:03Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"93283514-34d9-4abc-b639-fe891312ec56"} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":74} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":75,"total":1} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":75} +{"level":"info","ts":"2024-07-08T18:28:03Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"d992610e-349e-498d-ab83-f56ae9289668"} +{"level":"info","ts":"2024-07-08T18:28:03Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"d992610e-349e-498d-ab83-f56ae9289668"} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":75} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":76,"total":1} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:03Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":76} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":76} +{"level":"info","ts":"2024-07-08T18:28:04Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"a846a11f-a71a-4599-90f5-981daa09f588"} +{"level":"info","ts":"2024-07-08T18:28:04Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"a846a11f-a71a-4599-90f5-981daa09f588"} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":77,"total":1} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":77} +{"level":"info","ts":"2024-07-08T18:28:04Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"bdb69fcf-1550-4a4b-b8a1-b53c5d1caf47"} +{"level":"info","ts":"2024-07-08T18:28:04Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"bdb69fcf-1550-4a4b-b8a1-b53c5d1caf47"} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":77} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":78,"total":1} +{"level":"info","ts":"2024-07-08T18:28:04Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"ea4218ac-f7ce-4daa-b6d0-466c67c91cf1"} +{"level":"info","ts":"2024-07-08T18:28:04Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"ea4218ac-f7ce-4daa-b6d0-466c67c91cf1"} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":78} +{"level":"info","ts":"2024-07-08T18:28:04Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"e44240a3-453b-47c4-ae9d-6d2ca508b76e"} +{"level":"info","ts":"2024-07-08T18:28:04Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"e44240a3-453b-47c4-ae9d-6d2ca508b76e"} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":2} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":78} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":79,"total":2} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":79} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":79} +{"level":"info","ts":"2024-07-08T18:28:04Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"40e14de1-7662-4285-8b21-76bd04f34be3"} +{"level":"info","ts":"2024-07-08T18:28:04Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"40e14de1-7662-4285-8b21-76bd04f34be3"} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":80,"total":1} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":80} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":80} +{"level":"info","ts":"2024-07-08T18:28:04Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"419443f1-92b3-44f0-aad8-28dcb05787ff"} +{"level":"info","ts":"2024-07-08T18:28:04Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"419443f1-92b3-44f0-aad8-28dcb05787ff"} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":81,"total":1} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":81} +{"level":"info","ts":"2024-07-08T18:28:04Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"7752c842-df01-463a-8d1b-7874c67fb5fd"} +{"level":"info","ts":"2024-07-08T18:28:04Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"7752c842-df01-463a-8d1b-7874c67fb5fd"} +{"level":"info","ts":"2024-07-08T18:28:04Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:05Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"2a725709-b9a9-464f-9ae0-266a2f9d8265"} +{"level":"info","ts":"2024-07-08T18:28:05Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"2a725709-b9a9-464f-9ae0-266a2f9d8265"} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":2} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":81} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":82,"total":2} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":82} +{"level":"info","ts":"2024-07-08T18:28:05Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"9d67271f-5d5b-474c-8c2c-652f46a13092"} +{"level":"info","ts":"2024-07-08T18:28:05Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"9d67271f-5d5b-474c-8c2c-652f46a13092"} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":82} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":83,"total":1} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":83} +{"level":"info","ts":"2024-07-08T18:28:05Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"360d1c73-a21a-4246-987d-27dc8676bf8e"} +{"level":"info","ts":"2024-07-08T18:28:05Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-k4xrp","namespace":"scale"},"namespace":"scale","name":"backend-k4xrp","reconcileID":"360d1c73-a21a-4246-987d-27dc8676bf8e"} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":83} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":84,"total":1} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":84} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":84} +{"level":"info","ts":"2024-07-08T18:28:05Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"e9198d34-1a45-477d-8a0b-a8510dd69b63"} +{"level":"info","ts":"2024-07-08T18:28:05Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"e9198d34-1a45-477d-8a0b-a8510dd69b63"} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":85,"total":1} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":85} +{"level":"info","ts":"2024-07-08T18:28:05Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"a7f7aeb6-6c2d-43ef-8105-a4db952cd528"} +{"level":"info","ts":"2024-07-08T18:28:05Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"a7f7aeb6-6c2d-43ef-8105-a4db952cd528"} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:05Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"c1afa9fc-937e-4280-ba3d-a8267d2a9cf6"} +{"level":"info","ts":"2024-07-08T18:28:05Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"c1afa9fc-937e-4280-ba3d-a8267d2a9cf6"} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":2} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":85} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":86,"total":2} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":86} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":86} +{"level":"info","ts":"2024-07-08T18:28:05Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"266f13c8-df74-447f-b8ee-3cdc0529a9c4"} +{"level":"info","ts":"2024-07-08T18:28:05Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"266f13c8-df74-447f-b8ee-3cdc0529a9c4"} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":87,"total":1} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":87} +{"level":"info","ts":"2024-07-08T18:28:05Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"b6a426c3-378b-442e-a666-be849eed7f5c"} +{"level":"info","ts":"2024-07-08T18:28:05Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"b6a426c3-378b-442e-a666-be849eed7f5c"} +{"level":"info","ts":"2024-07-08T18:28:05Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":87} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":88,"total":1} +{"level":"info","ts":"2024-07-08T18:28:06Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"569d59b0-6db3-4086-b965-3c6b2bcc3c8f"} +{"level":"info","ts":"2024-07-08T18:28:06Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"569d59b0-6db3-4086-b965-3c6b2bcc3c8f"} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":88} +{"level":"info","ts":"2024-07-08T18:28:06Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"835193bb-62d9-4bcf-a24e-96733582ce0c"} +{"level":"info","ts":"2024-07-08T18:28:06Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"835193bb-62d9-4bcf-a24e-96733582ce0c"} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":2} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":88} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":89,"total":2} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":89} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":89} +{"level":"info","ts":"2024-07-08T18:28:06Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"1123c2b0-593d-4c38-ac4b-fcc83dc66365"} +{"level":"info","ts":"2024-07-08T18:28:06Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"1123c2b0-593d-4c38-ac4b-fcc83dc66365"} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":90,"total":1} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":90} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":90} +{"level":"info","ts":"2024-07-08T18:28:06Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"ce4d7042-5ff8-41bf-81da-03225cac7fee"} +{"level":"info","ts":"2024-07-08T18:28:06Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"ce4d7042-5ff8-41bf-81da-03225cac7fee"} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":91,"total":1} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":91} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":91} +{"level":"info","ts":"2024-07-08T18:28:06Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"0f82e8fd-7b6e-4e3a-becf-4fa32ada2604"} +{"level":"info","ts":"2024-07-08T18:28:06Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"0f82e8fd-7b6e-4e3a-becf-4fa32ada2604"} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":92,"total":1} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":92} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":92} +{"level":"info","ts":"2024-07-08T18:28:06Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"32f52472-fcac-411b-a866-c31c397a901f"} +{"level":"info","ts":"2024-07-08T18:28:06Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"32f52472-fcac-411b-a866-c31c397a901f"} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":93,"total":1} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:06Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":93} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":93} +{"level":"info","ts":"2024-07-08T18:28:07Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"77f038be-5795-4eb7-b70a-dda4e5fa0be0"} +{"level":"info","ts":"2024-07-08T18:28:07Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"77f038be-5795-4eb7-b70a-dda4e5fa0be0"} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":94,"total":1} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":94} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":94} +{"level":"info","ts":"2024-07-08T18:28:07Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"8c2ac190-374b-4b98-a826-5f7705403530"} +{"level":"info","ts":"2024-07-08T18:28:07Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"8c2ac190-374b-4b98-a826-5f7705403530"} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":95,"total":1} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":95} +{"level":"info","ts":"2024-07-08T18:28:07Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"7a3e14a1-9681-4073-a00f-b7f16c8f7885"} +{"level":"info","ts":"2024-07-08T18:28:07Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"7a3e14a1-9681-4073-a00f-b7f16c8f7885"} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":95} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":96,"total":1} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":96} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":96} +{"level":"info","ts":"2024-07-08T18:28:07Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"50f7bd85-d377-4788-a848-e90c1fb28f3a"} +{"level":"info","ts":"2024-07-08T18:28:07Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"50f7bd85-d377-4788-a848-e90c1fb28f3a"} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":97,"total":1} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":97} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":97} +{"level":"info","ts":"2024-07-08T18:28:07Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"4b9cf739-634a-4f65-a55c-9adcd1cd5d82"} +{"level":"info","ts":"2024-07-08T18:28:07Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"4b9cf739-634a-4f65-a55c-9adcd1cd5d82"} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":98,"total":1} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":98} +{"level":"info","ts":"2024-07-08T18:28:07Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"931d9cba-6c42-4d44-a3dd-b7f5e040a36a"} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":98} +{"level":"info","ts":"2024-07-08T18:28:07Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"931d9cba-6c42-4d44-a3dd-b7f5e040a36a"} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":99,"total":1} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:07Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":99} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":99} +{"level":"info","ts":"2024-07-08T18:28:08Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"5f7bce31-b59a-48e7-b996-de0d5c80d2da"} +{"level":"info","ts":"2024-07-08T18:28:08Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"5f7bce31-b59a-48e7-b996-de0d5c80d2da"} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":100,"total":1} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":100} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":100} +{"level":"info","ts":"2024-07-08T18:28:08Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"1cd99b22-1ba9-478b-a9e4-afdb06676576"} +{"level":"info","ts":"2024-07-08T18:28:08Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"1cd99b22-1ba9-478b-a9e4-afdb06676576"} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":101,"total":1} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":101} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":101} +{"level":"info","ts":"2024-07-08T18:28:08Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"51a392b5-abd0-4f98-8f38-9d8e4d36b8d4"} +{"level":"info","ts":"2024-07-08T18:28:08Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"51a392b5-abd0-4f98-8f38-9d8e4d36b8d4"} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":102,"total":1} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":102} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":102} +{"level":"info","ts":"2024-07-08T18:28:08Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"facb3efe-8e12-4897-9a0d-b8864ae6c22f"} +{"level":"info","ts":"2024-07-08T18:28:08Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"facb3efe-8e12-4897-9a0d-b8864ae6c22f"} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":103,"total":1} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":103} +{"level":"info","ts":"2024-07-08T18:28:08Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"da2e8039-0903-4317-bff2-489e98984584"} +{"level":"info","ts":"2024-07-08T18:28:08Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"da2e8039-0903-4317-bff2-489e98984584"} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":103} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":104,"total":1} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":104} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":104} +{"level":"info","ts":"2024-07-08T18:28:08Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"4a015886-c76b-490c-b305-97d2657512c8"} +{"level":"info","ts":"2024-07-08T18:28:08Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"4a015886-c76b-490c-b305-97d2657512c8"} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":105,"total":1} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:08Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":105} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":105} +{"level":"info","ts":"2024-07-08T18:28:09Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"32d2ebe5-66e5-443f-afe2-f3b5adfdbffa"} +{"level":"info","ts":"2024-07-08T18:28:09Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"32d2ebe5-66e5-443f-afe2-f3b5adfdbffa"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":106,"total":1} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":106} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":106} +{"level":"info","ts":"2024-07-08T18:28:09Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"873acd5d-9ab5-4b04-865d-a5491c4e5e2e"} +{"level":"info","ts":"2024-07-08T18:28:09Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"873acd5d-9ab5-4b04-865d-a5491c4e5e2e"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":107,"total":1} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":107} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":107} +{"level":"info","ts":"2024-07-08T18:28:09Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"c4beec1d-2d26-4959-aaa1-a98e87575308"} +{"level":"info","ts":"2024-07-08T18:28:09Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"c4beec1d-2d26-4959-aaa1-a98e87575308"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":108,"total":1} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":108} +{"level":"info","ts":"2024-07-08T18:28:09Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"6b5373fa-bd2c-4dc8-9f50-c35f57098e1d"} +{"level":"info","ts":"2024-07-08T18:28:09Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"6b5373fa-bd2c-4dc8-9f50-c35f57098e1d"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":108} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":109,"total":1} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":109} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":109} +{"level":"info","ts":"2024-07-08T18:28:09Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"e4d79e75-a6cc-44b2-8a79-a8a25af6719b"} +{"level":"info","ts":"2024-07-08T18:28:09Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"e4d79e75-a6cc-44b2-8a79-a8a25af6719b"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":110,"total":1} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":110} +{"level":"info","ts":"2024-07-08T18:28:09Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"7c30c389-9fda-48d9-b467-2af7849f9ffb"} +{"level":"info","ts":"2024-07-08T18:28:09Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"7c30c389-9fda-48d9-b467-2af7849f9ffb"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":110} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":111,"total":1} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":111} +{"level":"info","ts":"2024-07-08T18:28:09Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"145247c2-e3ac-49b6-8782-a876f673c0c3"} +{"level":"info","ts":"2024-07-08T18:28:09Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"145247c2-e3ac-49b6-8782-a876f673c0c3"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":111} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":112,"total":1} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:09Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":112} +{"level":"info","ts":"2024-07-08T18:28:10Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"39e53fa4-3660-4f6a-a7c1-20f5b78cbe9e"} +{"level":"info","ts":"2024-07-08T18:28:10Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-h86zb","namespace":"scale"},"namespace":"scale","name":"backend-h86zb","reconcileID":"39e53fa4-3660-4f6a-a7c1-20f5b78cbe9e"} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":112} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":113,"total":1} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":113} +{"level":"info","ts":"2024-07-08T18:28:10Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"7c9b4292-dbd8-4dde-975d-7ae495979930"} +{"level":"info","ts":"2024-07-08T18:28:10Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"7c9b4292-dbd8-4dde-975d-7ae495979930"} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:10Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"4621fd48-ed51-4ab3-9b88-b6a1e9a21da2"} +{"level":"info","ts":"2024-07-08T18:28:10Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"4621fd48-ed51-4ab3-9b88-b6a1e9a21da2"} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":2} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":113} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":114,"total":2} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":114} +{"level":"info","ts":"2024-07-08T18:28:10Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"aec350df-51c2-4b86-b09d-ce1919d0edbc"} +{"level":"info","ts":"2024-07-08T18:28:10Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"aec350df-51c2-4b86-b09d-ce1919d0edbc"} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":114} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":115,"total":1} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":115} +{"level":"info","ts":"2024-07-08T18:28:10Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"87fe231a-5392-4c4e-b5c9-68c7c3a6dd7f"} +{"level":"info","ts":"2024-07-08T18:28:10Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"87fe231a-5392-4c4e-b5c9-68c7c3a6dd7f"} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":115} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":116,"total":1} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":116} +{"level":"info","ts":"2024-07-08T18:28:10Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"31f70d1c-1220-4fa9-a1e7-6a187786e54a"} +{"level":"info","ts":"2024-07-08T18:28:10Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"31f70d1c-1220-4fa9-a1e7-6a187786e54a"} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":116} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":117,"total":1} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:10Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":117} +{"level":"info","ts":"2024-07-08T18:28:11Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"514419dd-2d5e-49ba-aa6b-20f2cc72b269"} +{"level":"info","ts":"2024-07-08T18:28:11Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"514419dd-2d5e-49ba-aa6b-20f2cc72b269"} +{"level":"info","ts":"2024-07-08T18:28:11Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:11Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":117} +{"level":"info","ts":"2024-07-08T18:28:11Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":118,"total":1} +{"level":"info","ts":"2024-07-08T18:28:11Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:11Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:11Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:11Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:11Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:11Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:11Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:11Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:11Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":118} +{"level":"info","ts":"2024-07-08T18:28:11Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"84f301da-7db3-4716-aab5-4ace54012579"} +{"level":"info","ts":"2024-07-08T18:28:11Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"84f301da-7db3-4716-aab5-4ace54012579"} +{"level":"info","ts":"2024-07-08T18:28:11Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:11Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"a0f1bcac-85f6-44b2-9320-091456a5fdd2"} +{"level":"info","ts":"2024-07-08T18:28:11Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"a0f1bcac-85f6-44b2-9320-091456a5fdd2"} +{"level":"info","ts":"2024-07-08T18:28:11Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":2} +{"level":"info","ts":"2024-07-08T18:28:11Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":118} +{"level":"info","ts":"2024-07-08T18:28:11Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":119,"total":2} +{"level":"info","ts":"2024-07-08T18:28:11Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:11Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:11Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:11Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:11Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:11Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:11Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:11Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:11Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":119} +{"level":"info","ts":"2024-07-08T18:28:11Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"04918b8b-41be-418e-8754-49b5be04c5f9"} +{"level":"info","ts":"2024-07-08T18:28:11Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"04918b8b-41be-418e-8754-49b5be04c5f9"} +{"level":"info","ts":"2024-07-08T18:28:11Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:11Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"832c4361-9542-436f-b455-f04fd8850d3f"} +{"level":"info","ts":"2024-07-08T18:28:11Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"832c4361-9542-436f-b455-f04fd8850d3f"} +{"level":"info","ts":"2024-07-08T18:28:11Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":2} +{"level":"info","ts":"2024-07-08T18:28:11Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":119} +{"level":"info","ts":"2024-07-08T18:28:11Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":120,"total":2} +{"level":"info","ts":"2024-07-08T18:28:11Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:11Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:11Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:11Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:11Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:11Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:11Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:11Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:11Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":120} +{"level":"info","ts":"2024-07-08T18:28:11Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"8e3ff2db-5f25-4088-8d7d-12bdcf12ed03"} +{"level":"info","ts":"2024-07-08T18:28:11Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"8e3ff2db-5f25-4088-8d7d-12bdcf12ed03"} +{"level":"info","ts":"2024-07-08T18:28:11Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:11Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":120} +{"level":"info","ts":"2024-07-08T18:28:11Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":121,"total":1} +{"level":"info","ts":"2024-07-08T18:28:11Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:11Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:11Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:11Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:11Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:11Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:11Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:11Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:11Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":121} +{"level":"info","ts":"2024-07-08T18:28:12Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"4aa29d6d-f3ea-4bb4-b8ca-f807ffe845c3"} +{"level":"info","ts":"2024-07-08T18:28:12Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"4aa29d6d-f3ea-4bb4-b8ca-f807ffe845c3"} +{"level":"info","ts":"2024-07-08T18:28:12Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:12Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":121} +{"level":"info","ts":"2024-07-08T18:28:12Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":122,"total":1} +{"level":"info","ts":"2024-07-08T18:28:12Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:12Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:12Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:12Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:12Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:12Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:12Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:12Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:12Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":122} +{"level":"info","ts":"2024-07-08T18:28:12Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":122} +{"level":"info","ts":"2024-07-08T18:28:12Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"21fd0de4-e41b-4348-a280-dd9a518743bc"} +{"level":"info","ts":"2024-07-08T18:28:12Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"21fd0de4-e41b-4348-a280-dd9a518743bc"} +{"level":"info","ts":"2024-07-08T18:28:12Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:12Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":123,"total":1} +{"level":"info","ts":"2024-07-08T18:28:12Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:12Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:12Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:12Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:12Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:12Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:12Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:12Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:12Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":123} +{"level":"info","ts":"2024-07-08T18:28:12Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":123} +{"level":"info","ts":"2024-07-08T18:28:12Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"910c43dc-5869-45f1-9162-0391173cf0d3"} +{"level":"info","ts":"2024-07-08T18:28:12Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"910c43dc-5869-45f1-9162-0391173cf0d3"} +{"level":"info","ts":"2024-07-08T18:28:12Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:12Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":124,"total":1} +{"level":"info","ts":"2024-07-08T18:28:12Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:12Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:12Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:12Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:12Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:12Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:12Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:12Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:12Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":124} +{"level":"info","ts":"2024-07-08T18:28:12Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"b60240e0-2f1b-4f6b-b77e-4b34e872c531"} +{"level":"info","ts":"2024-07-08T18:28:12Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"b60240e0-2f1b-4f6b-b77e-4b34e872c531"} +{"level":"info","ts":"2024-07-08T18:28:12Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:12Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":124} +{"level":"info","ts":"2024-07-08T18:28:12Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":125,"total":1} +{"level":"info","ts":"2024-07-08T18:28:12Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:12Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:12Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:12Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:12Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:12Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:12Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:12Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:12Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":125} +{"level":"info","ts":"2024-07-08T18:28:12Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":125} +{"level":"info","ts":"2024-07-08T18:28:13Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"38f1d7f0-7b45-49b7-9baf-88d4280e290a"} +{"level":"info","ts":"2024-07-08T18:28:13Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"38f1d7f0-7b45-49b7-9baf-88d4280e290a"} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":126,"total":1} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":126} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":126} +{"level":"info","ts":"2024-07-08T18:28:13Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"82b42548-412c-4a5b-9170-1cae47604dca"} +{"level":"info","ts":"2024-07-08T18:28:13Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"82b42548-412c-4a5b-9170-1cae47604dca"} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":127,"total":1} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":127} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":127} +{"level":"info","ts":"2024-07-08T18:28:13Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"87052490-5532-41c5-9a46-59b1fc0a3347"} +{"level":"info","ts":"2024-07-08T18:28:13Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"87052490-5532-41c5-9a46-59b1fc0a3347"} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":128,"total":1} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":128} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":128} +{"level":"info","ts":"2024-07-08T18:28:13Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"1303a401-f604-4200-b187-47c9f6c1b1fe"} +{"level":"info","ts":"2024-07-08T18:28:13Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"1303a401-f604-4200-b187-47c9f6c1b1fe"} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":129,"total":1} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":129} +{"level":"info","ts":"2024-07-08T18:28:13Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"f33b6f6e-76c9-45c2-a05f-f8241b7df9f7"} +{"level":"info","ts":"2024-07-08T18:28:13Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"f33b6f6e-76c9-45c2-a05f-f8241b7df9f7"} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":129} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":130,"total":1} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:13Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":130} +{"level":"info","ts":"2024-07-08T18:28:14Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":130} +{"level":"info","ts":"2024-07-08T18:28:14Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"d7e22558-bca5-4e3b-8360-fdc1d24291fd"} +{"level":"info","ts":"2024-07-08T18:28:14Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"d7e22558-bca5-4e3b-8360-fdc1d24291fd"} +{"level":"info","ts":"2024-07-08T18:28:14Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:14Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":131,"total":1} +{"level":"info","ts":"2024-07-08T18:28:14Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:14Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:14Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:14Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:14Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:14Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:14Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:14Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:14Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":131} +{"level":"info","ts":"2024-07-08T18:28:14Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":131} +{"level":"info","ts":"2024-07-08T18:28:14Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"20e25943-711d-4e7d-8779-9ba60aeeb891"} +{"level":"info","ts":"2024-07-08T18:28:14Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"20e25943-711d-4e7d-8779-9ba60aeeb891"} +{"level":"info","ts":"2024-07-08T18:28:14Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:14Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":132,"total":1} +{"level":"info","ts":"2024-07-08T18:28:14Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:14Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:14Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:14Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:14Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:14Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:14Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:14Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:14Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":132} +{"level":"info","ts":"2024-07-08T18:28:14Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"e3a8a645-6feb-4942-a92e-596877756b65"} +{"level":"info","ts":"2024-07-08T18:28:14Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"e3a8a645-6feb-4942-a92e-596877756b65"} +{"level":"info","ts":"2024-07-08T18:28:14Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:14Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":132} +{"level":"info","ts":"2024-07-08T18:28:14Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":133,"total":1} +{"level":"info","ts":"2024-07-08T18:28:14Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:14Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:14Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:14Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:14Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:14Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:14Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:14Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:14Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":133} +{"level":"info","ts":"2024-07-08T18:28:14Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"d5f5e797-3e42-4191-b06e-606012c199c4"} +{"level":"info","ts":"2024-07-08T18:28:14Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"d5f5e797-3e42-4191-b06e-606012c199c4"} +{"level":"info","ts":"2024-07-08T18:28:14Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:14Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":133} +{"level":"info","ts":"2024-07-08T18:28:14Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":134,"total":1} +{"level":"info","ts":"2024-07-08T18:28:14Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:14Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:14Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:14Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:14Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:14Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:14Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:14Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:14Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":134} +{"level":"info","ts":"2024-07-08T18:28:14Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":134} +{"level":"info","ts":"2024-07-08T18:28:15Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"8bcda466-854a-4553-82ba-7728c6a2eba9"} +{"level":"info","ts":"2024-07-08T18:28:15Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"8bcda466-854a-4553-82ba-7728c6a2eba9"} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":135,"total":1} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":135} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":135} +{"level":"info","ts":"2024-07-08T18:28:15Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"f319e149-9fdb-476b-baa2-03f7a8e32a73"} +{"level":"info","ts":"2024-07-08T18:28:15Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"f319e149-9fdb-476b-baa2-03f7a8e32a73"} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":136,"total":1} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":136} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":136} +{"level":"info","ts":"2024-07-08T18:28:15Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hmgjx","namespace":"scale"},"namespace":"scale","name":"backend-hmgjx","reconcileID":"502a790e-b219-4179-97b6-b5843986fc09"} +{"level":"info","ts":"2024-07-08T18:28:15Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hmgjx","namespace":"scale"},"namespace":"scale","name":"backend-hmgjx","reconcileID":"502a790e-b219-4179-97b6-b5843986fc09"} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":137,"total":1} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":137} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":137} +{"level":"info","ts":"2024-07-08T18:28:15Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"900c0316-a02f-4c0e-a0f7-8d17a98e790f"} +{"level":"info","ts":"2024-07-08T18:28:15Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-7ws4q","namespace":"scale"},"namespace":"scale","name":"backend-7ws4q","reconcileID":"900c0316-a02f-4c0e-a0f7-8d17a98e790f"} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":138,"total":1} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":138} +{"level":"info","ts":"2024-07-08T18:28:15Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hmgjx","namespace":"scale"},"namespace":"scale","name":"backend-hmgjx","reconcileID":"e9e879d6-512e-4fdb-ac77-dd719b891f04"} +{"level":"info","ts":"2024-07-08T18:28:15Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hmgjx","namespace":"scale"},"namespace":"scale","name":"backend-hmgjx","reconcileID":"e9e879d6-512e-4fdb-ac77-dd719b891f04"} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":138} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":139,"total":1} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":139} +{"level":"info","ts":"2024-07-08T18:28:15Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hmgjx","namespace":"scale"},"namespace":"scale","name":"backend-hmgjx","reconcileID":"b8329f3e-3d46-4830-9fb1-f3f5170dec7b"} +{"level":"info","ts":"2024-07-08T18:28:15Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hmgjx","namespace":"scale"},"namespace":"scale","name":"backend-hmgjx","reconcileID":"b8329f3e-3d46-4830-9fb1-f3f5170dec7b"} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":139} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":140,"total":1} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:15Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":140} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":140} +{"level":"info","ts":"2024-07-08T18:28:16Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hmgjx","namespace":"scale"},"namespace":"scale","name":"backend-hmgjx","reconcileID":"5ca18c19-12b1-4a05-b068-76b3b3905e4b"} +{"level":"info","ts":"2024-07-08T18:28:16Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hmgjx","namespace":"scale"},"namespace":"scale","name":"backend-hmgjx","reconcileID":"5ca18c19-12b1-4a05-b068-76b3b3905e4b"} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":141,"total":1} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":141} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":141} +{"level":"info","ts":"2024-07-08T18:28:16Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hmgjx","namespace":"scale"},"namespace":"scale","name":"backend-hmgjx","reconcileID":"313a61e0-05f6-40f5-a3e7-667c2cc7dd0a"} +{"level":"info","ts":"2024-07-08T18:28:16Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hmgjx","namespace":"scale"},"namespace":"scale","name":"backend-hmgjx","reconcileID":"313a61e0-05f6-40f5-a3e7-667c2cc7dd0a"} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":142,"total":1} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":142} +{"level":"info","ts":"2024-07-08T18:28:16Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hmgjx","namespace":"scale"},"namespace":"scale","name":"backend-hmgjx","reconcileID":"2b467bb1-7c0b-4ea7-ad0f-f7ebcdab76d0"} +{"level":"info","ts":"2024-07-08T18:28:16Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hmgjx","namespace":"scale"},"namespace":"scale","name":"backend-hmgjx","reconcileID":"2b467bb1-7c0b-4ea7-ad0f-f7ebcdab76d0"} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:16Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hmgjx","namespace":"scale"},"namespace":"scale","name":"backend-hmgjx","reconcileID":"f6295637-b381-4d5a-a462-f8d4d681e2f9"} +{"level":"info","ts":"2024-07-08T18:28:16Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hmgjx","namespace":"scale"},"namespace":"scale","name":"backend-hmgjx","reconcileID":"f6295637-b381-4d5a-a462-f8d4d681e2f9"} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":2} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":142} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":143,"total":2} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":143} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":143} +{"level":"info","ts":"2024-07-08T18:28:16Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hmgjx","namespace":"scale"},"namespace":"scale","name":"backend-hmgjx","reconcileID":"ce1e2ac1-9f50-449f-b8a0-8c3ca3bda648"} +{"level":"info","ts":"2024-07-08T18:28:16Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hmgjx","namespace":"scale"},"namespace":"scale","name":"backend-hmgjx","reconcileID":"ce1e2ac1-9f50-449f-b8a0-8c3ca3bda648"} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":144,"total":1} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":144} +{"level":"info","ts":"2024-07-08T18:28:16Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hmgjx","namespace":"scale"},"namespace":"scale","name":"backend-hmgjx","reconcileID":"bc51c974-f340-4ec1-96bc-82bc6c4d08a7"} +{"level":"info","ts":"2024-07-08T18:28:16Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hmgjx","namespace":"scale"},"namespace":"scale","name":"backend-hmgjx","reconcileID":"bc51c974-f340-4ec1-96bc-82bc6c4d08a7"} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":144} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":145,"total":1} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:16Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":145} +{"level":"info","ts":"2024-07-08T18:28:17Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hmgjx","namespace":"scale"},"namespace":"scale","name":"backend-hmgjx","reconcileID":"d7ca0348-1b5e-43b8-89c5-3bcdd05150d9"} +{"level":"info","ts":"2024-07-08T18:28:17Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hmgjx","namespace":"scale"},"namespace":"scale","name":"backend-hmgjx","reconcileID":"d7ca0348-1b5e-43b8-89c5-3bcdd05150d9"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":145} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":146,"total":1} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":146} +{"level":"info","ts":"2024-07-08T18:28:17Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hmgjx","namespace":"scale"},"namespace":"scale","name":"backend-hmgjx","reconcileID":"97d6a10c-e0fc-478e-b30f-c7c66b5658e0"} +{"level":"info","ts":"2024-07-08T18:28:17Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hmgjx","namespace":"scale"},"namespace":"scale","name":"backend-hmgjx","reconcileID":"97d6a10c-e0fc-478e-b30f-c7c66b5658e0"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":146} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":147,"total":1} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":147} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":147} +{"level":"info","ts":"2024-07-08T18:28:17Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hmgjx","namespace":"scale"},"namespace":"scale","name":"backend-hmgjx","reconcileID":"30964deb-2648-4d93-890e-d42e97d44909"} +{"level":"info","ts":"2024-07-08T18:28:17Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hmgjx","namespace":"scale"},"namespace":"scale","name":"backend-hmgjx","reconcileID":"30964deb-2648-4d93-890e-d42e97d44909"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":148,"total":1} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":148} +{"level":"info","ts":"2024-07-08T18:28:17Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hmgjx","namespace":"scale"},"namespace":"scale","name":"backend-hmgjx","reconcileID":"9f8f2352-bbc2-4734-a473-2e0f8a04adee"} +{"level":"info","ts":"2024-07-08T18:28:17Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hmgjx","namespace":"scale"},"namespace":"scale","name":"backend-hmgjx","reconcileID":"9f8f2352-bbc2-4734-a473-2e0f8a04adee"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":148} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":149,"total":1} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":149} +{"level":"info","ts":"2024-07-08T18:28:17Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hmgjx","namespace":"scale"},"namespace":"scale","name":"backend-hmgjx","reconcileID":"e4a7c59c-6c99-4bd9-856a-2f3cce765fb1"} +{"level":"info","ts":"2024-07-08T18:28:17Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hmgjx","namespace":"scale"},"namespace":"scale","name":"backend-hmgjx","reconcileID":"e4a7c59c-6c99-4bd9-856a-2f3cce765fb1"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":149} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":150,"total":1} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":150} +{"level":"info","ts":"2024-07-08T18:28:17Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hmgjx","namespace":"scale"},"namespace":"scale","name":"backend-hmgjx","reconcileID":"dfbfb868-d6b7-4247-aaef-908c71f25611"} +{"level":"info","ts":"2024-07-08T18:28:17Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hmgjx","namespace":"scale"},"namespace":"scale","name":"backend-hmgjx","reconcileID":"dfbfb868-d6b7-4247-aaef-908c71f25611"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":150} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":151,"total":1} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":151} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":151} +{"level":"info","ts":"2024-07-08T18:28:17Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hmgjx","namespace":"scale"},"namespace":"scale","name":"backend-hmgjx","reconcileID":"1c005cad-edb9-4725-9126-2c022e4e22c4"} +{"level":"info","ts":"2024-07-08T18:28:17Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hmgjx","namespace":"scale"},"namespace":"scale","name":"backend-hmgjx","reconcileID":"1c005cad-edb9-4725-9126-2c022e4e22c4"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":152,"total":1} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:17Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":152} +{"level":"info","ts":"2024-07-08T18:28:18Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hmgjx","namespace":"scale"},"namespace":"scale","name":"backend-hmgjx","reconcileID":"0762acf5-e41b-4bb9-b80e-51a796762560"} +{"level":"info","ts":"2024-07-08T18:28:18Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hmgjx","namespace":"scale"},"namespace":"scale","name":"backend-hmgjx","reconcileID":"0762acf5-e41b-4bb9-b80e-51a796762560"} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":152} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":153,"total":1} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":153} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":153} +{"level":"info","ts":"2024-07-08T18:28:18Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hmgjx","namespace":"scale"},"namespace":"scale","name":"backend-hmgjx","reconcileID":"7c88d7cb-da1a-4cdf-b8a2-e978a6b694c9"} +{"level":"info","ts":"2024-07-08T18:28:18Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hmgjx","namespace":"scale"},"namespace":"scale","name":"backend-hmgjx","reconcileID":"7c88d7cb-da1a-4cdf-b8a2-e978a6b694c9"} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":154,"total":1} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":154} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":154} +{"level":"info","ts":"2024-07-08T18:28:18Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hmgjx","namespace":"scale"},"namespace":"scale","name":"backend-hmgjx","reconcileID":"3597f18e-2b40-4ef8-81f7-50cfd39d7c13"} +{"level":"info","ts":"2024-07-08T18:28:18Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hmgjx","namespace":"scale"},"namespace":"scale","name":"backend-hmgjx","reconcileID":"3597f18e-2b40-4ef8-81f7-50cfd39d7c13"} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":155,"total":1} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":155} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":155} +{"level":"info","ts":"2024-07-08T18:28:18Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hmgjx","namespace":"scale"},"namespace":"scale","name":"backend-hmgjx","reconcileID":"2933696f-8fbc-4e7b-aa25-5cc072c59a2d"} +{"level":"info","ts":"2024-07-08T18:28:18Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hmgjx","namespace":"scale"},"namespace":"scale","name":"backend-hmgjx","reconcileID":"2933696f-8fbc-4e7b-aa25-5cc072c59a2d"} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":156,"total":1} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":156} +{"level":"info","ts":"2024-07-08T18:28:18Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hmgjx","namespace":"scale"},"namespace":"scale","name":"backend-hmgjx","reconcileID":"3da1f456-9230-423b-9b81-732ab62a91e4"} +{"level":"info","ts":"2024-07-08T18:28:18Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hmgjx","namespace":"scale"},"namespace":"scale","name":"backend-hmgjx","reconcileID":"3da1f456-9230-423b-9b81-732ab62a91e4"} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":156} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":157,"total":1} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":157} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":157} +{"level":"info","ts":"2024-07-08T18:28:18Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hmgjx","namespace":"scale"},"namespace":"scale","name":"backend-hmgjx","reconcileID":"24db84b1-f65e-40f1-8770-a5fd980c194a"} +{"level":"info","ts":"2024-07-08T18:28:18Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hmgjx","namespace":"scale"},"namespace":"scale","name":"backend-hmgjx","reconcileID":"24db84b1-f65e-40f1-8770-a5fd980c194a"} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":158,"total":1} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:18Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":158} +{"level":"info","ts":"2024-07-08T18:28:19Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":158} +{"level":"info","ts":"2024-07-08T18:28:19Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hmgjx","namespace":"scale"},"namespace":"scale","name":"backend-hmgjx","reconcileID":"71b2652e-b248-4a30-8abc-93f51ea64104"} +{"level":"info","ts":"2024-07-08T18:28:19Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hmgjx","namespace":"scale"},"namespace":"scale","name":"backend-hmgjx","reconcileID":"71b2652e-b248-4a30-8abc-93f51ea64104"} +{"level":"info","ts":"2024-07-08T18:28:19Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:19Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":159,"total":1} +{"level":"info","ts":"2024-07-08T18:28:19Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:19Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:19Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:19Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:19Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:19Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:19Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:19Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:19Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":159} +{"level":"info","ts":"2024-07-08T18:28:19Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":159} +{"level":"info","ts":"2024-07-08T18:28:19Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hmgjx","namespace":"scale"},"namespace":"scale","name":"backend-hmgjx","reconcileID":"6a8900cd-b301-4944-8fae-e835f7d66296"} +{"level":"info","ts":"2024-07-08T18:28:19Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hmgjx","namespace":"scale"},"namespace":"scale","name":"backend-hmgjx","reconcileID":"6a8900cd-b301-4944-8fae-e835f7d66296"} +{"level":"info","ts":"2024-07-08T18:28:19Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:19Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":160,"total":1} +{"level":"info","ts":"2024-07-08T18:28:19Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:19Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:19Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:19Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:19Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:19Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:19Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:19Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:19Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":160} +{"level":"info","ts":"2024-07-08T18:28:19Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":160} +{"level":"info","ts":"2024-07-08T18:28:20Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-z645b","namespace":"scale"},"namespace":"scale","name":"backend-z645b","reconcileID":"975a1747-262b-4acb-8962-b7ea3d1c08d0"} +{"level":"info","ts":"2024-07-08T18:28:20Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-z645b","namespace":"scale"},"namespace":"scale","name":"backend-z645b","reconcileID":"975a1747-262b-4acb-8962-b7ea3d1c08d0"} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":161,"total":1} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":161} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":161} +{"level":"info","ts":"2024-07-08T18:28:20Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hmgjx","namespace":"scale"},"namespace":"scale","name":"backend-hmgjx","reconcileID":"122de536-98eb-4ea4-9acf-017b25339c1d"} +{"level":"info","ts":"2024-07-08T18:28:20Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hmgjx","namespace":"scale"},"namespace":"scale","name":"backend-hmgjx","reconcileID":"122de536-98eb-4ea4-9acf-017b25339c1d"} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":162,"total":1} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":162} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":162} +{"level":"info","ts":"2024-07-08T18:28:20Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hmgjx","namespace":"scale"},"namespace":"scale","name":"backend-hmgjx","reconcileID":"d9ca3eb1-e33b-435b-9842-b5dc2cf17e17"} +{"level":"info","ts":"2024-07-08T18:28:20Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hmgjx","namespace":"scale"},"namespace":"scale","name":"backend-hmgjx","reconcileID":"d9ca3eb1-e33b-435b-9842-b5dc2cf17e17"} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":163,"total":1} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":163} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":163} +{"level":"info","ts":"2024-07-08T18:28:20Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hmgjx","namespace":"scale"},"namespace":"scale","name":"backend-hmgjx","reconcileID":"4ffcdcfd-ff01-4731-8285-42f3ee8bac73"} +{"level":"info","ts":"2024-07-08T18:28:20Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hmgjx","namespace":"scale"},"namespace":"scale","name":"backend-hmgjx","reconcileID":"4ffcdcfd-ff01-4731-8285-42f3ee8bac73"} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":164,"total":1} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":164} +{"level":"info","ts":"2024-07-08T18:28:20Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-z645b","namespace":"scale"},"namespace":"scale","name":"backend-z645b","reconcileID":"ae5d6c3e-83f4-4cba-b02c-ab8a70892c0a"} +{"level":"info","ts":"2024-07-08T18:28:20Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-z645b","namespace":"scale"},"namespace":"scale","name":"backend-z645b","reconcileID":"ae5d6c3e-83f4-4cba-b02c-ab8a70892c0a"} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":164} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":165,"total":1} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":165} +{"level":"info","ts":"2024-07-08T18:28:20Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-z645b","namespace":"scale"},"namespace":"scale","name":"backend-z645b","reconcileID":"3ce7fa64-3114-4fef-8ee7-c55300d5cf3d"} +{"level":"info","ts":"2024-07-08T18:28:20Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-z645b","namespace":"scale"},"namespace":"scale","name":"backend-z645b","reconcileID":"3ce7fa64-3114-4fef-8ee7-c55300d5cf3d"} +{"level":"info","ts":"2024-07-08T18:28:20Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":165} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":166,"total":1} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":166} +{"level":"info","ts":"2024-07-08T18:28:21Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-z645b","namespace":"scale"},"namespace":"scale","name":"backend-z645b","reconcileID":"927eb2cc-b443-469a-ac59-611ead2b4ba9"} +{"level":"info","ts":"2024-07-08T18:28:21Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-z645b","namespace":"scale"},"namespace":"scale","name":"backend-z645b","reconcileID":"927eb2cc-b443-469a-ac59-611ead2b4ba9"} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":166} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":167,"total":1} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":167} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":167} +{"level":"info","ts":"2024-07-08T18:28:21Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-z645b","namespace":"scale"},"namespace":"scale","name":"backend-z645b","reconcileID":"0f9d0b5e-ac04-4efe-92b7-170b42a1ca9b"} +{"level":"info","ts":"2024-07-08T18:28:21Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-z645b","namespace":"scale"},"namespace":"scale","name":"backend-z645b","reconcileID":"0f9d0b5e-ac04-4efe-92b7-170b42a1ca9b"} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":168,"total":1} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":168} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":168} +{"level":"info","ts":"2024-07-08T18:28:21Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-z645b","namespace":"scale"},"namespace":"scale","name":"backend-z645b","reconcileID":"d5976e43-d8c2-4a3f-90fe-588e2fe900ad"} +{"level":"info","ts":"2024-07-08T18:28:21Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-z645b","namespace":"scale"},"namespace":"scale","name":"backend-z645b","reconcileID":"d5976e43-d8c2-4a3f-90fe-588e2fe900ad"} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":169,"total":1} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":169} +{"level":"info","ts":"2024-07-08T18:28:21Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-z645b","namespace":"scale"},"namespace":"scale","name":"backend-z645b","reconcileID":"3c019811-ba25-4fea-a277-e00e60ae7890"} +{"level":"info","ts":"2024-07-08T18:28:21Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-z645b","namespace":"scale"},"namespace":"scale","name":"backend-z645b","reconcileID":"3c019811-ba25-4fea-a277-e00e60ae7890"} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":169} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":170,"total":1} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":170} +{"level":"info","ts":"2024-07-08T18:28:21Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hmgjx","namespace":"scale"},"namespace":"scale","name":"backend-hmgjx","reconcileID":"59a0dbbc-f1c4-4b54-a226-59bdfc7b4de3"} +{"level":"info","ts":"2024-07-08T18:28:21Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-hmgjx","namespace":"scale"},"namespace":"scale","name":"backend-hmgjx","reconcileID":"59a0dbbc-f1c4-4b54-a226-59bdfc7b4de3"} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":170} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":171,"total":1} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":171} +{"level":"info","ts":"2024-07-08T18:28:21Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":171} +{"level":"info","ts":"2024-07-08T18:28:22Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-z645b","namespace":"scale"},"namespace":"scale","name":"backend-z645b","reconcileID":"40ce64cb-0d75-48ca-8171-13fa5913e5b3"} +{"level":"info","ts":"2024-07-08T18:28:22Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-z645b","namespace":"scale"},"namespace":"scale","name":"backend-z645b","reconcileID":"40ce64cb-0d75-48ca-8171-13fa5913e5b3"} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":172,"total":1} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":172} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":172} +{"level":"info","ts":"2024-07-08T18:28:22Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-z645b","namespace":"scale"},"namespace":"scale","name":"backend-z645b","reconcileID":"e54dc0ae-eaf7-447a-8097-84974009aa64"} +{"level":"info","ts":"2024-07-08T18:28:22Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-z645b","namespace":"scale"},"namespace":"scale","name":"backend-z645b","reconcileID":"e54dc0ae-eaf7-447a-8097-84974009aa64"} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":173,"total":1} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":173} +{"level":"info","ts":"2024-07-08T18:28:22Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-z645b","namespace":"scale"},"namespace":"scale","name":"backend-z645b","reconcileID":"f98d4a22-bd35-4a1d-b502-aaf93ccf19b0"} +{"level":"info","ts":"2024-07-08T18:28:22Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-z645b","namespace":"scale"},"namespace":"scale","name":"backend-z645b","reconcileID":"f98d4a22-bd35-4a1d-b502-aaf93ccf19b0"} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":173} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":174,"total":1} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":174} +{"level":"info","ts":"2024-07-08T18:28:22Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-z645b","namespace":"scale"},"namespace":"scale","name":"backend-z645b","reconcileID":"8955bf25-cd5b-48c9-9803-c95ec054808c"} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":174} +{"level":"info","ts":"2024-07-08T18:28:22Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-z645b","namespace":"scale"},"namespace":"scale","name":"backend-z645b","reconcileID":"8955bf25-cd5b-48c9-9803-c95ec054808c"} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":175,"total":1} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":175} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":175} +{"level":"info","ts":"2024-07-08T18:28:22Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-z645b","namespace":"scale"},"namespace":"scale","name":"backend-z645b","reconcileID":"bf5d4306-b4ad-4a04-b2ab-cac050e23e70"} +{"level":"info","ts":"2024-07-08T18:28:22Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-z645b","namespace":"scale"},"namespace":"scale","name":"backend-z645b","reconcileID":"bf5d4306-b4ad-4a04-b2ab-cac050e23e70"} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":176,"total":1} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"eventLoop.eventHandler","msg":"NGINX configuration was successfully updated","batchID":176} +{"level":"info","ts":"2024-07-08T18:28:22Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-z645b","namespace":"scale"},"namespace":"scale","name":"backend-z645b","reconcileID":"8e706911-a4fb-4e76-ab17-7bab96a42821"} +{"level":"info","ts":"2024-07-08T18:28:22Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-z645b","namespace":"scale"},"namespace":"scale","name":"backend-z645b","reconcileID":"8e706911-a4fb-4e76-ab17-7bab96a42821"} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"eventLoop.eventHandler","msg":"Finished handling the batch","batchID":176} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"eventLoop.eventHandler","msg":"Handling events from the batch","batchID":177,"total":1} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"nginxFileManager","msg":"Deleted file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/http.conf"} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/matches.json"} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/conf.d/config-version.conf"} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"nginxFileManager","msg":"Wrote file","path":"/etc/nginx/module-includes/load-modules.conf"} +{"level":"error","ts":"2024-07-08T18:28:22Z","logger":"eventLoop.eventHandler","msg":"couldn't update upstream via the API, reloading configuration instead","batchID":177,"upstreamName":"scale_backend_80","error":"failed to update servers of scale_backend_80 upstream: failed to add 10.92.9.64: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=205c50f78b21830d8c71b56a8f5f843b; 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:376\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:203\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-07-08T18:28:22Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-z645b","namespace":"scale"},"namespace":"scale","name":"backend-z645b","reconcileID":"d695c9f8-ee85-4ac4-8db0-da1857b8cb90"} +{"level":"info","ts":"2024-07-08T18:28:22Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-z645b","namespace":"scale"},"namespace":"scale","name":"backend-z645b","reconcileID":"d695c9f8-ee85-4ac4-8db0-da1857b8cb90"} +{"level":"info","ts":"2024-07-08T18:28:22Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":1} +{"level":"info","ts":"2024-07-08T18:28:23Z","msg":"Reconciling the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-z645b","namespace":"scale"},"namespace":"scale","name":"backend-z645b","reconcileID":"ea896466-ff04-4246-8762-bacb82396ea5"} +{"level":"info","ts":"2024-07-08T18:28:23Z","msg":"Upserted the resource","controller":"endpointslice","controllerGroup":"discovery.k8s.io","controllerKind":"EndpointSlice","EndpointSlice":{"name":"backend-z645b","namespace":"scale"},"namespace":"scale","name":"backend-z645b","reconcileID":"ea896466-ff04-4246-8762-bacb82396ea5"} +{"level":"info","ts":"2024-07-08T18:28:23Z","logger":"eventLoop","msg":"added an event to the next batch","type":"*events.UpsertEvent","total":2} diff --git a/tests/results/scale/edge/TestScale_UpstreamServers/nginx-plus.log b/tests/results/scale/edge/TestScale_UpstreamServers/nginx-plus.log new file mode 100644 index 0000000000..c4c1643274 --- /dev/null +++ b/tests/results/scale/edge/TestScale_UpstreamServers/nginx-plus.log @@ -0,0 +1,1044 @@ +2024/07/08 18:27:04 [notice] 24#24: using the "epoll" event method +2024/07/08 18:27:04 [notice] 24#24: nginx/1.25.5 (nginx-plus-r32) +2024/07/08 18:27:04 [notice] 24#24: built by gcc 13.2.1 20240309 (Alpine 13.2.1_git20240309) +2024/07/08 18:27:04 [notice] 24#24: OS: Linux 6.1.85+ +2024/07/08 18:27:04 [notice] 24#24: getrlimit(RLIMIT_NOFILE): 1048576:1048576 +2024/07/08 18:27:04 [notice] 24#24: start worker processes +2024/07/08 18:27:04 [notice] 24#24: start worker process 31 +2024/07/08 18:27:04 [notice] 24#24: start worker process 32 +2024/07/08 18:27:04 [notice] 24#24: start worker process 33 +2024/07/08 18:27:04 [notice] 24#24: start worker process 34 +2024/07/08 18:27:04 [notice] 24#24: start worker process 35 +2024/07/08 18:27:04 [notice] 24#24: start worker process 36 +2024/07/08 18:27:04 [notice] 24#24: start worker process 37 +2024/07/08 18:27:04 [notice] 24#24: start worker process 38 +2024/07/08 18:27:04 [notice] 24#24: start worker process 39 +2024/07/08 18:27:04 [notice] 24#24: start worker process 40 +2024/07/08 18:27:04 [notice] 24#24: start worker process 41 +2024/07/08 18:27:04 [notice] 24#24: start worker process 42 +2024/07/08 18:27:04 [notice] 24#24: start worker process 43 +2024/07/08 18:27:04 [notice] 24#24: start worker process 44 +2024/07/08 18:27:04 [notice] 24#24: start worker process 45 +2024/07/08 18:27:04 [notice] 24#24: start worker process 46 +2024/07/08 18:27:04 [notice] 24#24: signal 1 (SIGHUP) received from 7, reconfiguring +2024/07/08 18:27:04 [notice] 24#24: reconfiguring +2024/07/08 18:27:04 [notice] 24#24: using the "epoll" event method +2024/07/08 18:27:04 [notice] 24#24: start worker processes +2024/07/08 18:27:04 [notice] 24#24: start worker process 54 +2024/07/08 18:27:04 [notice] 24#24: start worker process 55 +2024/07/08 18:27:04 [notice] 24#24: start worker process 56 +2024/07/08 18:27:04 [notice] 24#24: start worker process 57 +2024/07/08 18:27:04 [notice] 24#24: start worker process 58 +2024/07/08 18:27:04 [notice] 24#24: start worker process 59 +2024/07/08 18:27:04 [notice] 24#24: start worker process 60 +2024/07/08 18:27:04 [notice] 24#24: start worker process 61 +2024/07/08 18:27:04 [notice] 24#24: start worker process 62 +2024/07/08 18:27:04 [notice] 24#24: start worker process 63 +2024/07/08 18:27:04 [notice] 24#24: start worker process 64 +2024/07/08 18:27:04 [notice] 24#24: start worker process 65 +2024/07/08 18:27:04 [notice] 24#24: start worker process 66 +2024/07/08 18:27:04 [notice] 24#24: start worker process 67 +2024/07/08 18:27:04 [notice] 24#24: start worker process 68 +2024/07/08 18:27:04 [notice] 24#24: start worker process 69 +2024/07/08 18:27:04 [notice] 31#31: gracefully shutting down +2024/07/08 18:27:04 [notice] 32#32: gracefully shutting down +2024/07/08 18:27:04 [notice] 33#33: gracefully shutting down +2024/07/08 18:27:04 [notice] 32#32: exiting +2024/07/08 18:27:04 [notice] 31#31: exiting +2024/07/08 18:27:04 [notice] 34#34: gracefully shutting down +2024/07/08 18:27:04 [notice] 37#37: gracefully shutting down +2024/07/08 18:27:04 [notice] 33#33: exiting +2024/07/08 18:27:04 [notice] 35#35: gracefully shutting down +2024/07/08 18:27:04 [notice] 36#36: gracefully shutting down +2024/07/08 18:27:04 [notice] 34#34: exiting +2024/07/08 18:27:04 [notice] 37#37: exiting +2024/07/08 18:27:04 [notice] 38#38: gracefully shutting down +2024/07/08 18:27:04 [notice] 35#35: exiting +2024/07/08 18:27:04 [notice] 36#36: exiting +2024/07/08 18:27:04 [notice] 38#38: exiting +2024/07/08 18:27:04 [notice] 39#39: gracefully shutting down +2024/07/08 18:27:04 [notice] 41#41: gracefully shutting down +2024/07/08 18:27:04 [notice] 40#40: gracefully shutting down +2024/07/08 18:27:04 [notice] 24#24: signal 1 (SIGHUP) received from 7, reconfiguring +2024/07/08 18:27:04 [notice] 43#43: gracefully shutting down +2024/07/08 18:27:04 [notice] 39#39: exiting +2024/07/08 18:27:04 [notice] 41#41: exiting +2024/07/08 18:27:04 [notice] 24#24: reconfiguring +2024/07/08 18:27:04 [notice] 40#40: exiting +2024/07/08 18:27:04 [notice] 42#42: gracefully shutting down +2024/07/08 18:27:04 [notice] 43#43: exiting +2024/07/08 18:27:04 [notice] 42#42: exiting +2024/07/08 18:27:04 [notice] 44#44: gracefully shutting down +2024/07/08 18:27:04 [notice] 44#44: exiting +2024/07/08 18:27:04 [notice] 45#45: gracefully shutting down +2024/07/08 18:27:04 [notice] 45#45: exiting +2024/07/08 18:27:04 [notice] 33#33: exit +2024/07/08 18:27:04 [notice] 32#32: exit +2024/07/08 18:27:04 [notice] 37#37: exit +2024/07/08 18:27:04 [notice] 31#31: exit +2024/07/08 18:27:04 [notice] 40#40: exit +2024/07/08 18:27:04 [notice] 41#41: exit +2024/07/08 18:27:04 [notice] 35#35: exit +2024/07/08 18:27:04 [notice] 36#36: exit +2024/07/08 18:27:04 [notice] 38#38: exit +2024/07/08 18:27:04 [notice] 39#39: exit +2024/07/08 18:27:04 [notice] 43#43: exit +2024/07/08 18:27:04 [notice] 34#34: exit +2024/07/08 18:27:04 [notice] 42#42: exit +2024/07/08 18:27:04 [notice] 44#44: exit +2024/07/08 18:27:04 [notice] 45#45: exit +2024/07/08 18:27:04 [notice] 46#46: gracefully shutting down +2024/07/08 18:27:04 [notice] 46#46: exiting +2024/07/08 18:27:04 [notice] 46#46: exit +2024/07/08 18:27:04 [notice] 24#24: using the "epoll" event method +2024/07/08 18:27:04 [notice] 24#24: start worker processes +2024/07/08 18:27:04 [notice] 24#24: start worker process 70 +2024/07/08 18:27:04 [notice] 24#24: start worker process 71 +2024/07/08 18:27:04 [notice] 24#24: start worker process 72 +2024/07/08 18:27:04 [notice] 24#24: start worker process 73 +2024/07/08 18:27:04 [notice] 24#24: start worker process 74 +2024/07/08 18:27:04 [notice] 24#24: start worker process 75 +2024/07/08 18:27:04 [notice] 24#24: start worker process 76 +2024/07/08 18:27:04 [notice] 24#24: start worker process 77 +2024/07/08 18:27:04 [notice] 24#24: start worker process 78 +2024/07/08 18:27:04 [notice] 24#24: start worker process 79 +2024/07/08 18:27:04 [notice] 24#24: start worker process 80 +2024/07/08 18:27:04 [notice] 24#24: start worker process 81 +2024/07/08 18:27:04 [notice] 24#24: start worker process 82 +2024/07/08 18:27:04 [notice] 24#24: start worker process 83 +2024/07/08 18:27:04 [notice] 24#24: start worker process 84 +2024/07/08 18:27:04 [notice] 24#24: start worker process 85 +2024/07/08 18:27:05 [notice] 54#54: gracefully shutting down +2024/07/08 18:27:05 [notice] 55#55: gracefully shutting down +2024/07/08 18:27:05 [notice] 54#54: exiting +2024/07/08 18:27:05 [notice] 58#58: gracefully shutting down +2024/07/08 18:27:05 [notice] 55#55: exiting +2024/07/08 18:27:05 [notice] 59#59: gracefully shutting down +2024/07/08 18:27:05 [notice] 60#60: gracefully shutting down +2024/07/08 18:27:05 [notice] 58#58: exiting +2024/07/08 18:27:05 [notice] 59#59: exiting +2024/07/08 18:27:05 [notice] 60#60: exiting +2024/07/08 18:27:05 [notice] 68#68: gracefully shutting down +2024/07/08 18:27:05 [notice] 67#67: gracefully shutting down +2024/07/08 18:27:05 [notice] 64#64: gracefully shutting down +2024/07/08 18:27:05 [notice] 63#63: gracefully shutting down +2024/07/08 18:27:05 [notice] 57#57: gracefully shutting down +2024/07/08 18:27:05 [notice] 61#61: gracefully shutting down +2024/07/08 18:27:05 [notice] 56#56: gracefully shutting down +2024/07/08 18:27:05 [notice] 68#68: exiting +2024/07/08 18:27:05 [notice] 66#66: gracefully shutting down +2024/07/08 18:27:05 [notice] 65#65: gracefully shutting down +2024/07/08 18:27:05 [notice] 67#67: exiting +2024/07/08 18:27:05 [notice] 64#64: exiting +2024/07/08 18:27:05 [notice] 63#63: exiting +2024/07/08 18:27:05 [notice] 57#57: exiting +2024/07/08 18:27:05 [notice] 56#56: exiting +2024/07/08 18:27:05 [notice] 61#61: exiting +2024/07/08 18:27:05 [notice] 66#66: exiting +2024/07/08 18:27:05 [notice] 65#65: exiting +2024/07/08 18:27:05 [notice] 62#62: gracefully shutting down +2024/07/08 18:27:05 [notice] 62#62: exiting +2024/07/08 18:27:05 [notice] 69#69: gracefully shutting down +2024/07/08 18:27:05 [notice] 69#69: exiting +2024/07/08 18:27:05 [notice] 58#58: exit +2024/07/08 18:27:05 [notice] 55#55: exit +2024/07/08 18:27:05 [notice] 54#54: exit +2024/07/08 18:27:05 [notice] 68#68: exit +2024/07/08 18:27:05 [notice] 59#59: exit +2024/07/08 18:27:05 [notice] 60#60: exit +2024/07/08 18:27:05 [notice] 64#64: exit +2024/07/08 18:27:05 [notice] 67#67: exit +2024/07/08 18:27:05 [notice] 65#65: exit +2024/07/08 18:27:05 [notice] 57#57: exit +2024/07/08 18:27:05 [notice] 63#63: exit +2024/07/08 18:27:05 [notice] 66#66: exit +2024/07/08 18:27:05 [notice] 61#61: exit +2024/07/08 18:27:05 [notice] 56#56: exit +2024/07/08 18:27:05 [notice] 62#62: exit +2024/07/08 18:27:05 [notice] 69#69: exit +2024/07/08 18:27:05 [notice] 24#24: signal 17 (SIGCHLD) received from 44 +2024/07/08 18:27:05 [notice] 24#24: worker process 31 exited with code 0 +2024/07/08 18:27:05 [notice] 24#24: worker process 32 exited with code 0 +2024/07/08 18:27:05 [notice] 24#24: worker process 33 exited with code 0 +2024/07/08 18:27:05 [notice] 24#24: worker process 34 exited with code 0 +2024/07/08 18:27:05 [notice] 24#24: worker process 35 exited with code 0 +2024/07/08 18:27:05 [notice] 24#24: worker process 36 exited with code 0 +2024/07/08 18:27:05 [notice] 24#24: worker process 37 exited with code 0 +2024/07/08 18:27:05 [notice] 24#24: worker process 38 exited with code 0 +2024/07/08 18:27:05 [notice] 24#24: worker process 39 exited with code 0 +2024/07/08 18:27:05 [notice] 24#24: worker process 40 exited with code 0 +2024/07/08 18:27:05 [notice] 24#24: worker process 41 exited with code 0 +2024/07/08 18:27:05 [notice] 24#24: worker process 42 exited with code 0 +2024/07/08 18:27:05 [notice] 24#24: worker process 43 exited with code 0 +2024/07/08 18:27:05 [notice] 24#24: worker process 44 exited with code 0 +2024/07/08 18:27:05 [notice] 24#24: worker process 45 exited with code 0 +2024/07/08 18:27:05 [notice] 24#24: worker process 46 exited with code 0 +2024/07/08 18:27:05 [notice] 24#24: signal 29 (SIGIO) received +2024/07/08 18:27:05 [notice] 24#24: signal 17 (SIGCHLD) received from 68 +2024/07/08 18:27:05 [notice] 24#24: worker process 68 exited with code 0 +2024/07/08 18:27:05 [notice] 24#24: signal 29 (SIGIO) received +2024/07/08 18:27:05 [notice] 24#24: signal 17 (SIGCHLD) received from 58 +2024/07/08 18:27:05 [notice] 24#24: worker process 58 exited with code 0 +2024/07/08 18:27:05 [notice] 24#24: worker process 60 exited with code 0 +2024/07/08 18:27:05 [notice] 24#24: signal 29 (SIGIO) received +2024/07/08 18:27:05 [notice] 24#24: signal 17 (SIGCHLD) received from 66 +2024/07/08 18:27:05 [notice] 24#24: worker process 54 exited with code 0 +2024/07/08 18:27:05 [notice] 24#24: worker process 56 exited with code 0 +2024/07/08 18:27:05 [notice] 24#24: worker process 57 exited with code 0 +2024/07/08 18:27:05 [notice] 24#24: worker process 59 exited with code 0 +2024/07/08 18:27:05 [notice] 24#24: worker process 61 exited with code 0 +2024/07/08 18:27:05 [notice] 24#24: worker process 63 exited with code 0 +2024/07/08 18:27:05 [notice] 24#24: worker process 65 exited with code 0 +2024/07/08 18:27:05 [notice] 24#24: worker process 66 exited with code 0 +2024/07/08 18:27:05 [notice] 24#24: worker process 67 exited with code 0 +2024/07/08 18:27:05 [notice] 24#24: signal 29 (SIGIO) received +2024/07/08 18:27:05 [notice] 24#24: signal 17 (SIGCHLD) received from 62 +2024/07/08 18:27:05 [notice] 24#24: worker process 55 exited with code 0 +2024/07/08 18:27:05 [notice] 24#24: worker process 62 exited with code 0 +2024/07/08 18:27:05 [notice] 24#24: worker process 64 exited with code 0 +2024/07/08 18:27:05 [notice] 24#24: worker process 69 exited with code 0 +2024/07/08 18:27:05 [notice] 24#24: signal 29 (SIGIO) received +2024/07/08 18:27:51 [notice] 24#24: signal 1 (SIGHUP) received from 7, reconfiguring +2024/07/08 18:27:51 [notice] 24#24: reconfiguring +2024/07/08 18:27:51 [notice] 24#24: using the "epoll" event method +2024/07/08 18:27:51 [notice] 24#24: start worker processes +2024/07/08 18:27:51 [notice] 24#24: start worker process 87 +2024/07/08 18:27:51 [notice] 24#24: start worker process 88 +2024/07/08 18:27:51 [notice] 24#24: start worker process 89 +2024/07/08 18:27:51 [notice] 24#24: start worker process 90 +2024/07/08 18:27:51 [notice] 24#24: start worker process 91 +2024/07/08 18:27:51 [notice] 24#24: start worker process 92 +2024/07/08 18:27:51 [notice] 24#24: start worker process 93 +2024/07/08 18:27:51 [notice] 24#24: start worker process 94 +2024/07/08 18:27:51 [notice] 24#24: start worker process 95 +2024/07/08 18:27:51 [notice] 24#24: start worker process 96 +2024/07/08 18:27:51 [notice] 24#24: start worker process 97 +2024/07/08 18:27:51 [notice] 24#24: start worker process 98 +2024/07/08 18:27:51 [notice] 24#24: start worker process 99 +2024/07/08 18:27:51 [notice] 24#24: start worker process 100 +2024/07/08 18:27:51 [notice] 24#24: start worker process 101 +2024/07/08 18:27:51 [notice] 24#24: start worker process 102 +2024/07/08 18:27:51 [notice] 70#70: gracefully shutting down +2024/07/08 18:27:51 [notice] 74#74: gracefully shutting down +2024/07/08 18:27:51 [notice] 73#73: gracefully shutting down +2024/07/08 18:27:51 [notice] 71#71: gracefully shutting down +2024/07/08 18:27:51 [notice] 72#72: gracefully shutting down +2024/07/08 18:27:51 [notice] 70#70: exiting +2024/07/08 18:27:51 [notice] 74#74: exiting +2024/07/08 18:27:51 [notice] 73#73: exiting +2024/07/08 18:27:51 [notice] 71#71: exiting +2024/07/08 18:27:51 [notice] 72#72: exiting +2024/07/08 18:27:51 [notice] 75#75: gracefully shutting down +2024/07/08 18:27:51 [notice] 76#76: gracefully shutting down +2024/07/08 18:27:51 [notice] 77#77: gracefully shutting down +2024/07/08 18:27:51 [notice] 78#78: gracefully shutting down +2024/07/08 18:27:51 [notice] 75#75: exiting +2024/07/08 18:27:51 [notice] 82#82: gracefully shutting down +2024/07/08 18:27:51 [notice] 76#76: exiting +2024/07/08 18:27:51 [notice] 78#78: exiting +2024/07/08 18:27:51 [notice] 77#77: exiting +2024/07/08 18:27:51 [notice] 82#82: exiting +2024/07/08 18:27:51 [notice] 80#80: gracefully shutting down +2024/07/08 18:27:51 [notice] 79#79: gracefully shutting down +2024/07/08 18:27:51 [notice] 81#81: gracefully shutting down +2024/07/08 18:27:51 [notice] 80#80: exiting +2024/07/08 18:27:51 [notice] 79#79: exiting +2024/07/08 18:27:51 [notice] 81#81: exiting +2024/07/08 18:27:51 [notice] 83#83: gracefully shutting down +2024/07/08 18:27:51 [notice] 85#85: gracefully shutting down +2024/07/08 18:27:51 [notice] 83#83: exiting +2024/07/08 18:27:51 [notice] 85#85: exiting +2024/07/08 18:27:51 [notice] 78#78: exit +2024/07/08 18:27:51 [notice] 73#73: exit +2024/07/08 18:27:51 [notice] 75#75: exit +2024/07/08 18:27:51 [notice] 72#72: exit +2024/07/08 18:27:51 [notice] 70#70: exit +2024/07/08 18:27:51 [notice] 74#74: exit +2024/07/08 18:27:51 [notice] 76#76: exit +2024/07/08 18:27:51 [notice] 71#71: exit +2024/07/08 18:27:51 [notice] 82#82: exit +2024/07/08 18:27:51 [notice] 81#81: exit +2024/07/08 18:27:51 [notice] 80#80: exit +2024/07/08 18:27:51 [notice] 79#79: exit +2024/07/08 18:27:51 [notice] 83#83: exit +2024/07/08 18:27:51 [notice] 85#85: exit +2024/07/08 18:27:51 [notice] 77#77: exit +2024/07/08 18:27:51 [notice] 84#84: gracefully shutting down +2024/07/08 18:27:51 [notice] 84#84: exiting +2024/07/08 18:27:51 [notice] 84#84: exit +2024/07/08 18:27:51 [notice] 24#24: signal 1 (SIGHUP) received from 7, reconfiguring +2024/07/08 18:27:51 [notice] 24#24: reconfiguring +2024/07/08 18:27:51 [notice] 24#24: using the "epoll" event method +2024/07/08 18:27:51 [notice] 24#24: start worker processes +2024/07/08 18:27:51 [notice] 24#24: start worker process 103 +2024/07/08 18:27:51 [notice] 24#24: start worker process 104 +2024/07/08 18:27:51 [notice] 24#24: start worker process 105 +2024/07/08 18:27:51 [notice] 24#24: start worker process 106 +2024/07/08 18:27:51 [notice] 24#24: start worker process 107 +2024/07/08 18:27:51 [notice] 24#24: start worker process 108 +2024/07/08 18:27:51 [notice] 24#24: start worker process 109 +2024/07/08 18:27:51 [notice] 24#24: start worker process 110 +2024/07/08 18:27:51 [notice] 24#24: start worker process 111 +2024/07/08 18:27:51 [notice] 24#24: start worker process 112 +2024/07/08 18:27:51 [notice] 24#24: start worker process 113 +2024/07/08 18:27:51 [notice] 24#24: start worker process 114 +2024/07/08 18:27:51 [notice] 24#24: start worker process 115 +2024/07/08 18:27:51 [notice] 24#24: start worker process 116 +2024/07/08 18:27:51 [notice] 24#24: start worker process 117 +2024/07/08 18:27:51 [notice] 24#24: start worker process 118 +2024/07/08 18:27:51 [notice] 87#87: gracefully shutting down +2024/07/08 18:27:51 [notice] 88#88: gracefully shutting down +2024/07/08 18:27:51 [notice] 89#89: gracefully shutting down +2024/07/08 18:27:51 [notice] 90#90: gracefully shutting down +2024/07/08 18:27:51 [notice] 88#88: exiting +2024/07/08 18:27:51 [notice] 89#89: exiting +2024/07/08 18:27:51 [notice] 92#92: gracefully shutting down +2024/07/08 18:27:51 [notice] 90#90: exiting +2024/07/08 18:27:51 [notice] 87#87: exiting +2024/07/08 18:27:51 [notice] 93#93: gracefully shutting down +2024/07/08 18:27:51 [notice] 92#92: exiting +2024/07/08 18:27:51 [notice] 96#96: gracefully shutting down +2024/07/08 18:27:51 [notice] 91#91: gracefully shutting down +2024/07/08 18:27:51 [notice] 93#93: exiting +2024/07/08 18:27:51 [notice] 95#95: gracefully shutting down +2024/07/08 18:27:51 [notice] 96#96: exiting +2024/07/08 18:27:51 [notice] 91#91: exiting +2024/07/08 18:27:51 [notice] 95#95: exiting +2024/07/08 18:27:51 [notice] 102#102: gracefully shutting down +2024/07/08 18:27:51 [notice] 94#94: gracefully shutting down +2024/07/08 18:27:51 [notice] 101#101: gracefully shutting down +2024/07/08 18:27:51 [notice] 99#99: gracefully shutting down +2024/07/08 18:27:51 [notice] 102#102: exiting +2024/07/08 18:27:51 [notice] 98#98: gracefully shutting down +2024/07/08 18:27:51 [notice] 100#100: gracefully shutting down +2024/07/08 18:27:51 [notice] 101#101: exiting +2024/07/08 18:27:51 [notice] 94#94: exiting +2024/07/08 18:27:51 [notice] 99#99: exiting +2024/07/08 18:27:51 [notice] 100#100: exiting +2024/07/08 18:27:51 [notice] 98#98: exiting +2024/07/08 18:27:51 [notice] 89#89: exit +2024/07/08 18:27:51 [notice] 87#87: exit +2024/07/08 18:27:51 [notice] 90#90: exit +2024/07/08 18:27:51 [notice] 92#92: exit +2024/07/08 18:27:51 [notice] 88#88: exit +2024/07/08 18:27:51 [notice] 93#93: exit +2024/07/08 18:27:51 [notice] 96#96: exit +2024/07/08 18:27:51 [notice] 99#99: exit +2024/07/08 18:27:51 [notice] 91#91: exit +2024/07/08 18:27:51 [notice] 101#101: exit +2024/07/08 18:27:51 [notice] 102#102: exit +2024/07/08 18:27:51 [notice] 98#98: exit +2024/07/08 18:27:51 [notice] 95#95: exit +2024/07/08 18:27:51 [notice] 94#94: exit +2024/07/08 18:27:51 [notice] 100#100: exit +2024/07/08 18:27:51 [notice] 24#24: signal 17 (SIGCHLD) received from 75 +2024/07/08 18:27:51 [notice] 24#24: worker process 70 exited with code 0 +2024/07/08 18:27:51 [notice] 24#24: worker process 71 exited with code 0 +2024/07/08 18:27:51 [notice] 24#24: worker process 72 exited with code 0 +2024/07/08 18:27:51 [notice] 97#97: gracefully shutting down +2024/07/08 18:27:51 [notice] 97#97: exiting +2024/07/08 18:27:51 [notice] 24#24: worker process 73 exited with code 0 +2024/07/08 18:27:51 [notice] 24#24: worker process 74 exited with code 0 +2024/07/08 18:27:51 [notice] 24#24: worker process 75 exited with code 0 +2024/07/08 18:27:51 [notice] 24#24: worker process 76 exited with code 0 +2024/07/08 18:27:51 [notice] 24#24: worker process 77 exited with code 0 +2024/07/08 18:27:51 [notice] 24#24: worker process 78 exited with code 0 +2024/07/08 18:27:51 [notice] 24#24: worker process 79 exited with code 0 +2024/07/08 18:27:51 [notice] 24#24: worker process 80 exited with code 0 +2024/07/08 18:27:51 [notice] 24#24: worker process 81 exited with code 0 +2024/07/08 18:27:51 [notice] 24#24: worker process 82 exited with code 0 +2024/07/08 18:27:51 [notice] 24#24: worker process 83 exited with code 0 +2024/07/08 18:27:51 [notice] 24#24: worker process 84 exited with code 0 +2024/07/08 18:27:51 [notice] 24#24: worker process 85 exited with code 0 +2024/07/08 18:27:51 [notice] 97#97: exit +2024/07/08 18:27:51 [notice] 24#24: signal 29 (SIGIO) received +2024/07/08 18:27:51 [notice] 24#24: signal 17 (SIGCHLD) received from 99 +2024/07/08 18:27:51 [notice] 24#24: worker process 96 exited with code 0 +2024/07/08 18:27:51 [notice] 24#24: worker process 99 exited with code 0 +2024/07/08 18:27:51 [notice] 24#24: signal 29 (SIGIO) received +2024/07/08 18:27:51 [notice] 24#24: signal 1 (SIGHUP) received from 7, reconfiguring +2024/07/08 18:27:51 [notice] 24#24: reconfiguring +2024/07/08 18:27:51 [notice] 24#24: using the "epoll" event method +2024/07/08 18:27:51 [notice] 24#24: start worker processes +2024/07/08 18:27:51 [notice] 24#24: start worker process 119 +2024/07/08 18:27:51 [notice] 24#24: start worker process 120 +2024/07/08 18:27:51 [notice] 24#24: start worker process 121 +2024/07/08 18:27:51 [notice] 24#24: start worker process 122 +2024/07/08 18:27:51 [notice] 24#24: start worker process 123 +2024/07/08 18:27:51 [notice] 24#24: start worker process 124 +2024/07/08 18:27:51 [notice] 24#24: start worker process 125 +2024/07/08 18:27:51 [notice] 24#24: start worker process 126 +2024/07/08 18:27:51 [notice] 24#24: start worker process 127 +2024/07/08 18:27:51 [notice] 24#24: start worker process 128 +2024/07/08 18:27:51 [notice] 24#24: start worker process 129 +2024/07/08 18:27:51 [notice] 24#24: start worker process 130 +2024/07/08 18:27:51 [notice] 24#24: start worker process 131 +2024/07/08 18:27:51 [notice] 24#24: start worker process 132 +2024/07/08 18:27:51 [notice] 24#24: start worker process 133 +2024/07/08 18:27:51 [notice] 24#24: start worker process 134 +2024/07/08 18:27:51 [notice] 103#103: gracefully shutting down +2024/07/08 18:27:51 [notice] 105#105: gracefully shutting down +2024/07/08 18:27:51 [notice] 104#104: gracefully shutting down +2024/07/08 18:27:51 [notice] 105#105: exiting +2024/07/08 18:27:51 [notice] 109#109: gracefully shutting down +2024/07/08 18:27:51 [notice] 104#104: exiting +2024/07/08 18:27:51 [notice] 112#112: gracefully shutting down +2024/07/08 18:27:51 [notice] 103#103: exiting +2024/07/08 18:27:51 [notice] 107#107: gracefully shutting down +2024/07/08 18:27:51 [notice] 111#111: gracefully shutting down +2024/07/08 18:27:51 [notice] 110#110: gracefully shutting down +2024/07/08 18:27:51 [notice] 109#109: exiting +2024/07/08 18:27:51 [notice] 112#112: exiting +2024/07/08 18:27:51 [notice] 24#24: signal 17 (SIGCHLD) received from 102 +2024/07/08 18:27:51 [notice] 111#111: exiting +2024/07/08 18:27:51 [notice] 110#110: exiting +2024/07/08 18:27:51 [notice] 107#107: exiting +2024/07/08 18:27:51 [notice] 115#115: gracefully shutting down +2024/07/08 18:27:51 [notice] 24#24: worker process 87 exited with code 0 +2024/07/08 18:27:51 [notice] 114#114: gracefully shutting down +2024/07/08 18:27:51 [notice] 118#118: gracefully shutting down +2024/07/08 18:27:51 [notice] 113#113: gracefully shutting down +2024/07/08 18:27:51 [notice] 116#116: gracefully shutting down +2024/07/08 18:27:51 [notice] 24#24: worker process 88 exited with code 0 +2024/07/08 18:27:51 [notice] 24#24: worker process 89 exited with code 0 +2024/07/08 18:27:51 [notice] 117#117: gracefully shutting down +2024/07/08 18:27:51 [notice] 24#24: worker process 90 exited with code 0 +2024/07/08 18:27:51 [notice] 118#118: exiting +2024/07/08 18:27:51 [notice] 24#24: worker process 91 exited with code 0 +2024/07/08 18:27:51 [notice] 115#115: exiting +2024/07/08 18:27:51 [notice] 114#114: exiting +2024/07/08 18:27:51 [notice] 24#24: worker process 92 exited with code 0 +2024/07/08 18:27:51 [notice] 116#116: exiting +2024/07/08 18:27:51 [notice] 24#24: worker process 93 exited with code 0 +2024/07/08 18:27:51 [notice] 117#117: exiting +2024/07/08 18:27:51 [notice] 113#113: exiting +2024/07/08 18:27:51 [notice] 24#24: worker process 94 exited with code 0 +2024/07/08 18:27:51 [notice] 24#24: worker process 95 exited with code 0 +2024/07/08 18:27:51 [notice] 24#24: worker process 97 exited with code 0 +2024/07/08 18:27:51 [notice] 24#24: worker process 98 exited with code 0 +2024/07/08 18:27:51 [notice] 24#24: worker process 100 exited with code 0 +2024/07/08 18:27:51 [notice] 24#24: worker process 101 exited with code 0 +2024/07/08 18:27:51 [notice] 24#24: worker process 102 exited with code 0 +2024/07/08 18:27:51 [notice] 106#106: gracefully shutting down +2024/07/08 18:27:51 [notice] 108#108: gracefully shutting down +2024/07/08 18:27:51 [notice] 108#108: exiting +2024/07/08 18:27:51 [notice] 106#106: exiting +2024/07/08 18:27:51 [notice] 112#112: exit +2024/07/08 18:27:51 [notice] 109#109: exit +2024/07/08 18:27:51 [notice] 110#110: exit +2024/07/08 18:27:51 [notice] 113#113: exit +2024/07/08 18:27:51 [notice] 116#116: exit +2024/07/08 18:27:51 [notice] 107#107: exit +2024/07/08 18:27:51 [notice] 114#114: exit +2024/07/08 18:27:51 [notice] 118#118: exit +2024/07/08 18:27:51 [notice] 117#117: exit +2024/07/08 18:27:51 [notice] 108#108: exit +2024/07/08 18:27:51 [notice] 106#106: exit +2024/07/08 18:27:51 [notice] 104#104: exit +2024/07/08 18:27:51 [notice] 115#115: exit +2024/07/08 18:27:51 [notice] 24#24: signal 29 (SIGIO) received +2024/07/08 18:27:51 [notice] 111#111: exit +2024/07/08 18:27:51 [notice] 103#103: exit +2024/07/08 18:27:51 [notice] 105#105: exit +2024/07/08 18:27:51 [notice] 24#24: signal 17 (SIGCHLD) received from 116 +2024/07/08 18:27:51 [notice] 24#24: worker process 116 exited with code 0 +2024/07/08 18:27:51 [notice] 24#24: signal 29 (SIGIO) received +2024/07/08 18:27:51 [notice] 24#24: signal 17 (SIGCHLD) received from 112 +2024/07/08 18:27:51 [notice] 24#24: worker process 105 exited with code 0 +2024/07/08 18:27:51 [notice] 24#24: worker process 112 exited with code 0 +2024/07/08 18:27:51 [notice] 24#24: signal 29 (SIGIO) received +2024/07/08 18:27:51 [notice] 24#24: signal 17 (SIGCHLD) received from 104 +2024/07/08 18:27:51 [notice] 24#24: worker process 104 exited with code 0 +2024/07/08 18:27:51 [notice] 24#24: worker process 118 exited with code 0 +2024/07/08 18:27:51 [notice] 24#24: signal 29 (SIGIO) received +2024/07/08 18:27:51 [notice] 24#24: signal 17 (SIGCHLD) received from 113 +2024/07/08 18:27:51 [notice] 24#24: worker process 110 exited with code 0 +2024/07/08 18:27:51 [notice] 24#24: worker process 113 exited with code 0 +2024/07/08 18:27:51 [notice] 24#24: signal 29 (SIGIO) received +2024/07/08 18:27:51 [notice] 24#24: signal 17 (SIGCHLD) received from 110 +2024/07/08 18:27:51 [notice] 24#24: signal 17 (SIGCHLD) received from 107 +2024/07/08 18:27:51 [notice] 24#24: worker process 107 exited with code 0 +2024/07/08 18:27:51 [notice] 24#24: worker process 109 exited with code 0 +2024/07/08 18:27:51 [notice] 24#24: signal 29 (SIGIO) received +2024/07/08 18:27:51 [notice] 24#24: signal 17 (SIGCHLD) received from 103 +2024/07/08 18:27:51 [notice] 24#24: worker process 103 exited with code 0 +2024/07/08 18:27:51 [notice] 24#24: worker process 117 exited with code 0 +2024/07/08 18:27:51 [notice] 24#24: signal 29 (SIGIO) received +2024/07/08 18:27:51 [notice] 24#24: signal 17 (SIGCHLD) received from 117 +2024/07/08 18:27:51 [notice] 24#24: worker process 111 exited with code 0 +2024/07/08 18:27:51 [notice] 24#24: worker process 115 exited with code 0 +2024/07/08 18:27:51 [notice] 24#24: signal 29 (SIGIO) received +2024/07/08 18:27:51 [notice] 24#24: signal 17 (SIGCHLD) received from 106 +2024/07/08 18:27:51 [notice] 24#24: worker process 106 exited with code 0 +2024/07/08 18:27:51 [notice] 24#24: signal 29 (SIGIO) received +2024/07/08 18:27:51 [notice] 24#24: signal 17 (SIGCHLD) received from 108 +2024/07/08 18:27:51 [notice] 24#24: worker process 108 exited with code 0 +2024/07/08 18:27:51 [notice] 24#24: signal 29 (SIGIO) received +2024/07/08 18:27:51 [notice] 24#24: signal 17 (SIGCHLD) received from 114 +2024/07/08 18:27:51 [notice] 24#24: worker process 114 exited with code 0 +2024/07/08 18:27:51 [notice] 24#24: signal 29 (SIGIO) received +2024/07/08 18:27:52 [info] 119#119: *7 client unix: closed keepalive connection +2024/07/08 18:27:52 [info] 120#120: *8 client unix: closed keepalive connection +10.142.0.101 - - [08/Jul/2024:18:27:53 +0000] "GET / HTTP/1.1" 200 155 "-" "Go-http-client/1.1" +2024/07/08 18:27:53 [info] 119#119: *9 client 10.142.0.101 closed keepalive connection +10.142.0.101 - - [08/Jul/2024:18:27:53 +0000] "GET / HTTP/1.1" 200 155 "-" "Go-http-client/1.1" +2024/07/08 18:27:53 [info] 120#120: *11 client 10.142.0.101 closed keepalive connection +2024/07/08 18:27:53 [info] 121#121: *13 client unix: closed keepalive connection +2024/07/08 18:27:54 [info] 122#122: *14 client unix: closed keepalive connection +2024/07/08 18:27:54 [info] 123#123: *15 client unix: closed keepalive connection +2024/07/08 18:27:54 [info] 124#124: *16 client unix: closed keepalive connection +2024/07/08 18:27:54 [info] 125#125: *17 client unix: closed keepalive connection +2024/07/08 18:27:54 [info] 126#126: *18 client unix: closed keepalive connection +2024/07/08 18:27:54 [info] 127#127: *19 client unix: closed keepalive connection +2024/07/08 18:27:54 [info] 128#128: *20 client unix: closed keepalive connection +2024/07/08 18:27:54 [info] 129#129: *21 client unix: closed keepalive connection +2024/07/08 18:27:54 [info] 130#130: *22 client unix: closed keepalive connection +2024/07/08 18:27:54 [info] 131#131: *23 client unix: closed keepalive connection +2024/07/08 18:27:55 [info] 132#132: *24 client unix: closed keepalive connection +2024/07/08 18:27:55 [info] 133#133: *25 client unix: closed keepalive connection +2024/07/08 18:27:55 [info] 134#134: *26 client unix: closed keepalive connection +2024/07/08 18:27:55 [info] 119#119: *27 client unix: closed keepalive connection +2024/07/08 18:27:55 [info] 119#119: *28 client unix: closed keepalive connection +2024/07/08 18:27:55 [info] 119#119: *29 client unix: closed keepalive connection +2024/07/08 18:27:55 [info] 119#119: *30 client unix: closed keepalive connection +2024/07/08 18:27:55 [info] 119#119: *31 client unix: closed keepalive connection +2024/07/08 18:27:55 [info] 119#119: *32 client unix: closed keepalive connection +2024/07/08 18:27:55 [info] 119#119: *33 client unix: closed keepalive connection +2024/07/08 18:27:55 [info] 119#119: *34 client unix: closed keepalive connection +2024/07/08 18:27:55 [info] 119#119: *35 client unix: closed keepalive connection +2024/07/08 18:27:55 [info] 119#119: *36 client unix: closed keepalive connection +2024/07/08 18:27:56 [info] 119#119: *37 client unix: closed keepalive connection +2024/07/08 18:27:56 [info] 119#119: *38 client unix: closed keepalive connection +2024/07/08 18:27:56 [info] 119#119: *39 client unix: closed keepalive connection +2024/07/08 18:27:56 [info] 119#119: *40 client unix: closed keepalive connection +2024/07/08 18:27:56 [info] 119#119: *41 client unix: closed keepalive connection +2024/07/08 18:27:56 [info] 119#119: *42 client unix: closed keepalive connection +2024/07/08 18:27:56 [info] 120#120: *43 client unix: closed keepalive connection +2024/07/08 18:27:56 [info] 120#120: *44 client unix: closed keepalive connection +2024/07/08 18:27:56 [info] 120#120: *45 client unix: closed keepalive connection +2024/07/08 18:27:56 [info] 120#120: *46 client unix: closed keepalive connection +2024/07/08 18:27:56 [info] 120#120: *47 client unix: closed keepalive connection +2024/07/08 18:27:56 [info] 120#120: *48 client unix: closed keepalive connection +2024/07/08 18:27:56 [info] 120#120: *49 client unix: closed keepalive connection +2024/07/08 18:27:56 [info] 120#120: *50 client unix: closed keepalive connection +2024/07/08 18:27:56 [info] 120#120: *51 client unix: closed keepalive connection +2024/07/08 18:27:56 [info] 120#120: *52 client unix: closed keepalive connection +2024/07/08 18:27:56 [info] 120#120: *53 client unix: closed keepalive connection +2024/07/08 18:27:56 [info] 120#120: *54 client unix: closed keepalive connection +2024/07/08 18:27:56 [info] 120#120: *55 client unix: closed keepalive connection +2024/07/08 18:27:56 [info] 120#120: *56 client unix: closed keepalive connection +2024/07/08 18:27:56 [info] 120#120: *57 client unix: closed keepalive connection +2024/07/08 18:27:57 [info] 120#120: *58 client unix: closed keepalive connection +2024/07/08 18:27:57 [info] 121#121: *59 client unix: closed keepalive connection +2024/07/08 18:27:57 [info] 121#121: *60 client unix: closed keepalive connection +2024/07/08 18:27:57 [info] 122#122: *61 client unix: closed keepalive connection +2024/07/08 18:27:57 [info] 121#121: *62 client unix: closed keepalive connection +2024/07/08 18:27:57 [info] 121#121: *63 client unix: closed keepalive connection +2024/07/08 18:27:57 [info] 121#121: *64 client unix: closed keepalive connection +2024/07/08 18:27:57 [info] 121#121: *65 client unix: closed keepalive connection +2024/07/08 18:27:57 [info] 121#121: *66 client unix: closed keepalive connection +2024/07/08 18:27:57 [info] 121#121: *67 client unix: closed keepalive connection +2024/07/08 18:27:57 [info] 121#121: *68 client unix: closed keepalive connection +2024/07/08 18:27:57 [info] 121#121: *69 client unix: closed keepalive connection +2024/07/08 18:27:57 [info] 121#121: *70 client unix: closed keepalive connection +2024/07/08 18:27:57 [info] 121#121: *71 client unix: closed keepalive connection +2024/07/08 18:27:57 [info] 121#121: *72 client unix: closed keepalive connection +2024/07/08 18:27:57 [info] 121#121: *73 client unix: closed keepalive connection +2024/07/08 18:27:57 [info] 121#121: *74 client unix: closed keepalive connection +2024/07/08 18:27:58 [info] 121#121: *75 client unix: closed keepalive connection +2024/07/08 18:27:58 [info] 122#122: *76 client unix: closed keepalive connection +2024/07/08 18:27:58 [info] 122#122: *77 client unix: closed keepalive connection +2024/07/08 18:27:58 [info] 122#122: *78 client unix: closed keepalive connection +2024/07/08 18:27:58 [info] 122#122: *79 client unix: closed keepalive connection +2024/07/08 18:27:58 [info] 122#122: *80 client unix: closed keepalive connection +2024/07/08 18:27:58 [info] 122#122: *81 client unix: closed keepalive connection +2024/07/08 18:27:58 [info] 122#122: *82 client unix: closed keepalive connection +2024/07/08 18:27:58 [info] 122#122: *83 client unix: closed keepalive connection +2024/07/08 18:27:58 [info] 122#122: *84 client unix: closed keepalive connection +2024/07/08 18:27:58 [info] 122#122: *85 client unix: closed keepalive connection +2024/07/08 18:27:58 [info] 122#122: *86 client unix: closed keepalive connection +2024/07/08 18:27:58 [info] 122#122: *87 client unix: closed keepalive connection +2024/07/08 18:27:58 [info] 122#122: *88 client unix: closed keepalive connection +2024/07/08 18:27:58 [info] 122#122: *89 client unix: closed keepalive connection +2024/07/08 18:27:58 [info] 122#122: *90 client unix: closed keepalive connection +2024/07/08 18:27:58 [info] 123#123: *91 client unix: closed keepalive connection +2024/07/08 18:27:58 [info] 123#123: *92 client unix: closed keepalive connection +2024/07/08 18:27:58 [info] 123#123: *93 client unix: closed keepalive connection +2024/07/08 18:27:58 [info] 123#123: *94 client unix: closed keepalive connection +2024/07/08 18:27:59 [info] 123#123: *95 client unix: closed keepalive connection +2024/07/08 18:27:59 [info] 123#123: *96 client unix: closed keepalive connection +2024/07/08 18:27:59 [info] 123#123: *97 client unix: closed keepalive connection +2024/07/08 18:27:59 [info] 123#123: *98 client unix: closed keepalive connection +2024/07/08 18:27:59 [info] 123#123: *99 client unix: closed keepalive connection +2024/07/08 18:27:59 [info] 123#123: *100 client unix: closed keepalive connection +2024/07/08 18:27:59 [info] 123#123: *101 client unix: closed keepalive connection +2024/07/08 18:27:59 [info] 123#123: *102 client unix: closed keepalive connection +2024/07/08 18:27:59 [info] 123#123: *103 client unix: closed keepalive connection +2024/07/08 18:27:59 [info] 123#123: *104 client unix: closed keepalive connection +2024/07/08 18:27:59 [info] 123#123: *105 client unix: closed keepalive connection +2024/07/08 18:27:59 [info] 123#123: *106 client unix: closed keepalive connection +2024/07/08 18:27:59 [info] 124#124: *107 client unix: closed keepalive connection +2024/07/08 18:27:59 [info] 124#124: *108 client unix: closed keepalive connection +2024/07/08 18:27:59 [info] 124#124: *109 client unix: closed keepalive connection +2024/07/08 18:27:59 [info] 124#124: *110 client unix: closed keepalive connection +2024/07/08 18:27:59 [info] 125#125: *111 client unix: closed keepalive connection +2024/07/08 18:27:59 [info] 124#124: *112 client unix: closed keepalive connection +2024/07/08 18:27:59 [info] 124#124: *113 client unix: closed keepalive connection +2024/07/08 18:27:59 [info] 124#124: *114 client unix: closed keepalive connection +2024/07/08 18:28:00 [info] 124#124: *115 client unix: closed keepalive connection +2024/07/08 18:28:00 [info] 124#124: *116 client unix: closed keepalive connection +2024/07/08 18:28:00 [info] 124#124: *117 client unix: closed keepalive connection +2024/07/08 18:28:00 [info] 124#124: *118 client unix: closed keepalive connection +2024/07/08 18:28:00 [info] 124#124: *119 client unix: closed keepalive connection +2024/07/08 18:28:00 [info] 124#124: *120 client unix: closed keepalive connection +2024/07/08 18:28:00 [info] 124#124: *121 client unix: closed keepalive connection +2024/07/08 18:28:00 [info] 124#124: *122 client unix: closed keepalive connection +2024/07/08 18:28:00 [info] 124#124: *123 client unix: closed keepalive connection +2024/07/08 18:28:00 [info] 125#125: *124 client unix: closed keepalive connection +2024/07/08 18:28:00 [info] 125#125: *125 client unix: closed keepalive connection +2024/07/08 18:28:00 [info] 125#125: *126 client unix: closed keepalive connection +2024/07/08 18:28:00 [info] 125#125: *127 client unix: closed keepalive connection +2024/07/08 18:28:00 [info] 125#125: *128 client unix: closed keepalive connection +2024/07/08 18:28:00 [info] 125#125: *129 client unix: closed keepalive connection +2024/07/08 18:28:00 [info] 125#125: *130 client unix: closed keepalive connection +2024/07/08 18:28:00 [info] 125#125: *131 client unix: closed keepalive connection +2024/07/08 18:28:00 [info] 125#125: *132 client unix: closed keepalive connection +2024/07/08 18:28:00 [info] 125#125: *133 client unix: closed keepalive connection +2024/07/08 18:28:00 [info] 125#125: *134 client unix: closed keepalive connection +2024/07/08 18:28:00 [info] 125#125: *135 client unix: closed keepalive connection +2024/07/08 18:28:00 [info] 125#125: *136 client unix: closed keepalive connection +2024/07/08 18:28:00 [info] 125#125: *137 client unix: closed keepalive connection +2024/07/08 18:28:00 [info] 125#125: *138 client unix: closed keepalive connection +2024/07/08 18:28:01 [info] 126#126: *139 client unix: closed keepalive connection +2024/07/08 18:28:01 [info] 126#126: *140 client unix: closed keepalive connection +2024/07/08 18:28:01 [info] 126#126: *141 client unix: closed keepalive connection +2024/07/08 18:28:01 [info] 126#126: *142 client unix: closed keepalive connection +2024/07/08 18:28:01 [info] 126#126: *143 client unix: closed keepalive connection +2024/07/08 18:28:01 [info] 126#126: *144 client unix: closed keepalive connection +2024/07/08 18:28:01 [info] 126#126: *145 client unix: closed keepalive connection +2024/07/08 18:28:01 [info] 126#126: *146 client unix: closed keepalive connection +2024/07/08 18:28:01 [info] 126#126: *147 client unix: closed keepalive connection +2024/07/08 18:28:01 [info] 126#126: *148 client unix: closed keepalive connection +2024/07/08 18:28:01 [info] 126#126: *149 client unix: closed keepalive connection +2024/07/08 18:28:01 [info] 126#126: *150 client unix: closed keepalive connection +2024/07/08 18:28:01 [info] 126#126: *151 client unix: closed keepalive connection +2024/07/08 18:28:01 [info] 127#127: *152 client unix: closed keepalive connection +2024/07/08 18:28:01 [info] 126#126: *153 client unix: closed keepalive connection +2024/07/08 18:28:01 [info] 126#126: *154 client unix: closed keepalive connection +2024/07/08 18:28:02 [info] 126#126: *155 client unix: closed keepalive connection +2024/07/08 18:28:02 [info] 127#127: *156 client unix: closed keepalive connection +2024/07/08 18:28:02 [info] 127#127: *157 client unix: closed keepalive connection +2024/07/08 18:28:02 [info] 127#127: *158 client unix: closed keepalive connection +2024/07/08 18:28:02 [info] 127#127: *159 client unix: closed keepalive connection +2024/07/08 18:28:02 [info] 127#127: *160 client unix: closed keepalive connection +2024/07/08 18:28:02 [info] 127#127: *161 client unix: closed keepalive connection +2024/07/08 18:28:02 [info] 127#127: *162 client unix: closed keepalive connection +2024/07/08 18:28:02 [info] 127#127: *163 client unix: closed keepalive connection +2024/07/08 18:28:02 [info] 127#127: *164 client unix: closed keepalive connection +2024/07/08 18:28:02 [info] 127#127: *165 client unix: closed keepalive connection +2024/07/08 18:28:02 [info] 127#127: *166 client unix: closed keepalive connection +2024/07/08 18:28:02 [info] 127#127: *167 client unix: closed keepalive connection +2024/07/08 18:28:02 [info] 127#127: *168 client unix: closed keepalive connection +2024/07/08 18:28:02 [info] 127#127: *169 client unix: closed keepalive connection +2024/07/08 18:28:02 [info] 127#127: *170 client unix: closed keepalive connection +2024/07/08 18:28:02 [info] 128#128: *171 client unix: closed keepalive connection +2024/07/08 18:28:02 [info] 128#128: *172 client unix: closed keepalive connection +2024/07/08 18:28:03 [info] 128#128: *173 client unix: closed keepalive connection +2024/07/08 18:28:03 [info] 128#128: *174 client unix: closed keepalive connection +2024/07/08 18:28:03 [info] 128#128: *175 client unix: closed keepalive connection +2024/07/08 18:28:03 [info] 128#128: *176 client unix: closed keepalive connection +2024/07/08 18:28:03 [info] 128#128: *177 client unix: closed keepalive connection +2024/07/08 18:28:03 [info] 128#128: *178 client unix: closed keepalive connection +2024/07/08 18:28:03 [info] 128#128: *179 client unix: closed keepalive connection +2024/07/08 18:28:03 [info] 128#128: *180 client unix: closed keepalive connection +2024/07/08 18:28:03 [info] 128#128: *181 client unix: closed keepalive connection +2024/07/08 18:28:03 [info] 128#128: *182 client unix: closed keepalive connection +2024/07/08 18:28:03 [info] 128#128: *183 client unix: closed keepalive connection +2024/07/08 18:28:03 [info] 128#128: *184 client unix: closed keepalive connection +2024/07/08 18:28:03 [info] 128#128: *185 client unix: closed keepalive connection +2024/07/08 18:28:03 [info] 128#128: *186 client unix: closed keepalive connection +2024/07/08 18:28:03 [info] 129#129: *187 client unix: closed keepalive connection +2024/07/08 18:28:03 [info] 129#129: *188 client unix: closed keepalive connection +2024/07/08 18:28:03 [info] 129#129: *189 client unix: closed keepalive connection +2024/07/08 18:28:04 [info] 129#129: *190 client unix: closed keepalive connection +2024/07/08 18:28:04 [info] 129#129: *191 client unix: closed keepalive connection +2024/07/08 18:28:04 [info] 129#129: *192 client unix: closed keepalive connection +2024/07/08 18:28:04 [info] 129#129: *193 client unix: closed keepalive connection +2024/07/08 18:28:04 [info] 129#129: *194 client unix: closed keepalive connection +2024/07/08 18:28:04 [info] 129#129: *195 client unix: closed keepalive connection +2024/07/08 18:28:04 [info] 129#129: *196 client unix: closed keepalive connection +2024/07/08 18:28:04 [info] 129#129: *197 client unix: closed keepalive connection +2024/07/08 18:28:04 [info] 129#129: *198 client unix: closed keepalive connection +2024/07/08 18:28:04 [info] 129#129: *199 client unix: closed keepalive connection +2024/07/08 18:28:04 [info] 129#129: *200 client unix: closed keepalive connection +2024/07/08 18:28:04 [info] 129#129: *201 client unix: closed keepalive connection +2024/07/08 18:28:04 [info] 129#129: *202 client unix: closed keepalive connection +2024/07/08 18:28:04 [info] 130#130: *203 client unix: closed keepalive connection +2024/07/08 18:28:04 [info] 130#130: *204 client unix: closed keepalive connection +2024/07/08 18:28:04 [info] 130#130: *205 client unix: closed keepalive connection +2024/07/08 18:28:04 [info] 130#130: *206 client unix: closed keepalive connection +2024/07/08 18:28:04 [info] 130#130: *207 client unix: closed keepalive connection +2024/07/08 18:28:04 [info] 130#130: *208 client unix: closed keepalive connection +2024/07/08 18:28:04 [info] 130#130: *209 client unix: closed keepalive connection +2024/07/08 18:28:04 [info] 130#130: *210 client unix: closed keepalive connection +2024/07/08 18:28:04 [info] 130#130: *211 client unix: closed keepalive connection +2024/07/08 18:28:04 [info] 130#130: *212 client unix: closed keepalive connection +2024/07/08 18:28:04 [info] 130#130: *213 client unix: closed keepalive connection +2024/07/08 18:28:04 [info] 130#130: *214 client unix: closed keepalive connection +2024/07/08 18:28:04 [info] 130#130: *215 client unix: closed keepalive connection +2024/07/08 18:28:05 [info] 130#130: *216 client unix: closed keepalive connection +2024/07/08 18:28:05 [info] 130#130: *217 client unix: closed keepalive connection +2024/07/08 18:28:05 [info] 130#130: *218 client unix: closed keepalive connection +2024/07/08 18:28:05 [info] 131#131: *219 client unix: closed keepalive connection +2024/07/08 18:28:05 [info] 132#132: *220 client unix: closed keepalive connection +2024/07/08 18:28:05 [info] 131#131: *221 client unix: closed keepalive connection +2024/07/08 18:28:05 [info] 131#131: *222 client unix: closed keepalive connection +2024/07/08 18:28:05 [info] 131#131: *223 client unix: closed keepalive connection +2024/07/08 18:28:05 [info] 131#131: *224 client unix: closed keepalive connection +2024/07/08 18:28:05 [info] 131#131: *225 client unix: closed keepalive connection +2024/07/08 18:28:05 [info] 131#131: *226 client unix: closed keepalive connection +2024/07/08 18:28:05 [info] 131#131: *227 client unix: closed keepalive connection +2024/07/08 18:28:05 [info] 131#131: *228 client unix: closed keepalive connection +2024/07/08 18:28:05 [info] 131#131: *229 client unix: closed keepalive connection +2024/07/08 18:28:05 [info] 131#131: *230 client unix: closed keepalive connection +2024/07/08 18:28:05 [info] 131#131: *231 client unix: closed keepalive connection +2024/07/08 18:28:06 [info] 131#131: *232 client unix: closed keepalive connection +2024/07/08 18:28:06 [info] 131#131: *233 client unix: closed keepalive connection +2024/07/08 18:28:06 [info] 131#131: *234 client unix: closed keepalive connection +2024/07/08 18:28:06 [info] 131#131: *235 client unix: closed keepalive connection +2024/07/08 18:28:06 [info] 132#132: *236 client unix: closed keepalive connection +2024/07/08 18:28:06 [info] 132#132: *237 client unix: closed keepalive connection +2024/07/08 18:28:06 [info] 132#132: *238 client unix: closed keepalive connection +2024/07/08 18:28:06 [info] 132#132: *239 client unix: closed keepalive connection +2024/07/08 18:28:06 [info] 132#132: *240 client unix: closed keepalive connection +2024/07/08 18:28:06 [info] 132#132: *241 client unix: closed keepalive connection +2024/07/08 18:28:06 [info] 132#132: *242 client unix: closed keepalive connection +2024/07/08 18:28:06 [info] 132#132: *243 client unix: closed keepalive connection +2024/07/08 18:28:06 [info] 132#132: *244 client unix: closed keepalive connection +2024/07/08 18:28:06 [info] 132#132: *245 client unix: closed keepalive connection +2024/07/08 18:28:06 [info] 132#132: *246 client unix: closed keepalive connection +2024/07/08 18:28:06 [info] 132#132: *247 client unix: closed keepalive connection +2024/07/08 18:28:06 [info] 132#132: *248 client unix: closed keepalive connection +2024/07/08 18:28:06 [info] 132#132: *249 client unix: closed keepalive connection +2024/07/08 18:28:06 [info] 132#132: *250 client unix: closed keepalive connection +2024/07/08 18:28:06 [info] 133#133: *251 client unix: closed keepalive connection +2024/07/08 18:28:06 [info] 133#133: *252 client unix: closed keepalive connection +2024/07/08 18:28:06 [info] 133#133: *253 client unix: closed keepalive connection +2024/07/08 18:28:07 [info] 133#133: *254 client unix: closed keepalive connection +2024/07/08 18:28:07 [info] 133#133: *255 client unix: closed keepalive connection +2024/07/08 18:28:07 [info] 133#133: *256 client unix: closed keepalive connection +2024/07/08 18:28:07 [info] 133#133: *257 client unix: closed keepalive connection +2024/07/08 18:28:07 [info] 133#133: *258 client unix: closed keepalive connection +2024/07/08 18:28:07 [info] 133#133: *259 client unix: closed keepalive connection +2024/07/08 18:28:07 [info] 133#133: *260 client unix: closed keepalive connection +2024/07/08 18:28:07 [info] 133#133: *261 client unix: closed keepalive connection +2024/07/08 18:28:07 [info] 133#133: *262 client unix: closed keepalive connection +2024/07/08 18:28:07 [info] 133#133: *263 client unix: closed keepalive connection +2024/07/08 18:28:07 [info] 133#133: *264 client unix: closed keepalive connection +2024/07/08 18:28:07 [info] 133#133: *265 client unix: closed keepalive connection +2024/07/08 18:28:07 [info] 133#133: *266 client unix: closed keepalive connection +2024/07/08 18:28:07 [info] 134#134: *267 client unix: closed keepalive connection +2024/07/08 18:28:07 [info] 134#134: *268 client unix: closed keepalive connection +2024/07/08 18:28:07 [info] 134#134: *269 client unix: closed keepalive connection +2024/07/08 18:28:07 [info] 134#134: *270 client unix: closed keepalive connection +2024/07/08 18:28:07 [info] 134#134: *271 client unix: closed keepalive connection +2024/07/08 18:28:07 [info] 134#134: *272 client unix: closed keepalive connection +2024/07/08 18:28:07 [info] 134#134: *273 client unix: closed keepalive connection +2024/07/08 18:28:07 [info] 134#134: *274 client unix: closed keepalive connection +2024/07/08 18:28:07 [info] 134#134: *275 client unix: closed keepalive connection +2024/07/08 18:28:07 [info] 134#134: *276 client unix: closed keepalive connection +2024/07/08 18:28:07 [info] 134#134: *277 client unix: closed keepalive connection +2024/07/08 18:28:07 [info] 134#134: *278 client unix: closed keepalive connection +2024/07/08 18:28:07 [info] 134#134: *279 client unix: closed keepalive connection +2024/07/08 18:28:08 [info] 134#134: *280 client unix: closed keepalive connection +2024/07/08 18:28:08 [info] 134#134: *281 client unix: closed keepalive connection +2024/07/08 18:28:08 [info] 134#134: *282 client unix: closed keepalive connection +2024/07/08 18:28:08 [info] 119#119: *283 client unix: closed keepalive connection +2024/07/08 18:28:08 [info] 119#119: *284 client unix: closed keepalive connection +2024/07/08 18:28:08 [info] 119#119: *285 client unix: closed keepalive connection +2024/07/08 18:28:08 [info] 119#119: *286 client unix: closed keepalive connection +2024/07/08 18:28:08 [info] 119#119: *287 client unix: closed keepalive connection +2024/07/08 18:28:08 [info] 119#119: *288 client unix: closed keepalive connection +2024/07/08 18:28:08 [info] 119#119: *289 client unix: closed keepalive connection +2024/07/08 18:28:08 [info] 119#119: *290 client unix: closed keepalive connection +2024/07/08 18:28:08 [info] 119#119: *291 client unix: closed keepalive connection +2024/07/08 18:28:08 [info] 119#119: *292 client unix: closed keepalive connection +2024/07/08 18:28:09 [info] 119#119: *293 client unix: closed keepalive connection +2024/07/08 18:28:09 [info] 119#119: *294 client unix: closed keepalive connection +2024/07/08 18:28:09 [info] 119#119: *295 client unix: closed keepalive connection +2024/07/08 18:28:09 [info] 119#119: *296 client unix: closed keepalive connection +2024/07/08 18:28:09 [info] 119#119: *297 client unix: closed keepalive connection +2024/07/08 18:28:09 [info] 119#119: *298 client unix: closed keepalive connection +2024/07/08 18:28:09 [info] 120#120: *299 client unix: closed keepalive connection +2024/07/08 18:28:09 [info] 120#120: *300 client unix: closed keepalive connection +2024/07/08 18:28:09 [info] 120#120: *301 client unix: closed keepalive connection +2024/07/08 18:28:09 [info] 120#120: *302 client unix: closed keepalive connection +2024/07/08 18:28:09 [info] 120#120: *303 client unix: closed keepalive connection +2024/07/08 18:28:09 [info] 120#120: *304 client unix: closed keepalive connection +2024/07/08 18:28:09 [info] 120#120: *305 client unix: closed keepalive connection +2024/07/08 18:28:09 [info] 120#120: *307 client unix: closed keepalive connection +2024/07/08 18:28:09 [info] 121#121: *306 client unix: closed keepalive connection +2024/07/08 18:28:09 [info] 120#120: *308 client unix: closed keepalive connection +2024/07/08 18:28:09 [info] 120#120: *309 client unix: closed keepalive connection +2024/07/08 18:28:09 [info] 120#120: *310 client unix: closed keepalive connection +2024/07/08 18:28:09 [info] 120#120: *311 client unix: closed keepalive connection +2024/07/08 18:28:09 [info] 120#120: *312 client unix: closed keepalive connection +2024/07/08 18:28:09 [info] 120#120: *313 client unix: closed keepalive connection +2024/07/08 18:28:09 [info] 120#120: *314 client unix: closed keepalive connection +2024/07/08 18:28:09 [info] 120#120: *315 client unix: closed keepalive connection +2024/07/08 18:28:09 [info] 121#121: *316 client unix: closed keepalive connection +2024/07/08 18:28:09 [info] 121#121: *317 client unix: closed keepalive connection +2024/07/08 18:28:10 [info] 121#121: *318 client unix: closed keepalive connection +2024/07/08 18:28:10 [info] 121#121: *319 client unix: closed keepalive connection +2024/07/08 18:28:10 [info] 121#121: *320 client unix: closed keepalive connection +2024/07/08 18:28:10 [info] 121#121: *321 client unix: closed keepalive connection +2024/07/08 18:28:10 [info] 121#121: *322 client unix: closed keepalive connection +2024/07/08 18:28:10 [info] 121#121: *323 client unix: closed keepalive connection +2024/07/08 18:28:10 [info] 121#121: *324 client unix: closed keepalive connection +2024/07/08 18:28:10 [info] 121#121: *325 client unix: closed keepalive connection +2024/07/08 18:28:10 [info] 121#121: *326 client unix: closed keepalive connection +2024/07/08 18:28:10 [info] 121#121: *327 client unix: closed keepalive connection +2024/07/08 18:28:10 [info] 121#121: *328 client unix: closed keepalive connection +2024/07/08 18:28:10 [info] 121#121: *329 client unix: closed keepalive connection +2024/07/08 18:28:10 [info] 121#121: *330 client unix: closed keepalive connection +2024/07/08 18:28:10 [info] 122#122: *331 client unix: closed keepalive connection +2024/07/08 18:28:10 [info] 122#122: *332 client unix: closed keepalive connection +2024/07/08 18:28:10 [info] 122#122: *333 client unix: closed keepalive connection +2024/07/08 18:28:10 [info] 122#122: *334 client unix: closed keepalive connection +2024/07/08 18:28:10 [info] 122#122: *335 client unix: closed keepalive connection +2024/07/08 18:28:11 [info] 122#122: *336 client unix: closed keepalive connection +2024/07/08 18:28:11 [info] 122#122: *337 client unix: closed keepalive connection +2024/07/08 18:28:11 [info] 122#122: *338 client unix: closed keepalive connection +2024/07/08 18:28:11 [info] 122#122: *339 client unix: closed keepalive connection +2024/07/08 18:28:11 [info] 122#122: *340 client unix: closed keepalive connection +2024/07/08 18:28:11 [info] 122#122: *341 client unix: closed keepalive connection +2024/07/08 18:28:11 [info] 122#122: *342 client unix: closed keepalive connection +2024/07/08 18:28:11 [info] 122#122: *343 client unix: closed keepalive connection +2024/07/08 18:28:11 [info] 122#122: *344 client unix: closed keepalive connection +2024/07/08 18:28:11 [info] 122#122: *345 client unix: closed keepalive connection +2024/07/08 18:28:11 [info] 122#122: *346 client unix: closed keepalive connection +2024/07/08 18:28:11 [info] 123#123: *347 client unix: closed keepalive connection +2024/07/08 18:28:12 [info] 123#123: *348 client unix: closed keepalive connection +2024/07/08 18:28:12 [info] 123#123: *349 client unix: closed keepalive connection +2024/07/08 18:28:12 [info] 123#123: *350 client unix: closed keepalive connection +2024/07/08 18:28:12 [info] 123#123: *351 client unix: closed keepalive connection +2024/07/08 18:28:12 [info] 123#123: *352 client unix: closed keepalive connection +2024/07/08 18:28:12 [info] 123#123: *353 client unix: closed keepalive connection +2024/07/08 18:28:12 [info] 123#123: *354 client unix: closed keepalive connection +2024/07/08 18:28:12 [info] 123#123: *355 client unix: closed keepalive connection +2024/07/08 18:28:12 [info] 123#123: *356 client unix: closed keepalive connection +2024/07/08 18:28:12 [info] 123#123: *357 client unix: closed keepalive connection +2024/07/08 18:28:12 [info] 123#123: *358 client unix: closed keepalive connection +2024/07/08 18:28:12 [info] 123#123: *359 client unix: closed keepalive connection +2024/07/08 18:28:12 [info] 123#123: *360 client unix: closed keepalive connection +2024/07/08 18:28:12 [info] 123#123: *361 client unix: closed keepalive connection +2024/07/08 18:28:12 [info] 123#123: *362 client unix: closed keepalive connection +2024/07/08 18:28:12 [info] 124#124: *363 client unix: closed keepalive connection +2024/07/08 18:28:12 [info] 124#124: *364 client unix: closed keepalive connection +2024/07/08 18:28:12 [info] 124#124: *365 client unix: closed keepalive connection +2024/07/08 18:28:12 [info] 124#124: *366 client unix: closed keepalive connection +2024/07/08 18:28:13 [info] 124#124: *367 client unix: closed keepalive connection +2024/07/08 18:28:13 [info] 124#124: *368 client unix: closed keepalive connection +2024/07/08 18:28:13 [info] 124#124: *369 client unix: closed keepalive connection +2024/07/08 18:28:13 [info] 124#124: *370 client unix: closed keepalive connection +2024/07/08 18:28:13 [info] 124#124: *371 client unix: closed keepalive connection +2024/07/08 18:28:13 [info] 124#124: *372 client unix: closed keepalive connection +2024/07/08 18:28:13 [info] 124#124: *373 client unix: closed keepalive connection +2024/07/08 18:28:13 [info] 124#124: *374 client unix: closed keepalive connection +2024/07/08 18:28:13 [info] 124#124: *375 client unix: closed keepalive connection +2024/07/08 18:28:13 [info] 124#124: *376 client unix: closed keepalive connection +2024/07/08 18:28:13 [info] 124#124: *377 client unix: closed keepalive connection +2024/07/08 18:28:13 [info] 124#124: *378 client unix: closed keepalive connection +2024/07/08 18:28:13 [info] 125#125: *379 client unix: closed keepalive connection +2024/07/08 18:28:13 [info] 125#125: *380 client unix: closed keepalive connection +2024/07/08 18:28:13 [info] 125#125: *381 client unix: closed keepalive connection +2024/07/08 18:28:13 [info] 125#125: *382 client unix: closed keepalive connection +2024/07/08 18:28:13 [info] 125#125: *383 client unix: closed keepalive connection +2024/07/08 18:28:14 [info] 125#125: *384 client unix: closed keepalive connection +2024/07/08 18:28:14 [info] 125#125: *385 client unix: closed keepalive connection +2024/07/08 18:28:14 [info] 125#125: *386 client unix: closed keepalive connection +2024/07/08 18:28:14 [info] 125#125: *387 client unix: closed keepalive connection +2024/07/08 18:28:14 [info] 125#125: *388 client unix: closed keepalive connection +2024/07/08 18:28:14 [info] 125#125: *389 client unix: closed keepalive connection +2024/07/08 18:28:14 [info] 125#125: *390 client unix: closed keepalive connection +2024/07/08 18:28:14 [info] 125#125: *391 client unix: closed keepalive connection +2024/07/08 18:28:14 [info] 125#125: *392 client unix: closed keepalive connection +2024/07/08 18:28:14 [info] 125#125: *393 client unix: closed keepalive connection +2024/07/08 18:28:14 [info] 125#125: *394 client unix: closed keepalive connection +2024/07/08 18:28:14 [info] 126#126: *395 client unix: closed keepalive connection +2024/07/08 18:28:14 [info] 126#126: *396 client unix: closed keepalive connection +2024/07/08 18:28:14 [info] 126#126: *397 client unix: closed keepalive connection +2024/07/08 18:28:14 [info] 126#126: *398 client unix: closed keepalive connection +2024/07/08 18:28:14 [info] 126#126: *399 client unix: closed keepalive connection +2024/07/08 18:28:14 [info] 126#126: *400 client unix: closed keepalive connection +2024/07/08 18:28:14 [info] 126#126: *401 client unix: closed keepalive connection +2024/07/08 18:28:14 [info] 126#126: *402 client unix: closed keepalive connection +2024/07/08 18:28:15 [info] 126#126: *403 client unix: closed keepalive connection +2024/07/08 18:28:15 [info] 126#126: *404 client unix: closed keepalive connection +2024/07/08 18:28:15 [info] 126#126: *405 client unix: closed keepalive connection +2024/07/08 18:28:15 [info] 126#126: *406 client unix: closed keepalive connection +2024/07/08 18:28:15 [info] 126#126: *407 client unix: closed keepalive connection +2024/07/08 18:28:15 [info] 126#126: *408 client unix: closed keepalive connection +2024/07/08 18:28:15 [info] 126#126: *409 client unix: closed keepalive connection +2024/07/08 18:28:15 [info] 126#126: *410 client unix: closed keepalive connection +2024/07/08 18:28:15 [info] 127#127: *411 client unix: closed keepalive connection +2024/07/08 18:28:15 [info] 127#127: *412 client unix: closed keepalive connection +2024/07/08 18:28:15 [info] 127#127: *413 client unix: closed keepalive connection +2024/07/08 18:28:15 [info] 127#127: *414 client unix: closed keepalive connection +2024/07/08 18:28:15 [info] 127#127: *415 client unix: closed keepalive connection +2024/07/08 18:28:15 [info] 127#127: *416 client unix: closed keepalive connection +2024/07/08 18:28:15 [info] 127#127: *417 client unix: closed keepalive connection +2024/07/08 18:28:15 [info] 127#127: *418 client unix: closed keepalive connection +2024/07/08 18:28:15 [info] 127#127: *419 client unix: closed keepalive connection +2024/07/08 18:28:15 [info] 128#128: *420 client unix: closed keepalive connection +2024/07/08 18:28:15 [info] 127#127: *421 client unix: closed keepalive connection +2024/07/08 18:28:15 [info] 127#127: *422 client unix: closed keepalive connection +2024/07/08 18:28:15 [info] 127#127: *423 client unix: closed keepalive connection +2024/07/08 18:28:15 [info] 127#127: *424 client unix: closed keepalive connection +2024/07/08 18:28:15 [info] 127#127: *425 client unix: closed keepalive connection +2024/07/08 18:28:15 [info] 127#127: *426 client unix: closed keepalive connection +2024/07/08 18:28:15 [info] 127#127: *427 client unix: closed keepalive connection +2024/07/08 18:28:15 [info] 128#128: *428 client unix: closed keepalive connection +2024/07/08 18:28:15 [info] 128#128: *429 client unix: closed keepalive connection +2024/07/08 18:28:15 [info] 128#128: *430 client unix: closed keepalive connection +2024/07/08 18:28:15 [info] 128#128: *431 client unix: closed keepalive connection +2024/07/08 18:28:15 [info] 128#128: *432 client unix: closed keepalive connection +2024/07/08 18:28:15 [info] 128#128: *433 client unix: closed keepalive connection +2024/07/08 18:28:16 [info] 128#128: *434 client unix: closed keepalive connection +2024/07/08 18:28:16 [info] 128#128: *435 client unix: closed keepalive connection +2024/07/08 18:28:16 [info] 128#128: *436 client unix: closed keepalive connection +2024/07/08 18:28:16 [info] 128#128: *437 client unix: closed keepalive connection +2024/07/08 18:28:16 [info] 128#128: *438 client unix: closed keepalive connection +2024/07/08 18:28:16 [info] 128#128: *439 client unix: closed keepalive connection +2024/07/08 18:28:16 [info] 128#128: *440 client unix: closed keepalive connection +2024/07/08 18:28:16 [info] 128#128: *441 client unix: closed keepalive connection +2024/07/08 18:28:16 [info] 128#128: *442 client unix: closed keepalive connection +2024/07/08 18:28:16 [info] 129#129: *443 client unix: closed keepalive connection +2024/07/08 18:28:16 [info] 129#129: *444 client unix: closed keepalive connection +2024/07/08 18:28:16 [info] 129#129: *445 client unix: closed keepalive connection +2024/07/08 18:28:16 [info] 129#129: *446 client unix: closed keepalive connection +2024/07/08 18:28:16 [info] 129#129: *447 client unix: closed keepalive connection +2024/07/08 18:28:16 [info] 129#129: *448 client unix: closed keepalive connection +2024/07/08 18:28:17 [info] 129#129: *449 client unix: closed keepalive connection +2024/07/08 18:28:17 [info] 129#129: *450 client unix: closed keepalive connection +2024/07/08 18:28:17 [info] 129#129: *451 client unix: closed keepalive connection +2024/07/08 18:28:17 [info] 129#129: *452 client unix: closed keepalive connection +2024/07/08 18:28:17 [info] 129#129: *453 client unix: closed keepalive connection +2024/07/08 18:28:17 [info] 129#129: *454 client unix: closed keepalive connection +2024/07/08 18:28:17 [info] 129#129: *455 client unix: closed keepalive connection +2024/07/08 18:28:17 [info] 129#129: *456 client unix: closed keepalive connection +2024/07/08 18:28:17 [info] 129#129: *457 client unix: closed keepalive connection +2024/07/08 18:28:17 [info] 129#129: *458 client unix: closed keepalive connection +2024/07/08 18:28:17 [info] 130#130: *459 client unix: closed keepalive connection +2024/07/08 18:28:17 [info] 130#130: *460 client unix: closed keepalive connection +2024/07/08 18:28:17 [info] 130#130: *461 client unix: closed keepalive connection +2024/07/08 18:28:17 [info] 130#130: *462 client unix: closed keepalive connection +2024/07/08 18:28:17 [info] 130#130: *463 client unix: closed keepalive connection +2024/07/08 18:28:17 [info] 130#130: *464 client unix: closed keepalive connection +2024/07/08 18:28:17 [info] 130#130: *465 client unix: closed keepalive connection +2024/07/08 18:28:17 [info] 130#130: *466 client unix: closed keepalive connection +2024/07/08 18:28:17 [info] 130#130: *467 client unix: closed keepalive connection +2024/07/08 18:28:17 [info] 130#130: *468 client unix: closed keepalive connection +2024/07/08 18:28:17 [info] 130#130: *469 client unix: closed keepalive connection +2024/07/08 18:28:17 [info] 130#130: *470 client unix: closed keepalive connection +2024/07/08 18:28:18 [info] 130#130: *471 client unix: closed keepalive connection +2024/07/08 18:28:18 [info] 130#130: *472 client unix: closed keepalive connection +2024/07/08 18:28:18 [info] 130#130: *473 client unix: closed keepalive connection +2024/07/08 18:28:18 [info] 130#130: *474 client unix: closed keepalive connection +2024/07/08 18:28:18 [info] 131#131: *475 client unix: closed keepalive connection +2024/07/08 18:28:18 [info] 131#131: *476 client unix: closed keepalive connection +2024/07/08 18:28:18 [info] 131#131: *477 client unix: closed keepalive connection +2024/07/08 18:28:18 [info] 131#131: *478 client unix: closed keepalive connection +2024/07/08 18:28:18 [info] 131#131: *479 client unix: closed keepalive connection +2024/07/08 18:28:18 [info] 131#131: *480 client unix: closed keepalive connection +2024/07/08 18:28:18 [info] 131#131: *481 client unix: closed keepalive connection +2024/07/08 18:28:18 [info] 131#131: *482 client unix: closed keepalive connection +2024/07/08 18:28:18 [info] 131#131: *483 client unix: closed keepalive connection +2024/07/08 18:28:18 [info] 131#131: *484 client unix: closed keepalive connection +2024/07/08 18:28:18 [info] 131#131: *485 client unix: closed keepalive connection +2024/07/08 18:28:18 [info] 131#131: *486 client unix: closed keepalive connection +2024/07/08 18:28:18 [info] 131#131: *487 client unix: closed keepalive connection +2024/07/08 18:28:18 [info] 131#131: *488 client unix: closed keepalive connection +2024/07/08 18:28:18 [info] 131#131: *489 client unix: closed keepalive connection +2024/07/08 18:28:18 [info] 131#131: *490 client unix: closed keepalive connection +2024/07/08 18:28:18 [info] 132#132: *491 client unix: closed keepalive connection +2024/07/08 18:28:18 [info] 132#132: *492 client unix: closed keepalive connection +2024/07/08 18:28:18 [info] 132#132: *493 client unix: closed keepalive connection +2024/07/08 18:28:18 [info] 132#132: *494 client unix: closed keepalive connection +2024/07/08 18:28:18 [info] 132#132: *495 client unix: closed keepalive connection +2024/07/08 18:28:19 [info] 132#132: *496 client unix: closed keepalive connection +2024/07/08 18:28:19 [info] 132#132: *497 client unix: closed keepalive connection +2024/07/08 18:28:19 [info] 132#132: *498 client unix: closed keepalive connection +2024/07/08 18:28:19 [info] 132#132: *499 client unix: closed keepalive connection +2024/07/08 18:28:19 [info] 132#132: *500 client unix: closed keepalive connection +2024/07/08 18:28:19 [info] 132#132: *501 client unix: closed keepalive connection +2024/07/08 18:28:19 [info] 132#132: *502 client unix: closed keepalive connection +2024/07/08 18:28:19 [info] 132#132: *503 client unix: closed keepalive connection +2024/07/08 18:28:19 [info] 132#132: *504 client unix: closed keepalive connection +2024/07/08 18:28:20 [info] 132#132: *505 client unix: closed keepalive connection +2024/07/08 18:28:20 [info] 132#132: *506 client unix: closed keepalive connection +2024/07/08 18:28:20 [info] 133#133: *507 client unix: closed keepalive connection +2024/07/08 18:28:20 [info] 133#133: *508 client unix: closed keepalive connection +2024/07/08 18:28:20 [info] 133#133: *509 client unix: closed keepalive connection +2024/07/08 18:28:20 [info] 133#133: *510 client unix: closed keepalive connection +2024/07/08 18:28:20 [info] 133#133: *511 client unix: closed keepalive connection +2024/07/08 18:28:20 [info] 134#134: *512 client unix: closed keepalive connection +2024/07/08 18:28:20 [info] 133#133: *513 client unix: closed keepalive connection +2024/07/08 18:28:20 [info] 133#133: *514 client unix: closed keepalive connection +2024/07/08 18:28:20 [info] 133#133: *515 client unix: closed keepalive connection +2024/07/08 18:28:20 [info] 133#133: *516 client unix: closed keepalive connection +2024/07/08 18:28:20 [info] 133#133: *517 client unix: closed keepalive connection +2024/07/08 18:28:20 [info] 133#133: *518 client unix: closed keepalive connection +2024/07/08 18:28:20 [info] 133#133: *519 client unix: closed keepalive connection +2024/07/08 18:28:20 [info] 133#133: *520 client unix: closed keepalive connection +2024/07/08 18:28:20 [info] 133#133: *521 client unix: closed keepalive connection +2024/07/08 18:28:20 [info] 133#133: *522 client unix: closed keepalive connection +2024/07/08 18:28:20 [info] 133#133: *523 client unix: closed keepalive connection +2024/07/08 18:28:20 [info] 134#134: *524 client unix: closed keepalive connection +2024/07/08 18:28:20 [info] 134#134: *525 client unix: closed keepalive connection +2024/07/08 18:28:20 [info] 119#119: *526 client unix: closed keepalive connection +2024/07/08 18:28:20 [info] 134#134: *527 client unix: closed keepalive connection +2024/07/08 18:28:20 [info] 134#134: *528 client unix: closed keepalive connection +2024/07/08 18:28:20 [info] 134#134: *529 client unix: closed keepalive connection +2024/07/08 18:28:20 [info] 134#134: *530 client unix: closed keepalive connection +2024/07/08 18:28:20 [info] 134#134: *531 client unix: closed keepalive connection +2024/07/08 18:28:20 [info] 134#134: *532 client unix: closed keepalive connection +2024/07/08 18:28:20 [info] 134#134: *533 client unix: closed keepalive connection +2024/07/08 18:28:20 [info] 134#134: *534 client unix: closed keepalive connection +2024/07/08 18:28:21 [info] 134#134: *535 client unix: closed keepalive connection +2024/07/08 18:28:21 [info] 134#134: *536 client unix: closed keepalive connection +2024/07/08 18:28:21 [info] 134#134: *537 client unix: closed keepalive connection +2024/07/08 18:28:21 [info] 134#134: *538 client unix: closed keepalive connection +2024/07/08 18:28:21 [info] 134#134: *539 client unix: closed keepalive connection +2024/07/08 18:28:21 [info] 119#119: *540 client unix: closed keepalive connection +2024/07/08 18:28:21 [info] 119#119: *541 client unix: closed keepalive connection +2024/07/08 18:28:21 [info] 119#119: *542 client unix: closed keepalive connection +2024/07/08 18:28:21 [info] 119#119: *543 client unix: closed keepalive connection +2024/07/08 18:28:21 [info] 119#119: *544 client unix: closed keepalive connection +2024/07/08 18:28:21 [info] 119#119: *545 client unix: closed keepalive connection +2024/07/08 18:28:21 [info] 119#119: *546 client unix: closed keepalive connection +2024/07/08 18:28:21 [info] 119#119: *547 client unix: closed keepalive connection +2024/07/08 18:28:21 [info] 119#119: *548 client unix: closed keepalive connection +2024/07/08 18:28:21 [info] 119#119: *549 client unix: closed keepalive connection +2024/07/08 18:28:21 [info] 119#119: *550 client unix: closed keepalive connection +2024/07/08 18:28:21 [info] 119#119: *551 client unix: closed keepalive connection +2024/07/08 18:28:22 [info] 119#119: *552 client unix: closed keepalive connection +2024/07/08 18:28:22 [info] 119#119: *553 client unix: closed keepalive connection +2024/07/08 18:28:22 [info] 119#119: *554 client unix: closed keepalive connection +2024/07/08 18:28:22 [info] 120#120: *555 client unix: closed keepalive connection +2024/07/08 18:28:22 [info] 120#120: *556 client unix: closed keepalive connection +2024/07/08 18:28:22 [info] 120#120: *557 client unix: closed keepalive connection +2024/07/08 18:28:22 [info] 120#120: *558 client unix: closed keepalive connection +2024/07/08 18:28:22 [info] 120#120: *559 client unix: closed keepalive connection +2024/07/08 18:28:22 [info] 120#120: *560 client unix: closed keepalive connection +2024/07/08 18:28:22 [info] 120#120: *561 client unix: closed keepalive connection +2024/07/08 18:28:22 [info] 120#120: *562 client unix: closed keepalive connection +2024/07/08 18:28:22 [info] 120#120: *563 client unix: closed keepalive connection +2024/07/08 18:28:22 [info] 120#120: *564 client unix: closed keepalive connection +2024/07/08 18:28:22 [info] 120#120: *565 client unix: closed keepalive connection +2024/07/08 18:28:22 [info] 120#120: *566 client unix: closed keepalive connection +2024/07/08 18:28:22 [info] 120#120: *567 client unix: closed keepalive connection +2024/07/08 18:28:22 [crit] 120#120: ngx_slab_alloc() failed: no memory in upstream zone "scale_backend_80" +2024/07/08 18:28:22 [notice] 24#24: signal 1 (SIGHUP) received from 7, reconfiguring +2024/07/08 18:28:22 [notice] 24#24: reconfiguring +2024/07/08 18:28:22 [crit] 24#24: ngx_slab_alloc() failed: no memory in upstream zone "scale_backend_80" diff --git a/tests/results/scale/edge/edge-plus.md b/tests/results/scale/edge/edge-plus.md new file mode 100755 index 0000000000..875443c01d --- /dev/null +++ b/tests/results/scale/edge/edge-plus.md @@ -0,0 +1,194 @@ +# Results + +## Test environment + +NGINX Plus: true + +GKE Cluster: + +- Node count: 12 +- k8s version: v1.29.4-gke.1043004 +- vCPUs per node: 16 +- RAM per node: 65855012Ki +- Max pods per node: 110 +- Zone: us-east1-b +- Instance Type: n2d-standard-16 + +## Test TestScale_Listeners + +### Reloads + +- Total: 128 +- Total Errors: 0 +- Average Time: 146ms +- Reload distribution: + - 500ms: 128 + - 1000ms: 128 + - 5000ms: 128 + - 10000ms: 128 + - 30000ms: 128 + - +Infms: 128 + +### Event Batch Processing + +- Total: 387 +- Average Time: 128ms +- Event Batch Processing distribution: + - 500ms: 348 + - 1000ms: 387 + - 5000ms: 387 + - 10000ms: 387 + - 30000ms: 387 + - +Infms: 387 + +### Errors + +- NGF errors: 0 +- NGF container restarts: 0 +- NGINX errors: 0 +- NGINX container restarts: 0 + +### Graphs and Logs + +See [output directory](./TestScale_Listeners) for more details. +The logs are attached only if there are errors. + +## Test TestScale_HTTPSListeners + +### Reloads + +- Total: 128 +- Total Errors: 0 +- Average Time: 166ms +- Reload distribution: + - 500ms: 128 + - 1000ms: 128 + - 5000ms: 128 + - 10000ms: 128 + - 30000ms: 128 + - +Infms: 128 + +### Event Batch Processing + +- Total: 449 +- Average Time: 122ms +- Event Batch Processing distribution: + - 500ms: 403 + - 1000ms: 448 + - 5000ms: 449 + - 10000ms: 449 + - 30000ms: 449 + - +Infms: 449 + +### Errors + +- NGF errors: 0 +- NGF container restarts: 0 +- NGINX errors: 0 +- NGINX container restarts: 0 + +### Graphs and Logs + +See [output directory](./TestScale_HTTPSListeners) for more details. +The logs are attached only if there are errors. + +## Test TestScale_HTTPRoutes + +### Reloads + +- Total: 1001 +- Total Errors: 0 +- Average Time: 373ms +- Reload distribution: + - 500ms: 743 + - 1000ms: 1001 + - 5000ms: 1001 + - 10000ms: 1001 + - 30000ms: 1001 + - +Infms: 1001 + +### Event Batch Processing + +- Total: 1007 +- Average Time: 432ms +- Event Batch Processing distribution: + - 500ms: 638 + - 1000ms: 1006 + - 5000ms: 1007 + - 10000ms: 1007 + - 30000ms: 1007 + - +Infms: 1007 + +### Errors + +- NGF errors: 0 +- NGF container restarts: 0 +- NGINX errors: 0 +- NGINX container restarts: 0 + +### Graphs and Logs + +See [output directory](./TestScale_HTTPRoutes) for more details. +The logs are attached only if there are errors. + +## Test TestScale_UpstreamServers + +### Reloads + +- Total: 3 +- Total Errors: 0 +- Average Time: 126ms +- Reload distribution: + - 500ms: 3 + - 1000ms: 3 + - 5000ms: 3 + - 10000ms: 3 + - 30000ms: 3 + - +Infms: 3 + +### Event Batch Processing + +- Total: 104 +- Average Time: 117ms +- Event Batch Processing distribution: + - 500ms: 104 + - 1000ms: 104 + - 5000ms: 104 + - 10000ms: 104 + - 30000ms: 104 + - +Infms: 104 + +### Errors + +- NGF errors: 1 +- NGF container restarts: 0 +- NGINX errors: 2 +- NGINX container restarts: 0 + +### Graphs and Logs + +See [output directory](./TestScale_UpstreamServers) for more details. +The logs are attached only if there are errors. + +## Test TestScale_HTTPMatches + +```text +Requests [total, rate, throughput] 30000, 1000.03, 1000.00 +Duration [total, attack, wait] 30s, 29.999s, 895.124µs +Latencies [min, mean, 50, 90, 95, 99, max] 745.651µs, 1.018ms, 991.503µs, 1.133ms, 1.178ms, 1.304ms, 27.128ms +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: +``` +```text +Requests [total, rate, throughput] 30000, 1000.02, 999.98 +Duration [total, attack, wait] 30.001s, 29.999s, 1.178ms +Latencies [min, mean, 50, 90, 95, 99, max] 801.928µs, 1.099ms, 1.079ms, 1.24ms, 1.307ms, 1.447ms, 12.938ms +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: +``` diff --git a/tests/results/scale/edge/edge.md b/tests/results/scale/edge/edge.md new file mode 100755 index 0000000000..817750827e --- /dev/null +++ b/tests/results/scale/edge/edge.md @@ -0,0 +1,194 @@ +# Results + +## Test environment + +NGINX Plus: false + +GKE Cluster: + +- Node count: 12 +- k8s version: v1.29.4-gke.1043004 +- vCPUs per node: 16 +- RAM per node: 65855012Ki +- Max pods per node: 110 +- Zone: us-east1-b +- Instance Type: n2d-standard-16 + +## Test TestScale_Listeners + +### Reloads + +- Total: 127 +- Total Errors: 0 +- Average Time: 148ms +- Reload distribution: + - 500ms: 127 + - 1000ms: 127 + - 5000ms: 127 + - 10000ms: 127 + - 30000ms: 127 + - +Infms: 127 + +### Event Batch Processing + +- Total: 386 +- Average Time: 131ms +- Event Batch Processing distribution: + - 500ms: 349 + - 1000ms: 386 + - 5000ms: 386 + - 10000ms: 386 + - 30000ms: 386 + - +Infms: 386 + +### Errors + +- NGF errors: 0 +- NGF container restarts: 0 +- NGINX errors: 0 +- NGINX container restarts: 0 + +### Graphs and Logs + +See [output directory](./TestScale_Listeners) for more details. +The logs are attached only if there are errors. + +## Test TestScale_HTTPSListeners + +### Reloads + +- Total: 128 +- Total Errors: 0 +- Average Time: 179ms +- Reload distribution: + - 500ms: 128 + - 1000ms: 128 + - 5000ms: 128 + - 10000ms: 128 + - 30000ms: 128 + - +Infms: 128 + +### Event Batch Processing + +- Total: 451 +- Average Time: 128ms +- Event Batch Processing distribution: + - 500ms: 404 + - 1000ms: 448 + - 5000ms: 451 + - 10000ms: 451 + - 30000ms: 451 + - +Infms: 451 + +### Errors + +- NGF errors: 0 +- NGF container restarts: 0 +- NGINX errors: 0 +- NGINX container restarts: 0 + +### Graphs and Logs + +See [output directory](./TestScale_HTTPSListeners) for more details. +The logs are attached only if there are errors. + +## Test TestScale_HTTPRoutes + +### Reloads + +- Total: 1001 +- Total Errors: 0 +- Average Time: 397ms +- Reload distribution: + - 500ms: 693 + - 1000ms: 1001 + - 5000ms: 1001 + - 10000ms: 1001 + - 30000ms: 1001 + - +Infms: 1001 + +### Event Batch Processing + +- Total: 1008 +- Average Time: 450ms +- Event Batch Processing distribution: + - 500ms: 599 + - 1000ms: 1008 + - 5000ms: 1008 + - 10000ms: 1008 + - 30000ms: 1008 + - +Infms: 1008 + +### Errors + +- NGF errors: 0 +- NGF container restarts: 0 +- NGINX errors: 0 +- NGINX container restarts: 0 + +### Graphs and Logs + +See [output directory](./TestScale_HTTPRoutes) for more details. +The logs are attached only if there are errors. + +## Test TestScale_UpstreamServers + +### Reloads + +- Total: 98 +- Total Errors: 0 +- Average Time: 127ms +- Reload distribution: + - 500ms: 98 + - 1000ms: 98 + - 5000ms: 98 + - 10000ms: 98 + - 30000ms: 98 + - +Infms: 98 + +### Event Batch Processing + +- Total: 101 +- Average Time: 275ms +- Event Batch Processing distribution: + - 500ms: 99 + - 1000ms: 100 + - 5000ms: 101 + - 10000ms: 101 + - 30000ms: 101 + - +Infms: 101 + +### Errors + +- NGF errors: 0 +- NGF container restarts: 0 +- NGINX errors: 0 +- NGINX container restarts: 0 + +### Graphs and Logs + +See [output directory](./TestScale_UpstreamServers) for more details. +The logs are attached only if there are errors. + +## Test TestScale_HTTPMatches + +```text +Requests [total, rate, throughput] 30000, 1000.02, 999.99 +Duration [total, attack, wait] 30s, 29.999s, 997.73µs +Latencies [min, mean, 50, 90, 95, 99, max] 562.3µs, 982.897µs, 935.099µs, 1.154ms, 1.224ms, 1.418ms, 21.942ms +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: +``` +```text +Requests [total, rate, throughput] 30000, 1000.03, 999.99 +Duration [total, attack, wait] 30s, 29.999s, 1.259ms +Latencies [min, mean, 50, 90, 95, 99, max] 674.09µs, 1.061ms, 1.035ms, 1.258ms, 1.322ms, 1.488ms, 16.879ms +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: +```