Загрузка данных


Running with gitlab-runner 15.8.0 (12335144)
  on gitlab-runner-gitlab-runner-7d64bfd458-xlzsd u1oHxtyM, system ID: r_OKg3w9r0mqgd
Preparing the "kubernetes" executor
00:00
Using Kubernetes namespace: gitlab-runners
Using Kubernetes executor with image registry.rshbdev.ru/appfarm/infra/images/kube-client-apps:8.21.9 ...
Using attach strategy to execute scripts...
Preparing environment
00:09
Waiting for pod gitlab-runners/runner-u1ohxtym-project-56181-concurrent-0rf6wf to be running, status is Pending
Waiting for pod gitlab-runners/runner-u1ohxtym-project-56181-concurrent-0rf6wf to be running, status is Pending
	ContainersNotReady: "containers with unready status: [build helper]"
	ContainersNotReady: "containers with unready status: [build helper]"
Running on runner-u1ohxtym-project-56181-concurrent-0rf6wf via gitlab-runner-gitlab-runner-7d64bfd458-xlzsd...
Getting source from Git repository
00:01
$ git config --global --add url."https://gitlab-ci-token:${CI_JOB_TOKEN}@${CI_SERVER_HOST}/".insteadOf "https://${CI_SERVER_HOST}" # collapsed multi-line command
Fetching changes with git depth set to 20...
Initialized empty Git repository in /builds/rshbintech/it-corp/rprul/ecp/ispz/backend/ms-ispz-reports/.git/
Created fresh repository.
Checking out c1225b6a as master...
Skipping Git submodules setup
Downloading artifacts
00:02
Downloading artifacts for devsecops_antivirus_scan (22810436)...
Downloading artifacts from coordinator... ok        id=22810436 responseStatus=200 OK token=64_kqKwY
Downloading artifacts for dockerfilegen (22810440)...
Downloading artifacts from coordinator... ok        id=22810440 responseStatus=200 OK token=64_kqKwY
Downloading artifacts for build (22810444)...
Downloading artifacts from coordinator... ok        id=22810444 responseStatus=200 OK token=64_kqKwY
Downloading artifacts for unit (22810446)...
Downloading artifacts from coordinator... ok        id=22810446 responseStatus=200 OK token=64_kqKwY
Executing "step_script" stage of the job script
23:01
$ ( umask 0077; mkdir -p ~/.kube && echo "$KUBECONFIG_COMBINED" | base64 -d > ~/.kube/config )
$ if [[ ${IS_SENSITIVE_SYSTEM} = true ]]; then export K8S_CLUSTERS=$K8S_CLUSTERS_SENSITIVE; fi
$ echo 'IS_SENSITIVE_SYSTEM:' $IS_SENSITIVE_SYSTEM
IS_SENSITIVE_SYSTEM: true
$ echo 'TARGET_CLUSTERS:' $K8S_CLUSTERS
TARGET_CLUSTERS: devstbl
$ set -x
++ echo '$ for CLUSTER in $K8S_CLUSTERS; do'
$ for CLUSTER in $K8S_CLUSTERS; do
++ for CLUSTER in $K8S_CLUSTERS
++ echo '$ export CLUSTER=$CLUSTER'
$ export CLUSTER=$CLUSTER
++ export CLUSTER=devstbl
++ CLUSTER=devstbl
++ echo '$ if [[ ${CI_ENVIRONMENT_SLUG} = production ]]; then export NAMESPACE=isys-${ISYS_NAME}; else export NAMESPACE=isys-${ISYS_NAME}-${CI_ENVIRONMENT_SLUG}; fi'
$ if [[ ${CI_ENVIRONMENT_SLUG} = production ]]; then export NAMESPACE=isys-${ISYS_NAME}; else export NAMESPACE=isys-${ISYS_NAME}-${CI_ENVIRONMENT_SLUG}; fi
++ [[ dev = production ]]
++ export NAMESPACE=isys-ecp-dev
++ NAMESPACE=isys-ecp-dev
++ echo '$ read -r REVISION STATUS < <(helm --kube-context ${CLUSTER:-default} -n $NAMESPACE history $CI_PROJECT_NAME | tail -1 | cut -f1,3) || true'
$ read -r REVISION STATUS < <(helm --kube-context ${CLUSTER:-default} -n $NAMESPACE history $CI_PROJECT_NAME | tail -1 | cut -f1,3) || true
++ read -r REVISION STATUS
+++ helm --kube-context devstbl -n isys-ecp-dev history ms-ispz-reports
+++ tail -1
+++ cut -f1,3
++ echo '$ if [[ "$STATUS" =~ "pending" ]]; then helm --kube-context ${CLUSTER:-default} -n $NAMESPACE rollback $CI_PROJECT_NAME $REVISION || true; fi'
$ if [[ "$STATUS" =~ "pending" ]]; then helm --kube-context ${CLUSTER:-default} -n $NAMESPACE rollback $CI_PROJECT_NAME $REVISION || true; fi
++ [[ pending-rollback =~ pending ]]
++ helm --kube-context devstbl -n isys-ecp-dev rollback ms-ispz-reports 475
Rollback was a success! Happy Helming!
++ echo '$ helmfile ${HELMFILE_DEFAULT_NAMESPACE:+--namespace $HELMFILE_DEFAULT_NAMESPACE} --environment ${CLUSTER:-default} -f deploy/helmfile.yaml --log-level info apply --suppress-secrets --set "additionalWorkloadAnnotations.gitlabPipeline=${CI_PIPELINE_URL}" --set "additionalWorkloadAnnotations.gitlabCommit=${CI_COMMIT_SHA}"'
$ helmfile ${HELMFILE_DEFAULT_NAMESPACE:+--namespace $HELMFILE_DEFAULT_NAMESPACE} --environment ${CLUSTER:-default} -f deploy/helmfile.yaml --log-level info apply --suppress-secrets --set "additionalWorkloadAnnotations.gitlabPipeline=${CI_PIPELINE_URL}" --set "additionalWorkloadAnnotations.gitlabCommit=${CI_COMMIT_SHA}"
++ helmfile --environment devstbl -f deploy/helmfile.yaml --log-level info apply --suppress-secrets --set additionalWorkloadAnnotations.gitlabPipeline=https://gitlab.rshbdev.ru/rshbintech/it-corp/rprul/ecp/ispz/backend/ms-ispz-reports/-/pipelines/3272081 --set additionalWorkloadAnnotations.gitlabCommit=c1225b6a9851eb0b39e1ab2573bf0f42aba1849b
== /usr/local/link/helmfile: Initialize base deploy hierarchy in /builds/rshbintech/it-corp/rprul/ecp/ispz/backend/ms-ispz-reports
no matches for path: envs/dev/devstbl/helmfile.yaml.gotmpl
Adding repo rshb-charts https://nexus.rshbdev.ru/repository/charts/
"rshb-charts" has been added to your repositories
Comparing release=vault-secrets-ms-ispz-reports, chart=rshb-charts/raw
Comparing release=psvc-ms-ispz-reports, chart=rshb-charts/raw
Comparing release=platform-database-ms-ispz-reports, chart=rshb-charts/raw
Comparing release=links-ms-ispz-reports, chart=rshb-charts/raw
Comparing release=ms-ispz-reports, chart=rshb-charts/base
isys-ecp-dev, ms-ispz-reports, Deployment (apps) has changed:
  # Source: base/templates/workload.yaml
  apiVersion: apps/v1
  kind: Deployment
  metadata:
    name: ms-ispz-reports
    labels:
      app: ms-ispz-reports
      fullname: ms-ispz-reports
      chart: base-1.15.2
      release: ms-ispz-reports
      heritage: Helm
      isys: "ecp-dev"
      psvc: "ms-ispz-reports"
      version: "master"    
      workload.topology.app.farm/zone: "rumsk1"
    annotations:
-     gitlabCommit: 5d497401c630ca1791b3317207fb6849760a25e1
-     gitlabPipeline: https://gitlab.rshbdev.ru/rshbintech/it-corp/rprul/ecp/ispz/backend/ms-ispz-reports/-/pipelines/3252101
-     platform.ckpr.integrations.rshbintech.ru/gitlab-commit-sha: 5d497401
-     platform.ckpr.integrations.rshbintech.ru/gitlab-pipeline-id: "3252101"
+     gitlabCommit: c1225b6a9851eb0b39e1ab2573bf0f42aba1849b
+     gitlabPipeline: https://gitlab.rshbdev.ru/rshbintech/it-corp/rprul/ecp/ispz/backend/ms-ispz-reports/-/pipelines/3272081
+     platform.ckpr.integrations.rshbintech.ru/gitlab-commit-sha: c1225b6a
+     platform.ckpr.integrations.rshbintech.ru/gitlab-pipeline-id: "3272081"
  spec:
    strategy:
      type: Recreate
    replicas: 1
    selector:
      matchLabels:
        app: ms-ispz-reports
        fullname: ms-ispz-reports
        release: ms-ispz-reports
    template:
      metadata:
        labels:
          app: ms-ispz-reports
          fullname: ms-ispz-reports
          chart: base-1.15.2
          release: ms-ispz-reports
          heritage: Helm
          isys: "ecp-dev"
          psvc: "ms-ispz-reports"
          version: "master"        
          workload.topology.app.farm/zone: "rumsk1"
        annotations:
-         checksum/configMapsEnv: "e239a0630b3e0f36fc5ac2698262e9ea2bdd2f23d10c98d1d18b86dbfbe137b9"
+         checksum/configMapsEnv: "8b13b9b02cdc79a0a64904c8f229aecefda40c8defaeb509409fd9cb5102edc1"
          checksum/secretEnv: "3d7d155dfab18eea9af5a06b59aca42551e90c30b55f15257efa06e47c5c47f0"
-         ci/commithash: "5d497401"
+         ci/commithash: "c1225b6a"
          inject.istio.io/templates: "sidecar,custom"
          prometheus.io/path: "/metrics"
          prometheus.io/port: "8080"
          prometheus.io/scrape: "true"
          sidecar.istio.io/userVolume: "[{\"name\": \"wasmfilters-dir\",\"configMap\": {\"name\": \"ecp-dev-envoy-filters\"}}]"
          sidecar.istio.io/userVolumeMount: "[{\"mountPath\":\"/var/local/lib/wasm-filters\",\"name\":\"wasmfilters-dir\"}]"
      spec:
        automountServiceAccountToken: false
        serviceAccountName: default
        nodeSelector:
          workload.topology.app.farm/zone: rumsk1
+       priorityClassName: rumsk1
        containers:
          - name: app
            image: registry.rshbdev.ru/rshbintech/it-corp/rprul/ecp/ispz/backend/ms-ispz-reports:master
            imagePullPolicy: Always
            envFrom:
              - configMapRef:
                  name: ms-ispz-reports-app-cm-env
              - secretRef:
                  name: ms-ispz-reports-app-secret-env
            resources:
              limits:
                cpu: 500m
                memory: 2000Mi
              requests:
                cpu: 500m
                memory: 2000Mi
            ports:
            livenessProbe:
              failureThreshold: 5
              httpGet:
                path: /health/liveness
                port: 8080
              initialDelaySeconds: 250
              periodSeconds: 30
              successThreshold: 1
              timeoutSeconds: 30
            readinessProbe:
              failureThreshold: 3
              httpGet:
                path: /health/readiness
                port: 8080
              initialDelaySeconds: 250
              periodSeconds: 30
              successThreshold: 1
              timeoutSeconds: 30
            volumeMounts:
              - name: app-vault-secrets
                mountPath: /secrets
                readOnly: true
            securityContext: 
              allowPrivilegeEscalation: false
              capabilities:
                drop:
                - ALL
              privileged: false
              procMount: Default
              readOnlyRootFilesystem: false
              runAsGroup: 1001
              runAsNonRoot: true
              runAsUser: 1001
        securityContext: 
          fsGroup: 1001
          fsGroupChangePolicy: OnRootMismatch
          runAsGroup: 1001
          runAsNonRoot: true
          runAsUser: 1001
        tolerations: 
          - effect: NoSchedule
            key: workload.topology.app.farm/zone
            operator: Exists
        hostNetwork: false
        volumes:
          - name: app-vault-secrets
            csi:
              driver: secrets-store.csi.k8s.io
              readOnly: true
              volumeAttributes:
                secretProviderClass: ms-ispz-reports-app-secret-provider
isys-ecp-dev, ms-ispz-reports-app-cm-env, ConfigMap (v1) has changed:
  # Source: base/templates/cm-env.yaml
  apiVersion: v1
  kind: ConfigMap
  metadata:
    name: ms-ispz-reports-app-cm-env
    labels:
      app: ms-ispz-reports
      fullname: ms-ispz-reports
      chart: base-1.15.2
      release: ms-ispz-reports
      heritage: Helm
      isys: "ecp-dev"
      psvc: "ms-ispz-reports"
      version: "master"    
      workload.topology.app.farm/zone: "rumsk1"
  data:
    APP_ACTION_PROBLEMATIC_COLLECTION_PATH: "http://pz-action-problematic-collection.isys-ecp-dev"
    APP_BANKRUPTCY_PATH: "http://pz-action-bankruptcy.isys-ecp-dev"
    APP_CALENDAR_PATH: "http://pz-calendar.isys-ecp-dev"
    APP_CLIENT_CARD_BASE_PATH: "http://pz-clientcard.isys-ecp-dev"
    APP_CONFIG_PATH: "http://pz-config.isys-ecp-dev"
    APP_CONFIG_SERVER_URL: "http://pz-config.isys-ecp-dev"
    APP_CUSTOMER_BASE_URL: "pz-customer-base.ecp.dev.rshbdev.ru"
    APP_DEBTORS_PATH: "http://ms-ispz-debtors.isys-ecp-dev"
    APP_DICTIONARY_BASE_PATH: "http://pz-dictionary.isys-ecp-dev"
    APP_FILE_STORAGE_BASE_PATH: "http://pz-storagefile.isys-ecp-dev"
    APP_FSSP_INTEGRATIONS_BASE_PATH: "http://ms-ispz-integration-fssp.isys-ecp-dev"
    APP_KAFKA_BOOTSTRAP_SERVERS: "adapter-ecp-internal-cluster.isys-ecp-dev-links:9092"
    APP_KEYCLOAK_ISSUER: "https://auth.rshbdev.ru/auth/realms/platform"
    APP_POSTGRESQL_HOST: "10.7.29.18"
    APP_POSTGRESQL_NAME: "reports"
    APP_POSTGRESQL_PORT: "5432"
    APP_POSTGRESQL_SCHEMA: "public"
    APP_REPORTS_BASE_PATH: "http://ms-ispz-reports.isys-ecp-dev"
    APP_REPORTS_CLEANUP_CRON: "0 0 0 * * *"
    APP_REPORTS_UPDATE_CRON: "0 0 8 * * *"
    APP_TASKS_PATH: "http://pz-tasks.isys-ecp-dev"
    APP_TOPIC_NAME: "pz.api.internal.reports"
    APP_TRUSTED_UPDATE_TIME: "3600"
    CONFIG_SERVER_TOPIC: "pz.api.internal.spring_cloud_bus"
    ECP_NOTIFICATION_EMAIL: "noreply@rshb.ru"
    ECP_NOTIFICATION_TOPIC: "core.streaming.internal.communication_request"
    JAVA_OPTS: "-XX:+PrintFlagsFinal -XX:MaxRAMPercentage=75.0 -XX:MinRAMPercentage=75.0 -XX:+UseTransparentHugePages"
-   LOG_LEVEL: "DEBUG"
+   LOG_LEVEL: "INFO"
    MR_COMMENT_LINK_BASE_URL: ""
    MR_COMMENT_MIN_LENGTH: "0"
    PROFILE: "dev"
    SHOW_SQL: "true"
Listing releases matching ^pjob-ms-ispz-reports$
Listing releases matching ^exsvc-ms-ispz-reports$
Listing releases matching ^data-ms-ispz-reports$
Listing releases matching ^assets-config-ms-ispz-reports$
Listing releases matching ^ms-ispz-reports-raw$
Listing releases matching ^ms-ispz-reports-grafana-dashboard$
Listing releases matching ^ms-ispz-reports-rumsk1$
Listing releases matching ^ms-ispz-reports-rumsk2$
Upgrading release=ms-ispz-reports, chart=rshb-charts/base
FAILED RELEASES:
NAME
ms-ispz-reports
in deploy/helmfile.yaml: failed processing release ms-ispz-reports: command "/usr/local/link/helm" exited with non-zero status:
PATH:
  /usr/local/link/helm
ARGS:
  0: helm (4 bytes)
  1: --kube-context (14 bytes)
  2: devstbl (7 bytes)
  3: upgrade (7 bytes)
  4: --install (9 bytes)
  5: --reset-values (14 bytes)
  6: ms-ispz-reports (15 bytes)
  7: rshb-charts/base (16 bytes)
  8: --version (9 bytes)
  9: 1.15.2 (6 bytes)
  10: --wait (6 bytes)
  11: --timeout (9 bytes)
  12: 600s (4 bytes)
  13: --atomic (8 bytes)
  14: --kube-context (14 bytes)
  15: devstbl (7 bytes)
  16: --namespace (11 bytes)
  17: isys-ecp-dev (12 bytes)
  18: --values (8 bytes)
  19: /tmp/helmfile450882295/isys-ecp-dev-ms-ispz-reports-values-77df5976cd (69 bytes)
  20: --values (8 bytes)
  21: /tmp/helmfile2156567176/isys-ecp-dev-ms-ispz-reports-values-d7cd74579 (69 bytes)
  22: --set (5 bytes)
  23: additionalWorkloadAnnotations.gitlabPipeline=https://gitlab.rshbdev.ru/rshbintech/it-corp/rprul/ecp/ispz/backend/ms-ispz-reports/-/pipelines/3272081 (148 bytes)
  24: --set (5 bytes)
  25: additionalWorkloadAnnotations.gitlabCommit=c1225b6a9851eb0b39e1ab2573bf0f42aba1849b (83 bytes)
  26: --history-max (13 bytes)
  27: 10 (2 bytes)
ERROR:
  exit status 1
EXIT STATUS
  1
STDERR:
  Error: UPGRADE FAILED: an error occurred while rolling back the release. original upgrade error: timed out waiting for the condition: release ms-ispz-reports failed: timed out waiting for the condition
COMBINED OUTPUT:
  Error: UPGRADE FAILED: an error occurred while rolling back the release. original upgrade error: timed out waiting for the condition: release ms-ispz-reports failed: timed out waiting for the condition
Uploading artifacts for failed job
00:01
Uploading artifacts...
deploy.env: found 1 matching artifact files and directories 
Uploading artifacts as "dotenv" to coordinator... 201 Created  id=22811471 responseStatus=201 Created token=64_kqKwY
Cleaning up project directory and file based variables
00:00
ERROR: Job failed: command terminated with exit code 1

dmitriev-aal@VDI-Dmitriev-A:~$ kubectl --context devstbl -n isys-ecp-dev get events --sort-by=.lastTimestamp
LAST SEEN   TYPE      REASON                    OBJECT                                                  MESSAGE
67s         Normal    Scheduled                 pod/mf-core-communication-5cd949bd45-fhn5d              Successfully assigned isys-ecp-dev/mf-core-communication-5cd949bd45-fhn5d to afs1app-wl-125
42m         Normal    Scheduled                 pod/ms-muza-reports-67c755cc48-bwjgn                    Successfully assigned isys-ecp-dev/ms-muza-reports-67c755cc48-bwjgn to afs1app-wl-156
60m         Normal    Scheduled                 pod/ms-ispz-reports-76c8cb8667-vr6kx                    Successfully assigned isys-ecp-dev/ms-ispz-reports-76c8cb8667-vr6kx to afs1app-wl-098
31m         Normal    Scheduled                 pod/ms-ispz-reports-7db8f56f46-rp29k                    Successfully assigned isys-ecp-dev/ms-ispz-reports-7db8f56f46-rp29k to afs1app-wl-098
41m         Normal    Scheduled                 pod/ms-ispz-reports-75868b65b-7vhnd                     Successfully assigned isys-ecp-dev/ms-ispz-reports-75868b65b-7vhnd to afs1app-wl-098
8m55s       Normal    Scheduled                 pod/ms-ispz-reports-7db8f56f46-tcbqk                    Successfully assigned isys-ecp-dev/ms-ispz-reports-7db8f56f46-tcbqk to afs1app-wl-098
59m         Normal    Scheduled                 pod/pz-clientcard-65468f7549-j9rtt                      Successfully assigned isys-ecp-dev/pz-clientcard-65468f7549-j9rtt to afs1app-wl-136
32m         Normal    Scheduled                 pod/ms-muza-reports-574c8c6445-wq7xg                    Successfully assigned isys-ecp-dev/ms-muza-reports-574c8c6445-wq7xg to afs1app-wl-156
31m         Normal    Scheduled                 pod/ms-core-formatik-6f7fc75f78-qr62j                   Successfully assigned isys-ecp-dev/ms-core-formatik-6f7fc75f78-qr62j to afs1app-wl-152
43m         Normal    Scheduled                 pod/pz-dictionary-76b987fc87-d5s8l                      Successfully assigned isys-ecp-dev/pz-dictionary-76b987fc87-d5s8l to afs1app-wl-154
50m         Normal    Scheduled                 pod/ms-ispz-reports-7db8f56f46-28c4t                    Successfully assigned isys-ecp-dev/ms-ispz-reports-7db8f56f46-28c4t to afs1app-wl-098
19m         Normal    Scheduled                 pod/ms-ispz-reports-75868b65b-74f8d                     Successfully assigned isys-ecp-dev/ms-ispz-reports-75868b65b-74f8d to afs1app-wl-098
60m         Normal    Killing                   pod/ms-ispz-reports-7db8f56f46-jz5x6                    Stopping container istio-proxy
60m         Normal    Killing                   pod/ms-ispz-reports-7db8f56f46-jz5x6                    Stopping container app
60m         Normal    SuccessfulDelete          replicaset/ms-ispz-reports-7db8f56f46                   Deleted pod: ms-ispz-reports-7db8f56f46-jz5x6
60m         Normal    ScalingReplicaSet         deployment/ms-ispz-reports                              Scaled up replica set ms-ispz-reports-76c8cb8667 to 1
60m         Normal    SuccessfulCreate          replicaset/ms-ispz-reports-76c8cb8667                   Created pod: ms-ispz-reports-76c8cb8667-vr6kx
60m         Normal    Created                   pod/ms-ispz-reports-76c8cb8667-vr6kx                    Created container istio-init
60m         Normal    Started                   pod/ms-ispz-reports-76c8cb8667-vr6kx                    Started container istio-init
60m         Normal    Pulled                    pod/ms-ispz-reports-76c8cb8667-vr6kx                    Container image "registry.rshbdev.ru/appfarm/infra/images/istio/proxyv2:1.15.1-rshb.0.4.0" already present on machine
60m         Normal    Started                   pod/ms-ispz-reports-76c8cb8667-vr6kx                    Started container istio-proxy
60m         Normal    Created                   pod/ms-ispz-reports-76c8cb8667-vr6kx                    Created container istio-proxy
60m         Normal    Pulled                    pod/ms-ispz-reports-76c8cb8667-vr6kx                    Container image "registry.rshbdev.ru/appfarm/infra/images/istio/proxyv2:1.15.1-rshb.0.4.0" already present on machine
60m         Normal    ScalingReplicaSet         deployment/pz-clientcard                                Scaled down replica set pz-clientcard-8bc6f698d to 0
60m         Normal    SuccessfulDelete          replicaset/pz-clientcard-8bc6f698d                      Deleted pod: pz-clientcard-8bc6f698d-9f8mg
60m         Warning   Unhealthy                 pod/pz-clientcard-8bc6f698d-9f8mg                       Readiness probe failed: HTTP probe failed with statuscode: 503
60m         Normal    Killing                   pod/pz-clientcard-8bc6f698d-9f8mg                       Stopping container app
60m         Normal    Pulled                    pod/ms-ispz-reports-76c8cb8667-vr6kx                    Successfully pulled image "registry.rshbdev.ru/rshbintech/it-corp/rprul/ecp/ispz/backend/ms-ispz-reports:master" in 2.491661061s
60m         Normal    Pulled                    pod/ms-ispz-reports-76c8cb8667-vr6kx                    Successfully pulled image "registry.rshbdev.ru/rshbintech/it-corp/rprul/ecp/ispz/backend/ms-ispz-reports:master" in 221.607892ms
59m         Normal    Killing                   pod/pz-clientcard-8bc6f698d-9f8mg                       Stopping container istio-proxy
59m         Normal    SuccessfulCreate          replicaset/pz-clientcard-65468f7549                     Created pod: pz-clientcard-65468f7549-j9rtt
59m         Normal    ScalingReplicaSet         deployment/pz-clientcard                                Scaled up replica set pz-clientcard-65468f7549 to 1
59m         Normal    Started                   pod/pz-clientcard-65468f7549-j9rtt                      Started container istio-init
59m         Normal    Created                   pod/pz-clientcard-65468f7549-j9rtt                      Created container istio-init
59m         Normal    Pulled                    pod/pz-clientcard-65468f7549-j9rtt                      Container image "registry.rshbdev.ru/appfarm/infra/images/istio/proxyv2:1.15.1-rshb.0.4.0" already present on machine
59m         Normal    Started                   pod/pz-clientcard-65468f7549-j9rtt                      Started container istio-proxy
59m         Normal    Created                   pod/pz-clientcard-65468f7549-j9rtt                      Created container istio-proxy
59m         Normal    Pulled                    pod/pz-clientcard-65468f7549-j9rtt                      Container image "registry.rshbdev.ru/appfarm/infra/images/istio/proxyv2:1.15.1-rshb.0.4.0" already present on machine
59m         Normal    Pulling                   pod/pz-clientcard-65468f7549-j9rtt                      Pulling image "registry.rshbdev.ru/rshbintech/it-corp/rprul/ecp/ispz/backend/pz-clientcard:master"
59m         Normal    Started                   pod/ms-ispz-reports-76c8cb8667-vr6kx                    Started container app
59m         Normal    Pulled                    pod/ms-ispz-reports-76c8cb8667-vr6kx                    Successfully pulled image "registry.rshbdev.ru/rshbintech/it-corp/rprul/ecp/ispz/backend/ms-ispz-reports:master" in 42.132114ms
59m         Normal    Created                   pod/ms-ispz-reports-76c8cb8667-vr6kx                    Created container app
59m         Normal    Created                   pod/pz-clientcard-65468f7549-j9rtt                      Created container app
59m         Normal    Started                   pod/pz-clientcard-65468f7549-j9rtt                      Started container app
59m         Normal    Pulled                    pod/pz-clientcard-65468f7549-j9rtt                      Successfully pulled image "registry.rshbdev.ru/rshbintech/it-corp/rprul/ecp/ispz/backend/pz-clientcard:master" in 5.796661042s
59m         Normal    Pulling                   pod/ms-ispz-reports-76c8cb8667-vr6kx                    Pulling image "registry.rshbdev.ru/rshbintech/it-corp/rprul/ecp/ispz/backend/ms-ispz-reports:master"
55m         Warning   BackOff                   pod/ms-ispz-reports-76c8cb8667-vr6kx                    Back-off restarting failed container
51m         Normal    SecretRotationComplete    pod/ms-ispz-reports-76c8cb8667-vr6kx                    successfully rotated K8s secret ms-ispz-reports-app-secret-env
50m         Normal    ScalingReplicaSet         deployment/ms-ispz-reports                              Scaled down replica set ms-ispz-reports-76c8cb8667 to 0
50m         Normal    SuccessfulDelete          replicaset/ms-ispz-reports-76c8cb8667                   Deleted pod: ms-ispz-reports-76c8cb8667-vr6kx
50m         Normal    SuccessfulCreate          replicaset/ms-ispz-reports-7db8f56f46                   Created pod: ms-ispz-reports-7db8f56f46-28c4t
50m         Normal    Started                   pod/ms-ispz-reports-7db8f56f46-28c4t                    Started container istio-init
50m         Normal    Pulled                    pod/ms-ispz-reports-7db8f56f46-28c4t                    Container image "registry.rshbdev.ru/appfarm/infra/images/istio/proxyv2:1.15.1-rshb.0.4.0" already present on machine
50m         Normal    Created                   pod/ms-ispz-reports-7db8f56f46-28c4t                    Created container istio-init
50m         Normal    Pulled                    pod/ms-ispz-reports-7db8f56f46-28c4t                    Container image "registry.rshbdev.ru/appfarm/infra/images/istio/proxyv2:1.15.1-rshb.0.4.0" already present on machine
50m         Normal    Created                   pod/ms-ispz-reports-7db8f56f46-28c4t                    Created container istio-proxy
50m         Normal    Started                   pod/ms-ispz-reports-7db8f56f46-28c4t                    Started container istio-proxy
50m         Normal    Pulled                    pod/ms-ispz-reports-7db8f56f46-28c4t                    Successfully pulled image "registry.rshbdev.ru/rshbintech/it-corp/rprul/ecp/ispz/backend/ms-ispz-reports:master" in 388.284412ms
49m         Normal    Pulled                    pod/ms-ispz-reports-7db8f56f46-28c4t                    Successfully pulled image "registry.rshbdev.ru/rshbintech/it-corp/rprul/ecp/ispz/backend/ms-ispz-reports:master" in 43.454274ms
49m         Normal    Pulled                    pod/ms-ispz-reports-7db8f56f46-28c4t                    Successfully pulled image "registry.rshbdev.ru/rshbintech/it-corp/rprul/ecp/ispz/backend/ms-ispz-reports:master" in 36.260215ms
49m         Normal    Started                   pod/ms-ispz-reports-7db8f56f46-28c4t                    Started container app
49m         Normal    Created                   pod/ms-ispz-reports-7db8f56f46-28c4t                    Created container app
49m         Normal    Pulling                   pod/ms-ispz-reports-7db8f56f46-28c4t                    Pulling image "registry.rshbdev.ru/rshbintech/it-corp/rprul/ecp/ispz/backend/ms-ispz-reports:master"
47m         Normal    Pulling                   pod/cc-client-card-5f556ddff8-m8n92                     Pulling image "registry.rshbdev.ru/rshbintech/it-corp/rprul/ecp/call-center/backend/cc-client-card:master"
45m         Normal    SecretRotationComplete    pod/pz-dictionary-7f8b7cc4d5-bb7fc                      successfully rotated K8s secret pz-dictionary-app-secret-env
45m         Warning   BackOff                   pod/ms-ispz-reports-7db8f56f46-28c4t                    Back-off restarting failed container
43m         Normal    SuccessfulDelete          replicaset/pz-dictionary-7f8b7cc4d5                     Deleted pod: pz-dictionary-7f8b7cc4d5-bb7fc
43m         Normal    Killing                   pod/pz-dictionary-7f8b7cc4d5-bb7fc                      Stopping container istio-proxy
43m         Normal    Killing                   pod/pz-dictionary-7f8b7cc4d5-bb7fc                      Stopping container app
43m         Normal    ScalingReplicaSet         deployment/pz-dictionary                                Scaled down replica set pz-dictionary-7f8b7cc4d5 to 0
43m         Normal    SuccessfulCreate          replicaset/pz-dictionary-76b987fc87                     Created pod: pz-dictionary-76b987fc87-d5s8l
43m         Normal    ScalingReplicaSet         deployment/pz-dictionary                                Scaled up replica set pz-dictionary-76b987fc87 to 1
43m         Normal    Created                   pod/pz-dictionary-76b987fc87-d5s8l                      Created container istio-init
43m         Normal    Started                   pod/pz-dictionary-76b987fc87-d5s8l                      Started container istio-init
43m         Normal    Pulled                    pod/pz-dictionary-76b987fc87-d5s8l                      Container image "registry.rshbdev.ru/appfarm/infra/images/istio/proxyv2:1.15.1-rshb.0.4.0" already present on machine
43m         Normal    Started                   pod/pz-dictionary-76b987fc87-d5s8l                      Started container istio-proxy
43m         Normal    Pulled                    pod/pz-dictionary-76b987fc87-d5s8l                      Container image "registry.rshbdev.ru/appfarm/infra/images/istio/proxyv2:1.15.1-rshb.0.4.0" already present on machine
43m         Normal    Created                   pod/pz-dictionary-76b987fc87-d5s8l                      Created container istio-proxy
43m         Normal    Pulling                   pod/pz-dictionary-76b987fc87-d5s8l                      Pulling image "registry.rshbdev.ru/rshbintech/it-corp/rprul/ecp/ispz/backend/pz-dictionary:master"
43m         Normal    Started                   pod/pz-dictionary-76b987fc87-d5s8l                      Started container app
43m         Normal    Created                   pod/pz-dictionary-76b987fc87-d5s8l                      Created container app
43m         Normal    Pulled                    pod/pz-dictionary-76b987fc87-d5s8l                      Successfully pulled image "registry.rshbdev.ru/rshbintech/it-corp/rprul/ecp/ispz/backend/pz-dictionary:master" in 2.845017436s
43m         Normal    SecretRotationComplete    pod/ms-muza-reports-574c8c6445-gjkfk                    successfully rotated K8s secret ms-muza-reports-app-secret-env
43m         Normal    SecretRotationComplete    pod/ms-ispz-reports-7db8f56f46-28c4t                    successfully rotated K8s secret ms-ispz-reports-app-secret-env
43m         Normal    Killing                   pod/ms-muza-reports-574c8c6445-gjkfk                    Stopping container app
43m         Normal    ScalingReplicaSet         deployment/ms-muza-reports                              Scaled down replica set ms-muza-reports-574c8c6445 to 0
43m         Normal    SuccessfulDelete          replicaset/ms-muza-reports-574c8c6445                   Deleted pod: ms-muza-reports-574c8c6445-gjkfk
42m         Warning   Unhealthy                 pod/ms-muza-reports-574c8c6445-gjkfk                    Readiness probe failed: HTTP probe failed with statuscode: 503
42m         Normal    ScalingReplicaSet         deployment/ms-muza-reports                              Scaled up replica set ms-muza-reports-67c755cc48 to 1
42m         Normal    SuccessfulCreate          replicaset/ms-muza-reports-67c755cc48                   Created pod: ms-muza-reports-67c755cc48-bwjgn
42m         Normal    Killing                   pod/ms-muza-reports-574c8c6445-gjkfk                    Stopping container istio-proxy
42m         Normal    Pulled                    pod/ms-muza-reports-67c755cc48-bwjgn                    Container image "registry.rshbdev.ru/appfarm/infra/images/istio/proxyv2:1.15.1-rshb.0.4.0" already present on machine
42m         Normal    Started                   pod/ms-muza-reports-67c755cc48-bwjgn                    Started container istio-init
42m         Normal    Created                   pod/ms-muza-reports-67c755cc48-bwjgn                    Created container istio-init
42m         Normal    Started                   pod/ms-muza-reports-67c755cc48-bwjgn                    Started container istio-proxy
42m         Normal    Created                   pod/ms-muza-reports-67c755cc48-bwjgn                    Created container istio-proxy
42m         Normal    Pulled                    pod/ms-muza-reports-67c755cc48-bwjgn                    Container image "registry.rshbdev.ru/appfarm/infra/images/istio/proxyv2:1.15.1-rshb.0.4.0" already present on machine
42m         Normal    Pulled                    pod/ms-muza-reports-67c755cc48-bwjgn                    Successfully pulled image "registry.rshbdev.ru/rshbintech/it-corp/rprul/ecp/muza/backend/v100/ms-muza-reports:master" in 4.857130363s
42m         Normal    Pulled                    pod/ms-muza-reports-67c755cc48-bwjgn                    Successfully pulled image "registry.rshbdev.ru/rshbintech/it-corp/rprul/ecp/muza/backend/v100/ms-muza-reports:master" in 47.464703ms
41m         Normal    Started                   pod/ms-muza-reports-67c755cc48-bwjgn                    Started container app
41m         Normal    Pulled                    pod/ms-muza-reports-67c755cc48-bwjgn                    Successfully pulled image "registry.rshbdev.ru/rshbintech/it-corp/rprul/ecp/muza/backend/v100/ms-muza-reports:master" in 46.861634ms
41m         Normal    SuccessfulDelete          replicaset/ms-ispz-reports-7db8f56f46                   Deleted pod: ms-ispz-reports-7db8f56f46-28c4t
41m         Normal    SuccessfulCreate          replicaset/ms-ispz-reports-75868b65b                    Created pod: ms-ispz-reports-75868b65b-7vhnd
41m         Normal    Started                   pod/ms-ispz-reports-75868b65b-7vhnd                     Started container istio-init
41m         Normal    Pulled                    pod/ms-ispz-reports-75868b65b-7vhnd                     Container image "registry.rshbdev.ru/appfarm/infra/images/istio/proxyv2:1.15.1-rshb.0.4.0" already present on machine
41m         Normal    Created                   pod/ms-ispz-reports-75868b65b-7vhnd                     Created container istio-init
41m         Normal    Started                   pod/ms-ispz-reports-75868b65b-7vhnd                     Started container istio-proxy
41m         Normal    Created                   pod/ms-ispz-reports-75868b65b-7vhnd                     Created container istio-proxy
41m         Normal    Pulled                    pod/ms-ispz-reports-75868b65b-7vhnd                     Container image "registry.rshbdev.ru/appfarm/infra/images/istio/proxyv2:1.15.1-rshb.0.4.0" already present on machine
41m         Normal    Pulled                    pod/ms-ispz-reports-75868b65b-7vhnd                     Successfully pulled image "registry.rshbdev.ru/rshbintech/it-corp/rprul/ecp/ispz/backend/ms-ispz-reports:master" in 44.166289ms
41m         Normal    Pulled                    pod/ms-ispz-reports-75868b65b-7vhnd                     Successfully pulled image "registry.rshbdev.ru/rshbintech/it-corp/rprul/ecp/ispz/backend/ms-ispz-reports:master" in 34.630704ms
40m         Normal    Started                   pod/ms-ispz-reports-75868b65b-7vhnd                     Started container app
40m         Normal    Created                   pod/ms-ispz-reports-75868b65b-7vhnd                     Created container app
40m         Normal    Pulled                    pod/ms-ispz-reports-75868b65b-7vhnd                     Successfully pulled image "registry.rshbdev.ru/rshbintech/it-corp/rprul/ecp/ispz/backend/ms-ispz-reports:master" in 39.944909ms
40m         Normal    Created                   pod/ms-muza-reports-67c755cc48-bwjgn                    Created container app
40m         Normal    Pulling                   pod/ms-muza-reports-67c755cc48-bwjgn                    Pulling image "registry.rshbdev.ru/rshbintech/it-corp/rprul/ecp/muza/backend/v100/ms-muza-reports:master"
40m         Normal    Pulled                    pod/ms-muza-reports-67c755cc48-bwjgn                    Successfully pulled image "registry.rshbdev.ru/rshbintech/it-corp/rprul/ecp/muza/backend/v100/ms-muza-reports:master" in 50.627065ms
40m         Normal    Pulled                    pod/ms-ispz-reports-75868b65b-7vhnd                     Successfully pulled image "registry.rshbdev.ru/rshbintech/it-corp/rprul/ecp/ispz/backend/ms-ispz-reports:master" in 50.632248ms
40m         Normal    Pulling                   pod/ms-ispz-reports-75868b65b-7vhnd                     Pulling image "registry.rshbdev.ru/rshbintech/it-corp/rprul/ecp/ispz/backend/ms-ispz-reports:master"
37m         Warning   BackOff                   pod/ms-muza-reports-67c755cc48-bwjgn                    Back-off restarting failed container
36m         Warning   BackOff                   pod/ms-ispz-reports-75868b65b-7vhnd                     Back-off restarting failed container
36m         Normal    Pulled                    pod/ms-muza-boai-7f488c9c6c-gxgfc                       Successfully pulled image "registry.rshbdev.ru/rshbintech/it-corp/rprul/ecp/muza/backend/v100/ms-muza-boai:master" in 49.773406ms
34m         Warning   Unhealthy                 pod/ms-core-communication-f4d98f5fd-bwg5p               Readiness probe failed: HTTP probe failed with statuscode: 500
33m         Normal    SecretRotationComplete    pod/ms-core-formatik-5bcb6b79cb-jcv69                   successfully rotated K8s secret ms-core-formatik-app-secret-env
33m         Normal    SecretRotationComplete    pod/ms-muza-reports-67c755cc48-bwjgn                    successfully rotated K8s secret ms-muza-reports-app-secret-env
33m         Normal    SecretRotationComplete    pod/ms-ispz-reports-75868b65b-7vhnd                     successfully rotated K8s secret ms-ispz-reports-app-secret-env
32m         Normal    SuccessfulDelete          replicaset/ms-muza-reports-67c755cc48                   Deleted pod: ms-muza-reports-67c755cc48-bwjgn
32m         Normal    ScalingReplicaSet         deployment/ms-muza-reports                              Scaled down replica set ms-muza-reports-67c755cc48 to 0
32m         Normal    ScalingReplicaSet         deployment/ms-muza-reports                              Scaled up replica set ms-muza-reports-574c8c6445 to 1
32m         Normal    SuccessfulCreate          replicaset/ms-muza-reports-574c8c6445                   Created pod: ms-muza-reports-574c8c6445-wq7xg
32m         Normal    Pulled                    pod/ms-muza-reports-574c8c6445-wq7xg                    Container image "registry.rshbdev.ru/appfarm/infra/images/istio/proxyv2:1.15.1-rshb.0.4.0" already present on machine
32m         Normal    Created                   pod/ms-muza-reports-574c8c6445-wq7xg                    Created container istio-init
32m         Normal    Started                   pod/ms-muza-reports-574c8c6445-wq7xg                    Started container istio-init
32m         Normal    Pulled                    pod/ms-muza-reports-574c8c6445-wq7xg                    Container image "registry.rshbdev.ru/appfarm/infra/images/istio/proxyv2:1.15.1-rshb.0.4.0" already present on machine
32m         Normal    Created                   pod/ms-muza-reports-574c8c6445-wq7xg                    Created container istio-proxy
32m         Normal    Started                   pod/ms-muza-reports-574c8c6445-wq7xg                    Started container istio-proxy
32m         Normal    Pulled                    pod/ms-muza-reports-574c8c6445-wq7xg                    Successfully pulled image "registry.rshbdev.ru/rshbintech/it-corp/rprul/ecp/muza/backend/v100/ms-muza-reports:master" in 1.76223333s
32m         Normal    Killing                   pod/ms-core-formatik-5bcb6b79cb-jcv69                   Stopping container istio-proxy
32m         Normal    ScalingReplicaSet         deployment/ms-core-formatik                             Scaled down replica set ms-core-formatik-5bcb6b79cb to 0
32m         Normal    Killing                   pod/ms-core-formatik-5bcb6b79cb-jcv69                   Stopping container app
32m         Normal    SuccessfulDelete          replicaset/ms-core-formatik-5bcb6b79cb                  Deleted pod: ms-core-formatik-5bcb6b79cb-jcv69
32m         Normal    Pulled                    pod/ms-muza-reports-574c8c6445-wq7xg                    Successfully pulled image "registry.rshbdev.ru/rshbintech/it-corp/rprul/ecp/muza/backend/v100/ms-muza-reports:master" in 39.460821ms
31m         Normal    ScalingReplicaSet         deployment/ms-core-formatik                             Scaled up replica set ms-core-formatik-6f7fc75f78 to 1
31m         Normal    SuccessfulCreate          replicaset/ms-core-formatik-6f7fc75f78                  Created pod: ms-core-formatik-6f7fc75f78-qr62j
31m         Normal    Pulled                    pod/ms-core-formatik-6f7fc75f78-qr62j                   Container image "registry.rshbdev.ru/appfarm/infra/images/istio/proxyv2:1.15.1-rshb.0.4.0" already present on machine
31m         Normal    Created                   pod/ms-core-formatik-6f7fc75f78-qr62j                   Created container istio-init
31m         Normal    Started                   pod/ms-core-formatik-6f7fc75f78-qr62j                   Started container istio-init
31m         Normal    Pulled                    pod/ms-core-formatik-6f7fc75f78-qr62j                   Container image "registry.rshbdev.ru/appfarm/infra/images/istio/proxyv2:1.15.1-rshb.0.4.0" already present on machine
31m         Normal    Started                   pod/ms-core-formatik-6f7fc75f78-qr62j                   Started container istio-proxy
31m         Normal    Created                   pod/ms-core-formatik-6f7fc75f78-qr62j                   Created container istio-proxy
31m         Normal    Pulling                   pod/ms-core-formatik-6f7fc75f78-qr62j                   Pulling image "registry.rshbdev.ru/rshbintech/it-corp/rprul/ecp/core/backend/ms-core-formatik:master"
31m         Normal    Started                   pod/ms-core-formatik-6f7fc75f78-qr62j                   Started container app
31m         Normal    Created                   pod/ms-core-formatik-6f7fc75f78-qr62j                   Created container app
31m         Normal    Pulled                    pod/ms-core-formatik-6f7fc75f78-qr62j                   Successfully pulled image "registry.rshbdev.ru/rshbintech/it-corp/rprul/ecp/core/backend/ms-core-formatik:master" in 8.009876051s
31m         Normal    Started                   pod/ms-muza-reports-574c8c6445-wq7xg                    Started container app
31m         Normal    Pulled                    pod/ms-muza-reports-574c8c6445-wq7xg                    Successfully pulled image "registry.rshbdev.ru/rshbintech/it-corp/rprul/ecp/muza/backend/v100/ms-muza-reports:master" in 39.925116ms
31m         Normal    SuccessfulDelete          replicaset/ms-ispz-reports-75868b65b                    Deleted pod: ms-ispz-reports-75868b65b-7vhnd
31m         Normal    SuccessfulCreate          replicaset/ms-ispz-reports-7db8f56f46                   Created pod: ms-ispz-reports-7db8f56f46-rp29k
31m         Normal    Pulled                    pod/ms-ispz-reports-7db8f56f46-rp29k                    Container image "registry.rshbdev.ru/appfarm/infra/images/istio/proxyv2:1.15.1-rshb.0.4.0" already present on machine
31m         Normal    Started                   pod/ms-ispz-reports-7db8f56f46-rp29k                    Started container istio-init
31m         Normal    Created                   pod/ms-ispz-reports-7db8f56f46-rp29k                    Created container istio-init
31m         Normal    Pulled                    pod/ms-ispz-reports-7db8f56f46-rp29k                    Container image "registry.rshbdev.ru/appfarm/infra/images/istio/proxyv2:1.15.1-rshb.0.4.0" already present on machine
31m         Normal    Created                   pod/ms-ispz-reports-7db8f56f46-rp29k                    Created container istio-proxy
31m         Normal    Started                   pod/ms-ispz-reports-7db8f56f46-rp29k                    Started container istio-proxy
31m         Normal    Pulled                    pod/ms-ispz-reports-7db8f56f46-rp29k                    Successfully pulled image "registry.rshbdev.ru/rshbintech/it-corp/rprul/ecp/ispz/backend/ms-ispz-reports:master" in 47.128984ms
31m         Normal    Pulled                    pod/ms-ispz-reports-7db8f56f46-rp29k                    Successfully pulled image "registry.rshbdev.ru/rshbintech/it-corp/rprul/ecp/ispz/backend/ms-ispz-reports:master" in 51.181422ms
30m         Normal    Pulled                    pod/ms-ispz-reports-7db8f56f46-rp29k                    Successfully pulled image "registry.rshbdev.ru/rshbintech/it-corp/rprul/ecp/ispz/backend/ms-ispz-reports:master" in 38.550438ms
30m         Normal    Created                   pod/ms-ispz-reports-7db8f56f46-rp29k                    Created container app
30m         Normal    Started                   pod/ms-ispz-reports-7db8f56f46-rp29k                    Started container app
30m         Normal    Created                   pod/ms-muza-reports-574c8c6445-wq7xg                    Created container app
30m         Normal    Pulled                    pod/ms-muza-reports-574c8c6445-wq7xg                    Successfully pulled image "registry.rshbdev.ru/rshbintech/it-corp/rprul/ecp/muza/backend/v100/ms-muza-reports:master" in 40.821955ms
30m         Warning   FailedPostStartHook       pod/container-654bdcc7fc-vd6vh                          (combined from similar events): Exec lifecycle hook ([pilot-agent wait]) for Container "istio-proxy" in Pod "container-654bdcc7fc-vd6vh_isys-ecp-dev(f5ae8996-7c75-4667-ba14-2ac8fc9841ad)" failed - error: command 'pilot-agent wait' exited with 137: , message: "2026-06-24T10:40:45.446923Z\tinfo\tWaiting for Envoy proxy to be ready (timeout: 60 seconds)...\n"
30m         Normal    Pulling                   pod/ms-ispz-reports-7db8f56f46-rp29k                    Pulling image "registry.rshbdev.ru/rshbintech/it-corp/rprul/ecp/ispz/backend/ms-ispz-reports:master"
30m         Normal    Pulled                    pod/ms-ispz-reports-7db8f56f46-rp29k                    Successfully pulled image "registry.rshbdev.ru/rshbintech/it-corp/rprul/ecp/ispz/backend/ms-ispz-reports:master" in 49.079105ms
24m         Normal    Pulling                   pod/ms-core-communication-f4d98f5fd-bwg5p               Pulling image "registry.rshbdev.ru/rshbintech/it-corp/rprul/ecp/core/backend/ms-core-communication:master"
21m         Warning   BackOff                   pod/ms-ispz-reports-7db8f56f46-rp29k                    Back-off restarting failed container
21m         Normal    SecretRotationComplete    pod/ms-ispz-reports-7db8f56f46-rp29k                    successfully rotated K8s secret ms-ispz-reports-app-secret-env
19m         Normal    SuccessfulDelete          replicaset/ms-ispz-reports-7db8f56f46                   Deleted pod: ms-ispz-reports-7db8f56f46-rp29k
19m         Normal    ScalingReplicaSet         deployment/ms-ispz-reports                              Scaled down replica set ms-ispz-reports-7db8f56f46 to 0
19m         Normal    SuccessfulCreate          replicaset/ms-ispz-reports-75868b65b                    Created pod: ms-ispz-reports-75868b65b-74f8d
19m         Normal    ScalingReplicaSet         deployment/ms-ispz-reports                              Scaled up replica set ms-ispz-reports-75868b65b to 1
18m         Normal    Created                   pod/ms-ispz-reports-75868b65b-74f8d                     Created container istio-init
18m         Normal    Started                   pod/ms-ispz-reports-75868b65b-74f8d                     Started container istio-init
18m         Normal    Pulled                    pod/ms-ispz-reports-75868b65b-74f8d                     Container image "registry.rshbdev.ru/appfarm/infra/images/istio/proxyv2:1.15.1-rshb.0.4.0" already present on machine
18m         Normal    Pulled                    pod/ms-ispz-reports-75868b65b-74f8d                     Container image "registry.rshbdev.ru/appfarm/infra/images/istio/proxyv2:1.15.1-rshb.0.4.0" already present on machine
18m         Normal    Created                   pod/ms-ispz-reports-75868b65b-74f8d                     Created container istio-proxy
18m         Normal    Started                   pod/ms-ispz-reports-75868b65b-74f8d                     Started container istio-proxy
18m         Normal    Pulled                    pod/ms-ispz-reports-75868b65b-74f8d                     Successfully pulled image "registry.rshbdev.ru/rshbintech/it-corp/rprul/ecp/ispz/backend/ms-ispz-reports:master" in 46.609916ms
18m         Normal    Pulled                    pod/ms-ispz-reports-75868b65b-74f8d                     Successfully pulled image "registry.rshbdev.ru/rshbintech/it-corp/rprul/ecp/ispz/backend/ms-ispz-reports:master" in 49.41724ms
18m         Normal    Created                   pod/ms-ispz-reports-75868b65b-74f8d                     Created container app
18m         Normal    Pulled                    pod/ms-ispz-reports-75868b65b-74f8d                     Successfully pulled image "registry.rshbdev.ru/rshbintech/it-corp/rprul/ecp/ispz/backend/ms-ispz-reports:master" in 1.174032699s
18m         Normal    Started                   pod/ms-ispz-reports-75868b65b-74f8d                     Started container app
18m         Normal    Pulling                   pod/ms-ispz-reports-75868b65b-74f8d                     Pulling image "registry.rshbdev.ru/rshbintech/it-corp/rprul/ecp/ispz/backend/ms-ispz-reports:master"
13m         Warning   BackOff                   pod/ms-ispz-reports-75868b65b-74f8d                     Back-off restarting failed container
13m         Normal    Pulled                    pod/ms-muza-file-65dbdc7b6c-j7bcr                       Successfully pulled image "registry.rshbdev.ru/rshbintech/it-corp/rprul/ecp/muza/backend/v100/ms-muza-file:master" in 66.320694ms
13m         Normal    Started                   pod/ms-muza-file-65dbdc7b6c-j7bcr                       Started container app
13m         Normal    Created                   pod/ms-muza-file-65dbdc7b6c-j7bcr                       Created container app
13m         Normal    Pulling                   pod/ms-muza-file-65dbdc7b6c-j7bcr                       Pulling image "registry.rshbdev.ru/rshbintech/it-corp/rprul/ecp/muza/backend/v100/ms-muza-file:master"
12m         Normal    Pulling                   pod/ms-muza-reports-574c8c6445-wq7xg                    Pulling image "registry.rshbdev.ru/rshbintech/it-corp/rprul/ecp/muza/backend/v100/ms-muza-reports:master"
9m59s       Warning   FailedMount               pod/mf-interactive-assistant-676479f9d9-lnfr6           MountVolume.SetUp failed for volume "app-usr-share-nginx-html-assets-config" : configmap "mf-interactive-assistant-assets-config" not found
9m7s        Normal    SecretRotationComplete    pod/ms-ispz-reports-75868b65b-74f8d                     successfully rotated K8s secret ms-ispz-reports-app-secret-env
9m3s        Normal    SuccessfulDelete          replicaset/ms-ispz-reports-75868b65b                    Deleted pod: ms-ispz-reports-75868b65b-74f8d
9m3s        Normal    ScalingReplicaSet         deployment/ms-ispz-reports                              Scaled down replica set ms-ispz-reports-75868b65b to 0
8m56s       Normal    ScalingReplicaSet         deployment/ms-ispz-reports                              Scaled up replica set ms-ispz-reports-7db8f56f46 to 1
8m55s       Normal    SuccessfulCreate          replicaset/ms-ispz-reports-7db8f56f46                   Created pod: ms-ispz-reports-7db8f56f46-tcbqk
8m54s       Normal    Started                   pod/ms-ispz-reports-7db8f56f46-tcbqk                    Started container istio-init
8m54s       Normal    Created                   pod/ms-ispz-reports-7db8f56f46-tcbqk                    Created container istio-init
8m54s       Normal    Pulled                    pod/ms-ispz-reports-7db8f56f46-tcbqk                    Container image "registry.rshbdev.ru/appfarm/infra/images/istio/proxyv2:1.15.1-rshb.0.4.0" already present on machine
8m53s       Normal    Started                   pod/ms-ispz-reports-7db8f56f46-tcbqk                    Started container istio-proxy
8m53s       Normal    Created                   pod/ms-ispz-reports-7db8f56f46-tcbqk                    Created container istio-proxy
8m53s       Normal    Pulled                    pod/ms-ispz-reports-7db8f56f46-tcbqk                    Container image "registry.rshbdev.ru/appfarm/infra/images/istio/proxyv2:1.15.1-rshb.0.4.0" already present on machine
8m48s       Normal    Pulled                    pod/ms-ispz-reports-7db8f56f46-tcbqk                    Successfully pulled image "registry.rshbdev.ru/rshbintech/it-corp/rprul/ecp/ispz/backend/ms-ispz-reports:master" in 39.949184ms
8m48s       Normal    Pulled                    pod/ms-ispz-reports-7db8f56f46-tcbqk                    Successfully pulled image "registry.rshbdev.ru/rshbintech/it-corp/rprul/ecp/ispz/backend/ms-ispz-reports:master" in 48.348152ms
8m32s       Normal    Started                   pod/ms-ispz-reports-7db8f56f46-tcbqk                    Started container app
8m32s       Normal    Pulled                    pod/ms-ispz-reports-7db8f56f46-tcbqk                    Successfully pulled image "registry.rshbdev.ru/rshbintech/it-corp/rprul/ecp/ispz/backend/ms-ispz-reports:master" in 40.736457ms
8m32s       Normal    Pulling                   pod/ms-ispz-reports-7db8f56f46-tcbqk                    Pulling image "registry.rshbdev.ru/rshbintech/it-corp/rprul/ecp/ispz/backend/ms-ispz-reports:master"
8m32s       Normal    Created                   pod/ms-ispz-reports-7db8f56f46-tcbqk                    Created container app
8m5s        Warning   FailedMount               pod/mf-notifications-57b85bc966-x2cqm                   (combined from similar events): Unable to attach or mount volumes: unmounted volumes=[app-usr-share-nginx-html-assets-config], unattached volumes=[istio-podinfo wasmfilters-dir kube-api-access-5hrkv istio-certs workload-certs app-usr-share-nginx-html-assets-config istio-data istio-token istiod-ca-cert credential-socket istio-envoy workload-socket]: timed out waiting for the condition
6m52s       Warning   FailedMount               pod/mf-event-journal-5b499d444-2m8mg                    MountVolume.SetUp failed for volume "app-usr-share-nginx-html-assets-config" : configmap "mf-event-journal-assets-config" not found
6m40s       Warning   FailedMount               pod/mf-notifications-settings-6fb7bbcbb8-6m7q6          (combined from similar events): Unable to attach or mount volumes: unmounted volumes=[app-usr-share-nginx-html-assets-config], unattached volumes=[app-usr-share-nginx-html-assets-config workload-certs istio-podinfo istio-certs workload-socket istio-data istio-envoy istio-token kube-api-access-xf4lh credential-socket istiod-ca-cert wasmfilters-dir]: timed out waiting for the condition
6m6s        Normal    Pulled                    pod/ms-muza-boai-7f488c9c6c-gxgfc                       Successfully pulled image "registry.rshbdev.ru/rshbintech/it-corp/rprul/ecp/muza/backend/v100/ms-muza-boai:master" in 52.006092ms
6m6s        Warning   Unhealthy                 pod/ms-muza-boai-7f488c9c6c-gxgfc                       Liveness probe failed: HTTP probe failed with statuscode: 500
6m6s        Warning   Unhealthy                 pod/ms-muza-boai-7f488c9c6c-gxgfc                       Readiness probe failed: HTTP probe failed with statuscode: 500
6m6s        Normal    Started                   pod/ms-muza-boai-7f488c9c6c-gxgfc                       Started container app
6m6s        Normal    Created                   pod/ms-muza-boai-7f488c9c6c-gxgfc                       Created container app
6m6s        Normal    Pulling                   pod/ms-muza-boai-7f488c9c6c-gxgfc                       Pulling image "registry.rshbdev.ru/rshbintech/it-corp/rprul/ecp/muza/backend/v100/ms-muza-boai:master"
5m32s       Warning   Unhealthy                 pod/container-654bdcc7fc-vd6vh                          Readiness probe failed: Get "http://100.68.128.178:15020/app-health/app/readyz": dial tcp 100.68.128.178:15020: connect: connection refused
5m11s       Normal    SecretRotationComplete    pod/c4runner-85bb954545-xqtjw                           successfully rotated K8s secret c4runner-app-secret-env
5m11s       Normal    SecretRotationComplete    pod/it-ocrm-adapter-7bc6b49b46-c62zm                    successfully rotated K8s secret it-ocrm-adapter-app-secret-env
5m11s       Normal    SecretRotationComplete    pod/ms-core-event-journal-b569896c4-w8xkf               successfully rotated K8s secret ms-core-event-journal-app-secret-env
5m11s       Normal    SecretRotationComplete    pod/ms-core-event-journal-b569896c4-b48hn               successfully rotated K8s secret ms-core-event-journal-app-secret-env
5m9s        Normal    SecretRotationComplete    pod/ms-core-sync-844ff4b7bc-csqh7                       successfully rotated K8s secret ms-core-sync-app-secret-env
5m9s        Normal    SecretRotationComplete    pod/ms-core-printing-plates-7c95bd4cbb-88cvk            successfully rotated K8s secret ms-core-printing-plates-app-secret-env
5m8s        Normal    SecretRotationComplete    pod/ms-ccul-dictionaries-5c5576f858-nrwxw               successfully rotated K8s secret ms-ccul-dictionaries-app-secret-env
5m8s        Normal    SecretRotationComplete    pod/ms-core-e2e-management-7b9959bffc-5z7jn             successfully rotated K8s secret ms-core-e2e-management-app-secret-env
5m8s        Normal    SecretRotationComplete    pod/ms-muza-clients-596cc7864f-h5s6d                    successfully rotated K8s secret ms-muza-clients-app-secret-env
5m8s        Normal    SecretRotationComplete    pod/ms-muza-monitoring-64b585cd74-ssqlc                 successfully rotated K8s secret ms-muza-monitoring-app-secret-env
4m49s       Warning   BackOff                   pod/crm-client-connection-service-7446c5c7d7-s9f2f      Back-off restarting failed container
4m16s       Warning   BackOff                   pod/ms-core-communication-f4d98f5fd-bwg5p               Back-off restarting failed container
3m48s       Warning   ScaledObjectCheckFailed   scaledobject/kafka-ui-ecp                               Failed to ensure HPA is correctly created for ScaledObject
3m47s       Warning   BackOff                   pod/ms-ispz-reports-7db8f56f46-tcbqk                    Back-off restarting failed container
3m12s       Normal    SecretRotationComplete    pod/ms-crm-product-profile-79cb89cb75-dzpst             successfully rotated K8s secret ms-crm-product-profile-app-secret-env
3m12s       Normal    SecretRotationComplete    pod/ms-sale-tasks-and-deals-7f589b9697-2cnsj            successfully rotated K8s secret ms-sale-tasks-and-deals-app-secret-env
3m12s       Normal    SecretRotationComplete    pod/ms-dms-hub-bids-77b8c9d7b4-xvgw6                    successfully rotated K8s secret ms-dms-hub-bids-app-secret-env
3m12s       Normal    SecretRotationComplete    pod/ms-dms-bids-for-deposits-5d8cc64c4c-pr6hg           successfully rotated K8s secret ms-dms-bids-for-deposits-app-secret-env
3m12s       Normal    SecretRotationComplete    pod/ms-muza-boai-7f488c9c6c-gxgfc                       successfully rotated K8s secret ms-muza-boai-app-secret-env
3m11s       Normal    SecretRotationComplete    pod/ms-muza-contracts-565cb9d58c-xsgrv                  successfully rotated K8s secret ms-muza-contracts-app-secret-env
3m11s       Normal    SecretRotationComplete    pod/ms-ccul-activity-54d7bfd587-tt55q                   successfully rotated K8s secret ms-ccul-activity-app-secret-env
3m11s       Normal    SecretRotationComplete    pod/it-ocrm-adapter-7bc6b49b46-dq48b                    successfully rotated K8s secret it-ocrm-adapter-app-secret-env
3m11s       Normal    SecretRotationComplete    pod/ms-dms-gateway-7dd9bc4db4-thfzt                     successfully rotated K8s secret ms-dms-gateway-app-secret-env
3m10s       Normal    SecretRotationComplete    pod/ms-muza-printing-plates-754cbf4ccd-xw7c7            successfully rotated K8s secret ms-muza-printing-plates-app-secret-env
3m10s       Normal    SecretRotationComplete    pod/ms-core-communication-f4d98f5fd-gzw89               successfully rotated K8s secret ms-core-communication-app-secret-env
3m10s       Normal    SecretRotationComplete    pod/pz-action-bankruptcy-ddd66887b-lbn2n                successfully rotated K8s secret pz-action-bankruptcy-app-secret-env
3m10s       Normal    SecretRotationComplete    pod/ms-acquiring-merchant-6d55cf9df5-hfnhg              successfully rotated K8s secret ms-acquiring-merchant-app-secret-env
3m8s        Normal    SecretRotationComplete    pod/ms-muza-synergy-8bf4fd98c-ppqfz                     successfully rotated K8s secret ms-muza-synergy-app-secret-env
3m8s        Normal    SecretRotationComplete    pod/ms-ccul-leads-dc954b68f-lqv2n                       successfully rotated K8s secret ms-ccul-leads-app-secret-env
3m8s        Normal    SecretRotationComplete    pod/ms-muza-file-65dbdc7b6c-j7bcr                       successfully rotated K8s secret ms-muza-file-app-secret-env
3m8s        Normal    SecretRotationComplete    pod/ms-sale-client-field-85cd6ccdb7-6pvk8               successfully rotated K8s secret ms-sale-client-field-app-secret-env
3m8s        Normal    SecretRotationComplete    pod/ms-core-sync-844ff4b7bc-mqlnv                       successfully rotated K8s secret ms-core-sync-app-secret-env
3m7s        Normal    SecretRotationComplete    pod/ms-dms-gateway-7dd9bc4db4-w4xkr                     successfully rotated K8s secret ms-dms-gateway-app-secret-env
3m7s        Normal    SecretRotationComplete    pod/ms-muza-notary-6584cdc568-mlnjr                     successfully rotated K8s secret ms-muza-notary-app-secret-env
3m7s        Normal    SecretRotationComplete    pod/loyaltyback-77b79c8bcd-mr2tg                        successfully rotated K8s secret loyaltyback-app-secret-env
3m7s        Normal    SecretRotationComplete    pod/ms-ispz-integration-pravoru-848dcfd5d8-bs6sq        successfully rotated K8s secret ms-ispz-integration-pravoru-app-secret-env
3m7s        Normal    SecretRotationComplete    pod/pz-storagefile-5bd5d496bb-kf2kr                     successfully rotated K8s secret pz-storagefile-app-secret-env
3m7s        Normal    SecretRotationComplete    pod/ms-uds-bids-for-deposits-6c6b64c674-tx6ld           successfully rotated K8s secret ms-uds-bids-for-deposits-app-secret-env
3m5s        Warning   BackOff                   pod/cc-ul-dictionary-6f4dd6f948-s4dm9                   Back-off restarting failed container
2m42s       Warning   BackOff                   pod/cc-client-card-5f556ddff8-m8n92                     Back-off restarting failed container
2m41s       Warning   BackOff                   pod/ms-muza-reports-574c8c6445-wq7xg                    Back-off restarting failed container
2m33s       Warning   FailedGetScale            horizontalpodautoscaler/keda-hpa-kafka-ui-ecp           deployments/scale.apps "kafka-ui-ecp" not found
2m30s       Warning   FailedMount               pod/mf-notifications-57b85bc966-x2cqm                   MountVolume.SetUp failed for volume "app-usr-share-nginx-html-assets-config" : configmap "mf-notifications-assets-config" not found
2m10s       Warning   FailedMount               pod/mf-notifications-settings-55f5bb7f6f-f7wnz          MountVolume.SetUp failed for volume "app-usr-share-nginx-html-assets-config" : configmap "mf-notifications-settings-assets-config" not found
74s         Normal    Killing                   pod/mf-core-communication-59cc98b748-tmqbz              Stopping container app
74s         Normal    SuccessfulDelete          replicaset/mf-core-communication-59cc98b748             Deleted pod: mf-core-communication-59cc98b748-tmqbz
74s         Normal    Killing                   pod/mf-core-communication-59cc98b748-tmqbz              Stopping container istio-proxy
74s         Normal    ScalingReplicaSet         deployment/mf-core-communication                        Scaled down replica set mf-core-communication-59cc98b748 to 0
72s         Normal    SecretRotationComplete    pod/ms-core-formatik-6f7fc75f78-qr62j                   successfully rotated K8s secret ms-core-formatik-app-secret-env
72s         Normal    SecretRotationComplete    pod/ms-ispz-integration-fssp-67c647b67b-8ktlv           successfully rotated K8s secret ms-ispz-integration-fssp-app-secret-env
72s         Normal    SecretRotationComplete    pod/ms-ispz-actions-57c5fc7559-gjcmt                    successfully rotated K8s secret ms-ispz-actions-app-secret-env
71s         Normal    SecretRotationComplete    pod/pz-dictionary-76b987fc87-d5s8l                      successfully rotated K8s secret pz-dictionary-app-secret-env
71s         Normal    SecretRotationComplete    pod/mf-core-printing-plates-5559b6b7cc-ddnn4            successfully rotated K8s secret mf-core-printing-plates-app-secret-env
71s         Normal    SecretRotationComplete    pod/ms-core-dictionaries-5d4f564cb9-t2rb2               successfully rotated K8s secret ms-core-dictionaries-app-secret-env
71s         Normal    SecretRotationComplete    pod/uds-deposits-5f7c4f4f6d-mlcnm                       successfully rotated K8s secret uds-deposits-app-secret-env
71s         Normal    SecretRotationComplete    pod/ms-muza-reports-574c8c6445-wq7xg                    successfully rotated K8s secret ms-muza-reports-app-secret-env
70s         Normal    SecretRotationComplete    pod/ms-crm-client-card-695669b5d6-8fqtb                 successfully rotated K8s secret ms-crm-client-card-app-secret-env
70s         Normal    SecretRotationComplete    pod/ms-core-communication-f4d98f5fd-bwg5p               successfully rotated K8s secret ms-core-communication-app-secret-env
70s         Normal    SecretRotationComplete    pod/pz-clientcard-65468f7549-j9rtt                      successfully rotated K8s secret pz-clientcard-app-secret-env
69s         Normal    SecretRotationComplete    pod/ms-ispz-audit-85c7f89b85-smgmh                      successfully rotated K8s secret ms-ispz-audit-app-secret-env
69s         Normal    SecretRotationComplete    pod/ms-crm-problem-factor-67c4d9f679-v9t48              successfully rotated K8s secret ms-crm-problem-factor-app-secret-env
68s         Normal    SuccessfulCreate          replicaset/mf-core-communication-5cd949bd45             Created pod: mf-core-communication-5cd949bd45-fhn5d
68s         Normal    SecretRotationComplete    pod/ms-dms-tasks-5c497b5b74-q4bch                       successfully rotated K8s secret ms-dms-tasks-app-secret-env
68s         Normal    SecretRotationComplete    pod/ms-muza-tasks-76dc6d9c4f-9dbbv                      successfully rotated K8s secret ms-muza-tasks-app-secret-env
68s         Normal    SecretRotationComplete    pod/client-card-795f58c754-tn2zq                        successfully rotated K8s secret client-card-app-secret-env
68s         Normal    SecretRotationComplete    pod/ms-muza-collateralions-75685b87cb-n5jbp             successfully rotated K8s secret ms-muza-collateralions-app-secret-env
68s         Normal    ScalingReplicaSet         deployment/mf-core-communication                        Scaled up replica set mf-core-communication-5cd949bd45 to 1
68s         Normal    SecretRotationComplete    pod/pz-action-problematic-collection-78c48f485f-hfbxd   successfully rotated K8s secret pz-action-problematic-collection-app-secret-env
67s         Normal    SecretRotationComplete    pod/ms-ispz-reports-7db8f56f46-tcbqk                    successfully rotated K8s secret ms-ispz-reports-app-secret-env
67s         Normal    SecretRotationComplete    pod/ms-crm-opportunity-85f946b876-pfngj                 successfully rotated K8s secret ms-crm-opportunity-app-secret-env
67s         Normal    SecretRotationComplete    pod/ms-core-interactive-assistant-fc6cc7ddf-2xmhv       successfully rotated K8s secret ms-core-interactive-assistant-app-secret-env
67s         Normal    SecretRotationComplete    pod/pz-config-78bcd667d4-wq9jf                          successfully rotated K8s secret pz-config-app-secret-env
66s         Normal    SecretRotationComplete    pod/crm-request-service-68747f5884-5bsvp                successfully rotated K8s secret crm-request-service-app-secret-env
66s         Normal    Started                   pod/mf-core-communication-5cd949bd45-fhn5d              Started container istio-init
66s         Normal    Pulled                    pod/mf-core-communication-5cd949bd45-fhn5d              Container image "registry.rshbdev.ru/appfarm/infra/images/istio/proxyv2:1.15.1-rshb.0.4.0" already present on machine
66s         Normal    Created                   pod/mf-core-communication-5cd949bd45-fhn5d              Created container istio-init
64s         Warning   FailedMount               pod/mf-event-journal-5b499d444-2m8mg                    (combined from similar events): Unable to attach or mount volumes: unmounted volumes=[app-usr-share-nginx-html-assets-config], unattached volumes=[istio-certs workload-socket workload-certs app-usr-share-nginx-html-assets-config istiod-ca-cert credential-socket istio-data istio-podinfo istio-envoy istio-token wasmfilters-dir kube-api-access-xpbqf]: timed out waiting for the condition
64s         Normal    Started                   pod/mf-core-communication-5cd949bd45-fhn5d              Started container istio-proxy
64s         Normal    Created                   pod/mf-core-communication-5cd949bd45-fhn5d              Created container istio-proxy
64s         Normal    Pulled                    pod/mf-core-communication-5cd949bd45-fhn5d              Container image "registry.rshbdev.ru/appfarm/infra/images/istio/proxyv2:1.15.1-rshb.0.4.0" already present on machine
58s         Normal    Pulling                   pod/mf-core-communication-5cd949bd45-fhn5d              Pulling image "registry.rshbdev.ru/rshbintech/it-corp/rprul/ecp/core/frontend/mf-core-communication:master"
53s         Warning   FailedMount               pod/mf-notifications-settings-6fb7bbcbb8-6m7q6          MountVolume.SetUp failed for volume "app-usr-share-nginx-html-assets-config" : configmap "mf-notifications-settings-assets-config" not found
47s         Normal    Started                   pod/mf-core-communication-5cd949bd45-fhn5d              Started container app
47s         Normal    Created                   pod/mf-core-communication-5cd949bd45-fhn5d              Created container app
47s         Normal    Pulled                    pod/mf-core-communication-5cd949bd45-fhn5d              Successfully pulled image "registry.rshbdev.ru/rshbintech/it-corp/rprul/ecp/core/frontend/mf-core-communication:master" in 11.152759321s
25s         Warning   BackOff                   pod/container-654bdcc7fc-vd6vh                          Back-off restarting failed container
23s         Warning   BackOff                   pod/pz-integration-usd-7cdcbd877b-mmf8k                 Back-off restarting failed container
8s          Warning   FailedMount               pod/mf-interactive-assistant-676479f9d9-lnfr6           (combined from similar events): Unable to attach or mount volumes: unmounted volumes=[app-usr-share-nginx-html-assets-config], unattached volumes=[workload-socket credential-socket istio-envoy kube-api-access-ng48l workload-certs app-usr-share-nginx-html-assets-config istio-certs istio-data wasmfilters-dir istio-token istio-podinfo istiod-ca-cert]: timed out waiting for the condition
dmitriev-aal@VDI-Dmitriev-A:~$ kubectl --context devstbl -n isys-ecp-dev get pods | grep ms-ispz-reports
ms-ispz-reports-7db8f56f46-tcbqk                    1/2     CrashLoopBackOff         6 (3m22s ago)       9m13s
dmitriev-aal@VDI-Dmitriev-A:~$ kubectl --context rcsdstbl -n isys-ownfin-stress describe pod ms-ispz-reports-7db8f56f46-tcbqk
Error from server (NotFound): pods "ms-ispz-reports-7db8f56f46-tcbqk" not found
dmitriev-aal@VDI-Dmitriev-A:~$ kubectl --context devstbl -n isys-ecp-dev get pods | grep ms-ispz-reports
ms-ispz-reports-7db8f56f46-tcbqk                    1/2     CrashLoopBackOff         6 (3m37s ago)       9m28s
dmitriev-aal@VDI-Dmitriev-A:~$