Загрузка данных
Running with gitlab-runner 15.8.0 (12335144)
on gitlab-runner-gitlab-runner-64775b4cff-qpdc8 9cgwHtm5, system ID: r_FsAm41LqwxCr
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.14 ...
Using attach strategy to execute scripts...
Preparing environment
00:06
Waiting for pod gitlab-runners/runner-9cgwhtm5-project-55540-concurrent-0qj4ng to be running, status is Pending
Waiting for pod gitlab-runners/runner-9cgwhtm5-project-55540-concurrent-0qj4ng to be running, status is Pending
ContainersNotReady: "containers with unready status: [build helper]"
ContainersNotReady: "containers with unready status: [build helper]"
Running on runner-9cgwhtm5-project-55540-concurrent-0qj4ng via gitlab-runner-gitlab-runner-64775b4cff-qpdc8...
Getting source from Git repository
00:04
$ 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-invest/brokerage-service/sinv/clientinfo/.git/
Created fresh repository.
Checking out acab1f3c as master...
Skipping Git submodules setup
Downloading artifacts
00:06
Downloading artifacts for unit (24098996)...
Downloading artifacts from coordinator... ok id=24098996 responseStatus=200 OK token=64_Uzmjp
Downloading artifacts for devsecops_antivirus_scan (24098986)...
Downloading artifacts from coordinator... ok id=24098986 responseStatus=200 OK token=64_Uzmjp
Downloading artifacts for build (24098994)...
Downloading artifacts from coordinator... ok id=24098994 responseStatus=200 OK token=64_Uzmjp
Downloading artifacts for dockerfilegen (24098990)...
Downloading artifacts from coordinator... ok id=24098990 responseStatus=200 OK token=64_Uzmjp
Executing "step_script" stage of the job script
20:47
$ ( 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-sinv-int-dev
++ NAMESPACE=isys-sinv-int-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-sinv-int-dev history clientinfo
+++ 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
++ [[ failed =~ pending ]]
++ 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-invest/brokerage-service/sinv/clientinfo/-/pipelines/3461312 --set additionalWorkloadAnnotations.gitlabCommit=acab1f3ceb619849f52f00ba5a6da331b1f2b582
== /usr/local/link/helmfile: Initialize base deploy hierarchy in /builds/rshbintech/it-invest/brokerage-service/sinv/clientinfo
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-clientinfo, chart=rshb-charts/raw
Comparing release=psvc-clientinfo, chart=rshb-charts/raw
Comparing release=platform-database-clientinfo, chart=rshb-charts/raw
Comparing release=clientinfo-grafana-dashboard, chart=rshb-charts/grafana-dashboards
Comparing release=links-clientinfo, chart=rshb-charts/raw
Comparing release=clientinfo, chart=rshb-charts/base
isys-sinv-int-dev, clientinfo, Deployment (apps) has changed:
# Source: base/templates/workload.yaml
apiVersion: apps/v1
kind: Deployment
metadata:
name: clientinfo
labels:
app: clientinfo
fullname: clientinfo
chart: base-1.15.3
release: clientinfo
heritage: Helm
isys: "sinv-int-dev"
psvc: "clientinfo"
version: "master"
workload.topology.app.farm/zone: "rumsk1"
annotations:
- gitlabCommit: f0050fd5bcd4ee0b791583fefc3ce8bdf7935633
- gitlabPipeline: https://gitlab.rshbdev.ru/rshbintech/it-invest/brokerage-service/sinv/clientinfo/-/pipelines/3456170
- platform.ckpr.integrations.rshbintech.ru/gitlab-commit-sha: f0050fd5
- platform.ckpr.integrations.rshbintech.ru/gitlab-pipeline-id: "3456170"
+ gitlabCommit: acab1f3ceb619849f52f00ba5a6da331b1f2b582
+ gitlabPipeline: https://gitlab.rshbdev.ru/rshbintech/it-invest/brokerage-service/sinv/clientinfo/-/pipelines/3461312
+ platform.ckpr.integrations.rshbintech.ru/gitlab-commit-sha: acab1f3c
+ platform.ckpr.integrations.rshbintech.ru/gitlab-pipeline-id: "3461312"
spec:
strategy:
type: Recreate
replicas: 1
selector:
matchLabels:
app: clientinfo
fullname: clientinfo
release: clientinfo
template:
metadata:
labels:
app: clientinfo
fullname: clientinfo
chart: base-1.15.3
release: clientinfo
heritage: Helm
isys: "sinv-int-dev"
psvc: "clientinfo"
version: "master"
workload.topology.app.farm/zone: "rumsk1"
annotations:
checksum/configMapsEnv: "5478f3e548fee52e8183ce9914789273ecc2f5e6c4afdbe1622b8f48c892cca2"
checksum/secretEnv: "e33d4785854e21bda9a879f507659669a24e8358a7a365e77ad74636717d0cd5"
- ci/commithash: "f0050fd5"
+ ci/commithash: "acab1f3c"
inject.istio.io/templates: "sidecar,custom"
prometheus.io/path: "/metrics"
prometheus.io/port: "9080"
prometheus.io/scrape: "true"
sidecar.istio.io/proxyCPU: "100m"
sidecar.istio.io/proxyCPULimit: "100m"
sidecar.istio.io/proxyMemory: "512Mi"
sidecar.istio.io/proxyMemoryLimit: "512Mi"
sidecar.istio.io/userVolume: "[{\"name\": \"wasmfilters-dir\",\"configMap\": {\"name\": \"sinv-int-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-invest/brokerage-service/sinv/clientinfo:master
imagePullPolicy: Always
envFrom:
- configMapRef:
name: clientinfo-app-cm-env
- secretRef:
name: clientinfo-app-secret-env
resources:
limits:
cpu: 200m
memory: 1Gi
requests:
cpu: 200m
memory: 512Mi
ports:
livenessProbe:
failureThreshold: 5
httpGet:
path: /health/liveness
port: 9080
initialDelaySeconds: 60
periodSeconds: 5
successThreshold: 1
timeoutSeconds: 3
readinessProbe:
failureThreshold: 5
httpGet:
path: /health/readiness
port: 9080
initialDelaySeconds: 60
periodSeconds: 5
successThreshold: 1
timeoutSeconds: 3
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: clientinfo-app-secret-provider
Listing releases matching ^pjob-clientinfo$
Listing releases matching ^exsvc-clientinfo$
Listing releases matching ^data-clientinfo$
Listing releases matching ^assets-config-clientinfo$
Listing releases matching ^clientinfo-raw$
Listing releases matching ^clientinfo-prometheus-rules$
Listing releases matching ^clientinfo-rumsk1$
Listing releases matching ^clientinfo-rumsk2$
Upgrading release=clientinfo, chart=rshb-charts/base
FAILED RELEASES:
NAME
clientinfo
in deploy/helmfile.yaml: failed processing release clientinfo: 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: clientinfo (10 bytes)
7: rshb-charts/base (16 bytes)
8: --version (9 bytes)
9: 1.15.3 (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-sinv-int-dev (17 bytes)
18: --values (8 bytes)
19: /tmp/helmfile1774532197/isys-sinv-int-dev-clientinfo-values-cbd94b66f (69 bytes)
20: --values (8 bytes)
21: /tmp/helmfile2964641752/isys-sinv-int-dev-clientinfo-values-8c675dd8b (69 bytes)
22: --set (5 bytes)
23: additionalWorkloadAnnotations.gitlabPipeline=https://gitlab.rshbdev.ru/rshbintech/it-invest/brokerage-service/sinv/clientinfo/-/pipelines/3461312 (145 bytes)
24: --set (5 bytes)
25: additionalWorkloadAnnotations.gitlabCommit=acab1f3ceb619849f52f00ba5a6da331b1f2b582 (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 clientinfo 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 clientinfo failed: timed out waiting for the condition
Uploading artifacts for failed job
00:02
Uploading artifacts...
deploy.env: found 1 matching artifact files and directories
Uploading artifacts as "dotenv" to coordinator... 201 Created id=24100742 responseStatus=201 Created token=64_Uzmjp
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 get pods | grep clientinfo
clientinfo-5bb59f6566-cvj5t 1/2 CrashLoopBackOff 9 (4m12s ago) 28m
clientinfocache-7ffbdd44b4-v9jgq 2/2 Running 0 2d23h
dmitriev-aal@VDI-Dmitriev-A:~$ kubectl get events
LAST SEEN TYPE REASON OBJECT MESSAGE
4m56s Normal SecretRotationComplete pod/accountrefill-598b77d86c-w6j26 successfully rotated K8s secret accountrefill-app-secret-env
2m2s Warning Unhealthy pod/accountrefill-598b77d86c-w6j26 Liveness probe failed: Get "http://100.68.130.88:15020/app-health/app/livez": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
118s Warning Unhealthy pod/accountrefill-598b77d86c-w6j26 Liveness probe failed: HTTP probe failed with statuscode: 503
2m54s Normal SecretRotationComplete pod/accreditation-58999d7684-4frbq successfully rotated K8s secret accreditation-app-secret-env
29m Warning Unhealthy pod/accreditation-58999d7684-4frbq Liveness probe failed: Get "http://100.68.138.40:15020/app-health/app/livez": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
29m Warning Unhealthy pod/accreditation-58999d7684-4frbq Readiness probe failed: Get "http://100.68.138.40:15020/app-health/app/readyz": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
55s Normal SecretRotationComplete pod/assignment-registry-5d6c584675-9mdl7 successfully rotated K8s secret assignment-registry-app-secret-env
2m56s Normal SecretRotationComplete pod/authorization-849cc48d46-22q8m successfully rotated K8s secret authorization-app-secret-env
4m52s Normal SecretRotationComplete pod/book-value-calculator-687c7b84df-7jd95 successfully rotated K8s secret book-value-calculator-app-secret-env
28m Normal Scheduled pod/clientinfo-5bb59f6566-cvj5t Successfully assigned isys-sinv-int-dev/clientinfo-5bb59f6566-cvj5t to afs1app-wl-144
28m Normal Pulled pod/clientinfo-5bb59f6566-cvj5t Container image "registry.rshbdev.ru/appfarm/infra/images/istio/proxyv2:1.15.1-rshb.0.4.0" already present on machine
28m Normal Created pod/clientinfo-5bb59f6566-cvj5t Created container istio-init
28m Normal Started pod/clientinfo-5bb59f6566-cvj5t Started container istio-init
28m Normal Pulled pod/clientinfo-5bb59f6566-cvj5t Container image "registry.rshbdev.ru/appfarm/infra/images/istio/proxyv2:1.15.1-rshb.0.4.0" already present on machine
28m Normal Created pod/clientinfo-5bb59f6566-cvj5t Created container istio-proxy
28m Normal Started pod/clientinfo-5bb59f6566-cvj5t Started container istio-proxy
54s Normal SecretRotationComplete pod/clientinfo-5bb59f6566-cvj5t successfully rotated K8s secret clientinfo-app-secret-env
27m Normal Pulling pod/clientinfo-5bb59f6566-cvj5t Pulling image "registry.rshbdev.ru/rshbintech/it-invest/brokerage-service/sinv/clientinfo:master"
28m Normal Pulled pod/clientinfo-5bb59f6566-cvj5t Successfully pulled image "registry.rshbdev.ru/rshbintech/it-invest/brokerage-service/sinv/clientinfo:master" in 1.159187129s
27m Normal Created pod/clientinfo-5bb59f6566-cvj5t Created container app
27m Normal Started pod/clientinfo-5bb59f6566-cvj5t Started container app
28m Normal Pulled pod/clientinfo-5bb59f6566-cvj5t Successfully pulled image "registry.rshbdev.ru/rshbintech/it-invest/brokerage-service/sinv/clientinfo:master" in 48.147316ms
3m47s Warning BackOff pod/clientinfo-5bb59f6566-cvj5t Back-off restarting failed container
27m Normal Pulled pod/clientinfo-5bb59f6566-cvj5t Successfully pulled image "registry.rshbdev.ru/rshbintech/it-invest/brokerage-service/sinv/clientinfo:master" in 46.718376ms
27m Normal Pulled pod/clientinfo-5bb59f6566-cvj5t Successfully pulled image "registry.rshbdev.ru/rshbintech/it-invest/brokerage-service/sinv/clientinfo:master" in 45.96363ms
42m Normal Pulling pod/clientinfo-5bb59f6566-qnb46 Pulling image "registry.rshbdev.ru/rshbintech/it-invest/brokerage-service/sinv/clientinfo:master"
60m Normal Created pod/clientinfo-5bb59f6566-qnb46 Created container app
60m Normal Started pod/clientinfo-5bb59f6566-qnb46 Started container app
47m Warning BackOff pod/clientinfo-5bb59f6566-qnb46 Back-off restarting failed container
40m Normal SecretRotationComplete pod/clientinfo-5bb59f6566-qnb46 successfully rotated K8s secret clientinfo-app-secret-env
60m Normal Pulled pod/clientinfo-5bb59f6566-qnb46 Successfully pulled image "registry.rshbdev.ru/rshbintech/it-invest/brokerage-service/sinv/clientinfo:master" in 37.98668ms
59m Normal Pulled pod/clientinfo-5bb59f6566-qnb46 Successfully pulled image "registry.rshbdev.ru/rshbintech/it-invest/brokerage-service/sinv/clientinfo:master" in 40.899781ms
39m Normal SuccessfulDelete replicaset/clientinfo-5bb59f6566 Deleted pod: clientinfo-5bb59f6566-qnb46
28m Normal SuccessfulCreate replicaset/clientinfo-5bb59f6566 Created pod: clientinfo-5bb59f6566-cvj5t
38m Normal Scheduled pod/clientinfo-85477f9c88-spllp Successfully assigned isys-sinv-int-dev/clientinfo-85477f9c88-spllp to afs1app-wl-144
38m Normal Pulled pod/clientinfo-85477f9c88-spllp Container image "registry.rshbdev.ru/appfarm/infra/images/istio/proxyv2:1.15.1-rshb.0.4.0" already present on machine
38m Normal Created pod/clientinfo-85477f9c88-spllp Created container istio-init
38m Normal Started pod/clientinfo-85477f9c88-spllp Started container istio-init
38m Normal Pulled pod/clientinfo-85477f9c88-spllp Container image "registry.rshbdev.ru/appfarm/infra/images/istio/proxyv2:1.15.1-rshb.0.4.0" already present on machine
38m Normal Created pod/clientinfo-85477f9c88-spllp Created container istio-proxy
38m Normal Started pod/clientinfo-85477f9c88-spllp Started container istio-proxy
30m Normal SecretRotationComplete pod/clientinfo-85477f9c88-spllp successfully rotated K8s secret clientinfo-app-secret-env
37m Normal Pulling pod/clientinfo-85477f9c88-spllp Pulling image "registry.rshbdev.ru/rshbintech/it-invest/brokerage-service/sinv/clientinfo:master"
38m Normal Pulled pod/clientinfo-85477f9c88-spllp Successfully pulled image "registry.rshbdev.ru/rshbintech/it-invest/brokerage-service/sinv/clientinfo:master" in 2.10786604s
37m Normal Created pod/clientinfo-85477f9c88-spllp Created container app
37m Normal Started pod/clientinfo-85477f9c88-spllp Started container app
38m Normal Pulled pod/clientinfo-85477f9c88-spllp Successfully pulled image "registry.rshbdev.ru/rshbintech/it-invest/brokerage-service/sinv/clientinfo:master" in 33.340052ms
33m Warning BackOff pod/clientinfo-85477f9c88-spllp Back-off restarting failed container
37m Normal Pulled pod/clientinfo-85477f9c88-spllp Successfully pulled image "registry.rshbdev.ru/rshbintech/it-invest/brokerage-service/sinv/clientinfo:master" in 43.931005ms
37m Normal Pulled pod/clientinfo-85477f9c88-spllp Successfully pulled image "registry.rshbdev.ru/rshbintech/it-invest/brokerage-service/sinv/clientinfo:master" in 70.310467ms
38m Normal SuccessfulCreate replicaset/clientinfo-85477f9c88 Created pod: clientinfo-85477f9c88-spllp
29m Normal SuccessfulDelete replicaset/clientinfo-85477f9c88 Deleted pod: clientinfo-85477f9c88-spllp
39m Normal ScalingReplicaSet deployment/clientinfo Scaled down replica set clientinfo-5bb59f6566 to 0
38m Normal ScalingReplicaSet deployment/clientinfo Scaled up replica set clientinfo-85477f9c88 to 1
29m Normal ScalingReplicaSet deployment/clientinfo Scaled down replica set clientinfo-85477f9c88 to 0
28m Normal ScalingReplicaSet deployment/clientinfo Scaled up replica set clientinfo-5bb59f6566 to 1
4m54s Normal SecretRotationComplete pod/clientinfocache-7ffbdd44b4-v9jgq successfully rotated K8s secret clientinfocache-app-secret-env
12m Warning Unhealthy pod/clientinfocache-7ffbdd44b4-v9jgq Liveness probe failed: Get "http://100.68.133.54:15020/app-health/app/livez": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
12m Warning Unhealthy pod/clientinfocache-7ffbdd44b4-v9jgq Readiness probe failed: Get "http://100.68.133.54:15020/app-health/app/readyz": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
20m Warning Unhealthy pod/clientinfocache-7ffbdd44b4-v9jgq Liveness probe failed: HTTP probe failed with statuscode: 500
52s Normal SecretRotationComplete pod/cs-accreditation-564cc4b4fb-5pd8t successfully rotated K8s secret cs-accreditation-app-secret-env
54s Normal SecretRotationComplete pod/cs-chartonline-64c5c69b7-l2xks successfully rotated K8s secret cs-chartonline-app-secret-env
12m Warning Unhealthy pod/cs-chartonline-64c5c69b7-l2xks Readiness probe failed: Get "http://100.68.129.251:15020/app-health/app/readyz": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
7m Warning Unhealthy pod/cs-chartonline-64c5c69b7-l2xks Liveness probe failed: Get "http://100.68.129.251:15020/app-health/app/livez": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
2m56s Normal SecretRotationComplete pod/cs-infoguide-5f64c7fb7-b2gr4 successfully rotated K8s secret cs-infoguide-app-secret-env
2m56s Normal SecretRotationComplete pod/cs-instrumentinfo-79c446bc6b-l6q42 successfully rotated K8s secret cs-instrumentinfo-app-secret-env
53s Normal SecretRotationComplete pod/cs-notificationaggregator-5c5b64f644-45jlj successfully rotated K8s secret cs-notificationaggregator-app-secret-env
63s Warning Unhealthy pod/cs-notificationaggregator-5c5b64f644-45jlj Readiness probe failed: Get "http://100.68.156.176:15020/app-health/app/readyz": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
63s Warning Unhealthy pod/cs-notificationaggregator-5c5b64f644-45jlj Liveness probe failed: Get "http://100.68.156.176:15020/app-health/app/livez": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
4m53s Normal SecretRotationComplete pod/cs-notificationhistory-688dfff59-64slv successfully rotated K8s secret cs-notificationhistory-app-secret-env
4m48s Normal SecretRotationComplete pod/cs-obfeeder-54f9686f99-95sbw successfully rotated K8s secret cs-obfeeder-app-secret-env
2m53s Normal SecretRotationComplete pod/cs-onboarding-578877ff97-pcfz2 successfully rotated K8s secret cs-onboarding-app-secret-env
8m37s Warning Unhealthy pod/cs-onboarding-578877ff97-pcfz2 Readiness probe failed: Get "http://100.68.153.181:15020/app-health/app/readyz": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
8m37s Warning Unhealthy pod/cs-onboarding-578877ff97-pcfz2 Liveness probe failed: Get "http://100.68.153.181:15020/app-health/app/livez": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
50s Normal SecretRotationComplete pod/cs-quotes-6fb87c7964-kxzz5 successfully rotated K8s secret cs-quotes-app-secret-env
54s Normal SecretRotationComplete pod/cs-reporting-66bc9fc45b-pr9rp successfully rotated K8s secret cs-reporting-app-secret-env
56s Normal SecretRotationComplete pod/cs-trading-54f9485cdb-mp2gn successfully rotated K8s secret cs-trading-app-secret-env
2m59s Normal SecretRotationComplete pod/cs-tradinghistory-698665f658-hlpvb successfully rotated K8s secret cs-tradinghistory-app-secret-env
35s Warning Unhealthy pod/cs-tradinghistory-698665f658-hlpvb Liveness probe failed: Get "http://100.68.141.157:15020/app-health/app/livez": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
35s Warning Unhealthy pod/cs-tradinghistory-698665f658-hlpvb Readiness probe failed: Get "http://100.68.141.157:15020/app-health/app/readyz": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
4m55s Normal SecretRotationComplete pod/cs-transfer-65c6b4f88d-v98fj successfully rotated K8s secret cs-transfer-app-secret-env
46m Warning Unhealthy pod/cs-transfer-65c6b4f88d-v98fj Liveness probe failed: Get "http://100.68.151.220:15020/app-health/app/livez": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
46m Warning Unhealthy pod/cs-transfer-65c6b4f88d-v98fj Readiness probe failed: Get "http://100.68.151.220:15020/app-health/app/readyz": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
12m Warning Unhealthy pod/dboportfolio-89ccfcd65-tb95t Startup probe failed: HTTP probe failed with statuscode: 500
54s Normal SecretRotationComplete pod/dboportfolio-89ccfcd65-tb95t successfully rotated K8s secret dboportfolio-app-secret-env
2m59s Warning BackOff pod/dboportfolio-89ccfcd65-tb95t Back-off restarting failed container
4m54s Normal SecretRotationComplete pod/dictionarymanagement-7766b78cb9-pb82p successfully rotated K8s secret dictionarymanagement-app-secret-env
17m Warning Unhealthy pod/dictionarymanagement-7766b78cb9-pb82p Readiness probe failed: Get "http://100.68.151.228:15020/app-health/app/readyz": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
17m Warning Unhealthy pod/dictionarymanagement-7766b78cb9-pb82p Liveness probe failed: Get "http://100.68.151.228:15020/app-health/app/livez": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
4m51s Normal SecretRotationComplete pod/gateway-594988b4d-frc9n successfully rotated K8s secret gateway-app-secret-env
2m54s Normal SecretRotationComplete pod/identity-6559f674fb-6bm9t successfully rotated K8s secret identity-app-secret-env
2m56s Normal SecretRotationComplete pod/nontrade-7b65c4465-p8fr4 successfully rotated K8s secret nontrade-app-secret-env
4m53s Normal SecretRotationComplete pod/notificationsender-6cfb947995-849rh successfully rotated K8s secret notificationsender-app-secret-env
11m Warning Unhealthy pod/notificationsender-6cfb947995-849rh Liveness probe failed: Get "http://100.68.154.122:15020/app-health/app/livez": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
11m Warning Unhealthy pod/notificationsender-6cfb947995-849rh Readiness probe failed: Get "http://100.68.154.122:15020/app-health/app/readyz": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
55s Normal SecretRotationComplete pod/oms-766dddb86c-nk7vr successfully rotated K8s secret oms-app-secret-env
14m Warning Unhealthy pod/oms-766dddb86c-nk7vr Liveness probe failed: Get "http://100.68.159.16:15020/app-health/app/livez": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
14m Warning Unhealthy pod/oms-766dddb86c-nk7vr Readiness probe failed: Get "http://100.68.159.16:15020/app-health/app/readyz": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
52s Normal SecretRotationComplete pod/otcloader-7dd5f8dcd5-w9nlk successfully rotated K8s secret otcloader-app-secret-env
55s Normal SecretRotationComplete pod/portfolio-565749ff5f-zdkfv successfully rotated K8s secret portfolio-app-secret-env
6m51s Warning Unhealthy pod/portfolio-565749ff5f-zdkfv Readiness probe failed: Get "http://100.68.130.247:15020/app-health/app/readyz": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
2m55s Normal SecretRotationComplete pod/qa-service-db-7764c96c79-ql4nw successfully rotated K8s secret qa-service-db-app-secret-env
40m Warning Unhealthy pod/quikposerviceadapter-86c8775db-2q6fb Liveness probe failed: Get "http://100.68.153.60:15020/app-health/app/livez": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
40m Warning Unhealthy pod/quikposerviceadapter-86c8775db-2q6fb Readiness probe failed: Get "http://100.68.153.60:15020/app-health/app/readyz": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
4m54s Normal SecretRotationComplete pod/quikposerviceadapter-86c8775db-2q6fb successfully rotated K8s secret quikposerviceadapter-app-secret-env
8m55s Normal SecretRotationComplete pod/quotes-694b77ccf6-ms5nr successfully rotated K8s secret quotes-app-secret-env
7m56s Warning Unhealthy pod/quotes-694b77ccf6-ms5nr Readiness probe failed: Get "http://100.68.147.215:15021/healthz/ready": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
5m39s Normal Scheduled pod/quotes-694b77ccf6-pfrh4 Successfully assigned isys-sinv-int-dev/quotes-694b77ccf6-pfrh4 to afs1app-wl-142
5m39s Normal Pulled pod/quotes-694b77ccf6-pfrh4 Container image "registry.rshbdev.ru/appfarm/infra/images/istio/proxyv2:1.15.1-rshb.0.4.0" already present on machine
5m39s Normal Created pod/quotes-694b77ccf6-pfrh4 Created container istio-init
5m39s Normal Started pod/quotes-694b77ccf6-pfrh4 Started container istio-init
5m38s Normal Pulled pod/quotes-694b77ccf6-pfrh4 Container image "registry.rshbdev.ru/appfarm/infra/images/istio/proxyv2:1.15.1-rshb.0.4.0" already present on machine
5m38s Normal Created pod/quotes-694b77ccf6-pfrh4 Created container istio-proxy
5m38s Normal Started pod/quotes-694b77ccf6-pfrh4 Started container istio-proxy
5m34s Normal Pulling pod/quotes-694b77ccf6-pfrh4 Pulling image "registry.rshbdev.ru/rshbintech/it-invest/brokerage-service/sinv/quotes:master"
5m32s Normal Pulled pod/quotes-694b77ccf6-pfrh4 Successfully pulled image "registry.rshbdev.ru/rshbintech/it-invest/brokerage-service/sinv/quotes:master" in 2.256899365s
5m32s Normal Created pod/quotes-694b77ccf6-pfrh4 Created container app
5m32s Normal Started pod/quotes-694b77ccf6-pfrh4 Started container app
52s Normal SecretRotationComplete pod/quotes-694b77ccf6-pfrh4 successfully rotated K8s secret quotes-app-secret-env
2m55s Warning Unhealthy pod/quotes-694b77ccf6-pfrh4 Readiness probe failed: Get "http://100.68.153.246:15021/healthz/ready": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
5m40s Normal SuccessfulCreate replicaset/quotes-694b77ccf6 Created pod: quotes-694b77ccf6-pfrh4
56s Normal SecretRotationComplete pod/reporting-54584d4f46-bbxjt successfully rotated K8s secret reporting-app-secret-env
36m Warning Unhealthy pod/riskprofiling-d4576d4fb-kx4dx Liveness probe failed: HTTP probe failed with statuscode: 503
16m Warning Unhealthy pod/riskprofiling-d4576d4fb-kx4dx Readiness probe failed: HTTP probe failed with statuscode: 500
51m Warning Unhealthy pod/riskprofiling-d4576d4fb-kx4dx Readiness probe failed: Get "http://100.68.130.199:15020/app-health/app/readyz": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
110s Warning BackOff pod/riskprofiling-d4576d4fb-kx4dx Back-off restarting failed container
6m11s Warning Unhealthy pod/scheduler-5f56d869b7-khc4b Readiness probe failed: Get "http://100.68.137.73:15020/app-health/app/readyz": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
14m Warning Unhealthy pod/scheduler-5f56d869b7-khc4b Liveness probe failed: Get "http://100.68.137.73:15020/app-health/app/livez": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
4m52s Normal SecretRotationComplete pod/trader-54899fd7b7-9cqmp successfully rotated K8s secret trader-app-secret-env
2m56s Normal SecretRotationComplete pod/transfer-75d44b475f-mc7p5 successfully rotated K8s secret transfer-app-secret-env
10m Warning Unhealthy pod/transfer-75d44b475f-mc7p5 Readiness probe failed: Get "http://100.68.149.171:15020/app-health/app/readyz": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
10m Warning Unhealthy pod/transfer-75d44b475f-mc7p5 Liveness probe failed: Get "http://100.68.149.171:15020/app-health/app/livez": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
dmitriev-aal@VDI-Dmitriev-A:~$ kubectl describe pod clientinfo-5bb59f6566-cvj5t
Name: clientinfo-5bb59f6566-cvj5t
Namespace: isys-sinv-int-dev
Priority: 0
Priority Class Name: rumsk1
Service Account: default
Node: afs1app-wl-144/10.7.184.21
Start Time: Thu, 20 Aug 2026 14:22:46 +0300
Labels: app=clientinfo
chart=base-1.15.3
fullname=clientinfo
heritage=Helm
isys=sinv-int-dev
pod-template-hash=5bb59f6566
psvc=clientinfo
release=clientinfo
security.istio.io/tlsMode=istio
service.istio.io/canonical-name=clientinfo
service.istio.io/canonical-revision=master
version=master
workload.topology.app.farm/zone=rumsk1
Annotations: checksum/configMapsEnv: 5478f3e548fee52e8183ce9914789273ecc2f5e6c4afdbe1622b8f48c892cca2
checksum/secretEnv: e33d4785854e21bda9a879f507659669a24e8358a7a365e77ad74636717d0cd5
ci/commithash: f0050fd5
cni.projectcalico.org/containerID: 495f94ba0d2f5669d67f4922937bfcee05352816a22076d31b9fdaf751b40721
cni.projectcalico.org/podIP: 100.68.153.69/32
cni.projectcalico.org/podIPs: 100.68.153.69/32
inject.istio.io/templates: sidecar,custom
kubectl.kubernetes.io/default-container: app
kubectl.kubernetes.io/default-logs-container: app
kubectl.kubernetes.io/restartedAt: 2025-09-10T00:05:27+03:00
prometheus.io/path: /stats/prometheus
prometheus.io/port: 15020
prometheus.io/scrape: true
sidecar.istio.io/proxyCPU: 100m
sidecar.istio.io/proxyCPULimit: 100m
sidecar.istio.io/proxyMemory: 512Mi
sidecar.istio.io/proxyMemoryLimit: 512Mi
sidecar.istio.io/status:
{"initContainers":["istio-init"],"containers":["istio-proxy"],"volumes":["istio-certs","workload-socket","credential-socket","workload-cer...
sidecar.istio.io/userVolume: [{"name": "wasmfilters-dir","configMap": {"name": "sinv-int-dev-envoy-filters"}}]
sidecar.istio.io/userVolumeMount: [{"mountPath":"/var/local/lib/wasm-filters","name":"wasmfilters-dir"}]
Status: Running
IP: 100.68.153.69
IPs:
IP: 100.68.153.69
Controlled By: ReplicaSet/clientinfo-5bb59f6566
Init Containers:
istio-init:
Container ID: containerd://9ca7225f7bdc4368dc5823622122ca16f363fe43de43e6211855b07e204865f9
Image: registry.rshbdev.ru/appfarm/infra/images/istio/proxyv2:1.15.1-rshb.0.4.0
Image ID: registry.rshbdev.ru/appfarm/infra/images/istio/proxyv2@sha256:7b3ce834183d38c73388b93b9f2173957dba6da11f8bc17e8dfcd64415c41e4e
Port: <none>
Host Port: <none>
Args:
istio-iptables
-p
15001
-z
15006
-u
1337
-m
REDIRECT
-i
*
-x
-b
*
-d
15090,15021,15020
--log_output_level=default:info
State: Terminated
Reason: Completed
Exit Code: 0
Started: Thu, 20 Aug 2026 14:22:49 +0300
Finished: Thu, 20 Aug 2026 14:22:50 +0300
Ready: True
Restart Count: 0
Limits:
cpu: 100m
memory: 512Mi
Requests:
cpu: 100m
memory: 512Mi
Environment: <none>
Mounts: <none>
Containers:
istio-proxy:
Container ID: containerd://d4a195eef0b08f2b391b1b943615ec8bff942b3c0c4f2cf74e0e91418c0f2221
Image: registry.rshbdev.ru/appfarm/infra/images/istio/proxyv2:1.15.1-rshb.0.4.0
Image ID: registry.rshbdev.ru/appfarm/infra/images/istio/proxyv2@sha256:7b3ce834183d38c73388b93b9f2173957dba6da11f8bc17e8dfcd64415c41e4e
Port: 15090/TCP (http-envoy-prom)
Host Port: 0/TCP (http-envoy-prom)
Args:
proxy
sidecar
--domain
$(POD_NAMESPACE).svc.cluster.local
--proxyLogLevel=warning
--proxyComponentLogLevel=misc:error
--log_output_level=default:info
--concurrency
2
State: Running
Started: Thu, 20 Aug 2026 14:22:50 +0300
Ready: True
Restart Count: 0
Limits:
cpu: 100m
memory: 512Mi
Requests:
cpu: 100m
memory: 512Mi
Readiness: http-get http://:15021/healthz/ready delay=1s timeout=3s period=2s #success=1 #failure=30
Environment:
HTTP_LOG_FORWARDER_HOST: (v1:spec.nodeName)
HTTP_LOG_FORWARDER_PORT: 9000
HTTP_LOG_FORWARDER_ENDPOINT: /
OUTPUT_CERTS: /etc/istio-certs/
ISYS_NAME: (v1:metadata.labels['isys'])
PSVC_NAME: (v1:metadata.labels['psvc'])
WORKLOAD_ZONE_NAME: (v1:metadata.labels['workload.topology.app.farm/zone'])
JWT_POLICY: third-party-jwt
PILOT_CERT_PROVIDER: istiod
CA_ADDR: istiod.istio-system.svc:15012
POD_NAME: clientinfo-5bb59f6566-cvj5t (v1:metadata.name)
POD_NAMESPACE: isys-sinv-int-dev (v1:metadata.namespace)
INSTANCE_IP: (v1:status.podIP)
SERVICE_ACCOUNT: (v1:spec.serviceAccountName)
HOST_IP: (v1:status.hostIP)
PROXY_CONFIG: {"tracing":{"zipkin":{"address":"jaeger-collector.istio-system:9411"},"customTags":{"workload.topology.app.farm/zone":{"environment":{"name":"WORKLOAD_ZONE_NAME"}}},"sampling":100}}
ISTIO_META_POD_PORTS: [
]
ISTIO_META_APP_CONTAINERS: app
ISTIO_META_CLUSTER_ID: Kubernetes
ISTIO_META_INTERCEPTION_MODE: REDIRECT
ISTIO_META_WORKLOAD_NAME: clientinfo
ISTIO_META_OWNER: kubernetes://apis/apps/v1/namespaces/isys-sinv-int-dev/deployments/clientinfo
ISTIO_META_MESH_ID: cluster.local
TRUST_DOMAIN: cluster.local
ISTIO_PROMETHEUS_ANNOTATIONS: {"scrape":"true","path":"/metrics","port":"9080"}
ISTIO_KUBE_APP_PROBERS: {"/app-health/app/livez":{"httpGet":{"path":"/health/liveness","port":9080,"scheme":"HTTP"},"timeoutSeconds":3},"/app-health/app/readyz":{"httpGet":{"path":"/health/readiness","port":9080,"scheme":"HTTP"},"timeoutSeconds":3}}
Mounts:
/etc/istio-certs/ from istio-certs (rw)
/etc/istio/pod from istio-podinfo (rw)
/etc/istio/proxy from istio-envoy (rw)
/var/lib/istio/data from istio-data (rw)
/var/local/lib/wasm-filters from wasmfilters-dir (rw)
/var/run/secrets/credential-uds from credential-socket (rw)
/var/run/secrets/istio from istiod-ca-cert (rw)
/var/run/secrets/tokens from istio-token (rw)
/var/run/secrets/workload-spiffe-credentials from workload-certs (rw)
/var/run/secrets/workload-spiffe-uds from workload-socket (rw)
app:
Container ID: containerd://ba483619760eb6f9f17d8eb165b1ded9723713786c491450c33fd26f7ccc6f95
Image: registry.rshbdev.ru/rshbintech/it-invest/brokerage-service/sinv/clientinfo:master
Image ID: registry.rshbdev.ru/rshbintech/it-invest/brokerage-service/sinv/clientinfo@sha256:4194e146164b1795512458c7cde7298286a0b8506f2124a2e1702f4de620de0d
Port: <none>
Host Port: <none>
State: Waiting
Reason: CrashLoopBackOff
Last State: Terminated
Reason: Error
Exit Code: 139
Started: Thu, 20 Aug 2026 14:47:02 +0300
Finished: Thu, 20 Aug 2026 14:47:20 +0300
Ready: False
Restart Count: 9
Limits:
cpu: 200m
memory: 1Gi
Requests:
cpu: 200m
memory: 512Mi
Liveness: http-get http://:15020/app-health/app/livez delay=60s timeout=3s period=5s #success=1 #failure=5
Readiness: http-get http://:15020/app-health/app/readyz delay=60s timeout=3s period=5s #success=1 #failure=5
Environment Variables from:
clientinfo-app-cm-env ConfigMap Optional: false
clientinfo-app-secret-env Secret Optional: false
Environment: <none>
Mounts:
/secrets from app-vault-secrets (ro)
Conditions:
Type Status
Initialized True
Ready False
ContainersReady False
PodScheduled True
Volumes:
istio-certs:
Type: EmptyDir (a temporary directory that shares a pod's lifetime)
Medium: Memory
SizeLimit: <unset>
workload-socket:
Type: EmptyDir (a temporary directory that shares a pod's lifetime)
Medium:
SizeLimit: <unset>
credential-socket:
Type: EmptyDir (a temporary directory that shares a pod's lifetime)
Medium:
SizeLimit: <unset>
workload-certs:
Type: EmptyDir (a temporary directory that shares a pod's lifetime)
Medium:
SizeLimit: <unset>
istio-envoy:
Type: EmptyDir (a temporary directory that shares a pod's lifetime)
Medium: Memory
SizeLimit: <unset>
istio-data:
Type: EmptyDir (a temporary directory that shares a pod's lifetime)
Medium:
SizeLimit: <unset>
istio-podinfo:
Type: DownwardAPI (a volume populated by information about the pod)
Items:
metadata.labels -> labels
metadata.annotations -> annotations
istio-token:
Type: Projected (a volume that contains injected data from multiple sources)
TokenExpirationSeconds: 43200
istiod-ca-cert:
Type: ConfigMap (a volume populated by a ConfigMap)
Name: istio-ca-root-cert
Optional: false
wasmfilters-dir:
Type: ConfigMap (a volume populated by a ConfigMap)
Name: sinv-int-dev-envoy-filters
Optional: false
app-vault-secrets:
Type: CSI (a Container Storage Interface (CSI) volume source)
Driver: secrets-store.csi.k8s.io
FSType:
ReadOnly: true
VolumeAttributes: secretProviderClass=clientinfo-app-secret-provider
QoS Class: Burstable
Node-Selectors: workload.topology.app.farm/zone=rumsk1
Tolerations: node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
workload.topology.app.farm/zone:NoSchedule op=Exists
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Scheduled 29m default-scheduler Successfully assigned isys-sinv-int-dev/clientinfo-5bb59f6566-cvj5t to afs1app-wl-144
Normal Pulled 29m kubelet spec.initContainers{istio-init}: Container image "registry.rshbdev.ru/appfarm/infra/images/istio/proxyv2:1.15.1-rshb.0.4.0" already present on machine
Normal Created 29m kubelet spec.initContainers{istio-init}: Created container istio-init
Normal Started 29m kubelet spec.initContainers{istio-init}: Started container istio-init
Normal Pulled 29m kubelet spec.containers{istio-proxy}: Container image "registry.rshbdev.ru/appfarm/infra/images/istio/proxyv2:1.15.1-rshb.0.4.0" already present on machine
Normal Created 29m kubelet spec.containers{istio-proxy}: Created container istio-proxy
Normal Started 29m kubelet spec.containers{istio-proxy}: Started container istio-proxy
Normal Pulled 29m kubelet spec.containers{app}: Successfully pulled image "registry.rshbdev.ru/rshbintech/it-invest/brokerage-service/sinv/clientinfo:master" in 1.159187129s
Normal Pulled 29m kubelet spec.containers{app}: Successfully pulled image "registry.rshbdev.ru/rshbintech/it-invest/brokerage-service/sinv/clientinfo:master" in 48.147316ms
Normal Created 28m (x3 over 29m) kubelet spec.containers{app}: Created container app
Normal Pulled 28m kubelet spec.containers{app}: Successfully pulled image "registry.rshbdev.ru/rshbintech/it-invest/brokerage-service/sinv/clientinfo:master" in 46.718376ms
Normal Started 28m (x3 over 29m) kubelet spec.containers{app}: Started container app
Normal Pulling 27m (x4 over 29m) kubelet spec.containers{app}: Pulling image "registry.rshbdev.ru/rshbintech/it-invest/brokerage-service/sinv/clientinfo:master"
Normal Pulled 27m kubelet spec.containers{app}: Successfully pulled image "registry.rshbdev.ru/rshbintech/it-invest/brokerage-service/sinv/clientinfo:master" in 45.96363ms
Warning BackOff 4m35s (x109 over 28m) kubelet spec.containers{app}: Back-off restarting failed container
Normal SecretRotationComplete 102s (x15 over 29m) csi-secrets-store-rotation successfully rotated K8s secret clientinfo-app-secret-env
dmitriev-aal@VDI-Dmitriev-A:~$ kubectl logs clientinfo-5bb59f6566-cvj5t -c app
info: RSHBIntech.BrokerageService.Sinv.Infrastructure.AppFarmBrokerWebApplication.AppFarmBrokerApplicationBuilder[0]
Интервал обновления настроек: 20 секунд
Cannot load library libgssapi_krb5.so.2
Error: Error loading shared library libgssapi_krb5.so.2: No such file or directory
info: RSHBIntech.BrokerageService.Sinv.Infrastructure.AppFarmBrokerWebApplication.AppFarmBrokerApplicationBuilder[0]
Удаленные настройки обновлены. Новые настройки: [0000000000000]='2'(UsersBlock,b8af85cf-74d4-4be2-a81f-86d5fd3fb92a);[0000000000000]='1'(GroupsBlock,Admin[4]);[0000000000000]='000000000-s'(NoBlock,NoElement);[AgreementTariffJobConfiguration:IsEnabled]='true'(NoBlock,NoElement);[AgreementTariffJobConfiguration:Schedule]='0 0/10 * * * ?'(NoBlock,NoElement);[AgreementTariffJobConfiguration:StartNow]='false'(NoBlock,NoElement);[BbOrderProcessingConfiguration:IsEnabled]='true'(NoBlock,NoElement);[BbOrderProcessingConfiguration:Period]='00:00:01'(NoBlock,NoElement);[BrokerAccountsRequisitesConfiguration:BankDetailsBankName]='АО \"Россельхозбанк\"'(NoBlock,NoElement);[BrokerAccountsRequisitesConfiguration:BankDetailsBic]='044525111'(NoBlock,NoElement);[BrokerAccountsRequisitesConfiguration:BankDetailsCorrespondentAccount]='30101810200000000111'(NoBlock,NoElement);[BrokerAccountsRequisitesConfiguration:BankDetailsInn]='7725114488'(NoBlock,NoElement);[BrokerAccountsRequisitesConfiguration:BankDetailsKpp]='770401001'(NoBlock,NoElement);[BrokerAccountsRequisitesConfiguration:PresetAmounts]='[10000, 20000, 50000, 100000]'(NoBlock,NoElement);[CftClientImporterConfiguration:IsEnabled]='true'(NoBlock,NoElement);[CftClientImporterConfiguration:IsInboxEnabled]='true'(NoBlock,NoElement);[CftClientImporterConfiguration:UseBatchProcessing]='true'(NoBlock,NoElement);[ClientConfiguration:CacheLifetimeMinutes]='10'(NoBlock,NoElement);[ClientImporterConfiguration:ClientCreatorBatchSize]='1000'(NoBlock,NoElement);[ClientImporterConfiguration:ClientCreatorTimeout]='500'(NoBlock,NoElement);[ClientImporterConfiguration:CreatedByUsername]='SOFR'(NoBlock,NoElement);[ClientImporterConfiguration:Filter:AuthorizationTypeList]='["Двухфакторная авторизация", "СКП ЭП"]'(NoBlock,NoElement);[ClientImporterConfiguration:Filter:ClientType]='["Физическое лицо"]'(NoBlock,NoElement);[ClientImporterConfiguration:Filter:EmployerStatus]='0'(NoBlock,NoElement);[ClientImporterConfiguration:InboxBatchSize]='1000'(NoBlock,NoElement);[ClientImporterConfiguration:InboxProcessorTimeout]='30000'(NoBlock,NoElement);[ClientImporterConfiguration:IsEnabled]='true'(NoBlock,NoElement);[ClientImporterConfiguration:IsInboxEnabled]='true'(NoBlock,NoElement);[ClientImporterConfiguration:LockTimeoutMs]='600'(NoBlock,NoElement);[ClientImporterConfiguration:TaskDelayMs]='60000'(NoBlock,NoElement);[ClientImporterConfiguration:UseBatchProcessing]='true'(NoBlock,NoElement);[ClientImporterConfiguration:Validator:DepoAccountRegex]='^(?:(K|KI|T|TI)[1-9]?-(\d)+)(?:,\s*(K|KI|T|TI)[1-9]?-(\d)+)?$'(NoBlock,NoElement);[ClientImporterConfiguration:Validator:TradeAccountNumberRegex]='^.{5}A.{14}|[0-9]{20}'(NoBlock,NoElement);[ClientSettingsConfiguration:EnabledQuotesFiltersCacheLifeTimeMinutes]='5'(NoBlock,NoElement);[DeleteMe777]='888'(NoBlock,NoElement);[DeleteMePath:First:Second]='Значение для тестовой фронтовой настройки для блока Admin'(GroupsBlock,Admin[4]);[DeleteMePath:Second:Third]='Значение для тестовой фронтовой настройки'(RolesBlock,Users[8]);[DepricatedApplicationVersions:Android]='111.222.333'(NoBlock,NoElement);[DepricatedApplicationVersions:PWA]='111.222.333'(NoBlock,NoElement);[FeaturesConfiguration:AccreditationStatusIpAdapterEnabled]='false'(NoBlock,NoElement);[FeaturesConfiguration:AccreditationStatusKafkaEnabled]='true'(NoBlock,NoElement);[FeaturesConfiguration:IsFillAmountRubEnabled]='false'(NoBlock,NoElement);[FeaturesConfiguration:IsLockedBalanceDisplayEnabled]='true'(NoBlock,NoElement);[FeaturesConfiguration:IsMultiModeInstrumentEnabled]='true'(NoBlock,NoElement);[FeaturesConfiguration:IsNewHistoryOrderLinkingEnabled]='false'(NoBlock,NoElement);[FeaturesConfiguration:IsNewOrderProcessEnabled]='true'(NoBlock,NoElement);[FeaturesConfiguration:IsNewOrderProcessOnFrontendEnabled]='true'(ClientIdConfigurationBlock,1b59b04f-ac3f-4cdb-9a5e-4df7ef962dbc[1]);[FeaturesConfiguration:IsNewOrderProcessOnFrontendEnabled]='true'(ClientIdConfigurationBlock,53180e66-5fe0-4f1f-97d9-6d90ab197949);[FeaturesConfiguration:IsNewOrderProcessOnFrontendEnabled]='true'(ClientIdConfigurationBlock,cc8a7a2a-1312-4b10-961a-45a3a4a4698b);[FeaturesConfiguration:IsNewOrderProcessOnFrontendEnabled]='true'(ClientIdConfigurationBlock,0ea790d5-1c45-4556-9c78-7249a6f73a0a);[FeaturesConfiguration:IsNewOrderProcessOnFrontendEnabled]='true'(ClientIdConfigurationBlock,ca7d984f-64a3-4c88-a54a-9c0ad20455c1[2]);[FeaturesConfiguration:IsNewOrderProcessOnFrontendEnabled]='true'(ClientIdConfigurationBlock,24703585-02b7-4e1b-a24f-7748e04db50e);[FeaturesConfiguration:IsNewOrderProcessOnFrontendEnabled]='true'(NoBlock,NoElement);[FeaturesConfiguration:IsPortfolioAdminEnabled]='true'(NoBlock,NoElement);[FeaturesConfiguration:IsPublishToSinvClientInfoIndexCftEnabled]='true'(NoBlock,NoElement);[FeaturesConfiguration:IsQualifiedViewEnabled]='true'(NoBlock,NoElement);[FeaturesConfiguration:IsTestingStatusEnabled]='false'(NoBlock,NoElement);[FeaturesConfiguration:IsTradeResultPushEnabled]='false'(NoBlock,NoElement);[FeatureToggles:CMSExchangeFundsConfiguration:IsEnabled]='true'(NoBlock,NoElement);[FeatureToggles:CMSPromoblocksConfiguration:IsEnabled]='true'(NoBlock,NoElement);[FeatureToggles:CMSStoriesConfiguration:IsEnabled]='true'(NoBlock,NoElement);[FeatureToggles:IsApplicationDepricated]='true'(GroupsBlock,DepricatedApplication);[FeatureToggles:IsApplicationDepricated]='false'(NoBlock,NoElement);[FeatureToggles:IsM2MEnabled]='true'(RolesBlock,Beta testers);[FeatureToggles:IsM2MEnabled]='true'(NoBlock,NoElement);[FeatureToggles:IsM2MHistoryEnabled]='true'(RolesBlock,Beta testers);[FeatureToggles:IsM2MHistoryEnabled]='true'(NoBlock,NoElement);[FeatureToggles:RussianStringValueToggle]='Предложение с русскими буквами'(NoBlock,NoElement);[FilterConfiguration:MaxLengthFilterName]='15'(NoBlock,NoElement);[IconS3Settings:IsEnabled]='true'(NoBlock,NoElement);[IconS3Settings:QuikLimitAdapterLeverageSuccess]='SI.png'(NoBlock,NoElement);[IconS3Settings:TransferIncomeOutcome]='TransferIncomeOutcome.png'(NoBlock,NoElement);[IconS3Settings:TransferOtcExchange]='TransferBetweenTradingfloor.png'(NoBlock,NoElement);[IconS3Settings:Url]='https://kft-broker2.rshb.ru:3443/icons'(NoBlock,NoElement);[IconUrlSettings:QuikLimitAdapterLeverageSuccess]='SI.png'(NoBlock,NoElement);[IconUrlSettings:TransferBetweenTradingfloor]='TransferBetweenTradingfloor.png'(NoBlock,NoElement);[IconUrlSettings:TransferIncomeOutcome]='TransferIncomeOutcome.png'(NoBlock,NoElement);[IsClaimAuthorizationEnabled]='false'(NoBlock,NoElement);[Path1:Path2]='SomeOne1'(NoBlock,NoElement);[PushQueueConfiguration:IsEnabled]='true'(NoBlock,NoElement);[ReviewerAgreementStub]='{
"Id": "11111111-1111-1111-1111-111111111111",
"Number": "TEST-BROKER-1970-001",
"Ucc": "TEST-UCC-BROKER-111",
"AgreementType": 1,
"DepoAccounts": [
"TEST-DEPO-ACC-101"
],
"DepoAgreement": {
"Number": "TEST-DEPO-AGR-001",
"OpenAt": "1970-01-01T00:00:00Z",
"CloseAt": null
},
"SofrId": 0
}'(NoBlock,NoElement);[SettingForPizza]='x'(UsersBlock,3940f976-23bd-45c5-9ff6-1482f0dd2b8e[1]);[SofrClientConfiguration:CacheLifetimeMinutes]='15'(NoBlock,NoElement);[SofrClientImporterConfiguration:ClientCreatorBatchSize]='1000'(NoBlock,NoElement);[SofrClientImporterConfiguration:ClientCreatorTimeout]='500'(NoBlock,NoElement);[SofrClientImporterConfiguration:CreatedByUsername]='SOFR'(NoBlock,NoElement);[SofrClientImporterConfiguration:Filter:AuthorizationTypeList]='["Двухфакторная авторизация", "СКП ЭП"]'(NoBlock,NoElement);[SofrClientImporterConfiguration:Filter:ClientType]='["Физическое лицо", "Юридическое лицо"]'(NoBlock,NoElement);[SofrClientImporterConfiguration:Filter:EmployerStatus]='0'(NoBlock,NoElement);[SofrClientImporterConfiguration:InboxBatchSize]='1000'(NoBlock,NoElement);[SofrClientImporterConfiguration:InboxProcessorTimeout]='30000'(NoBlock,NoElement);[SofrClientImporterConfiguration:IsEnabled]='true'(NoBlock,NoElement);[SofrClientImporterConfiguration:IsInboxEnabled]='true'(NoBlock,NoElement);[SofrClientImporterConfiguration:LegalClientImportEnabled]='true'(NoBlock,NoElement);[SofrClientImporterConfiguration:LockTimeoutMs]='600'(NoBlock,NoElement);[SofrClientImporterConfiguration:TaskDelayMs]='60000'(NoBlock,NoElement);[SofrClientImporterConfiguration:UseBatchProcessing]='true'(NoBlock,NoElement);[SofrClientImporterConfiguration:Validator:DepoAccountRegex]='^(?:(K|KI|T|TI)[1-9]?-(\d)+)(?:,\s*(K|KI|T|TI)[1-9]?-(\d)+)?$'(NoBlock,NoElement);[SofrClientImporterConfiguration:Validator:TradeAccountNumberRegex]='^.{5}A.{14}|[0-9]{20}'(NoBlock,NoElement);[SofrClientSettingsConfiguration:EnabledQuotesFiltersCacheLifeTimeMinutes]='5'(NoBlock,NoElement);[TariffConfiguration:DefaultTariffName]='Инвестор'(NoBlock,NoElement);[TariffConfiguration:FeesCacheLifetimeMinutes]='1'(NoBlock,NoElement);[TariffConfiguration:TariffsCacheLifetimeMinutes]='1'(NoBlock,NoElement);[VGBFRS]='GVRFED'(NoBlock,NoElement)
info: RSHBIntech.BrokerageService.Sinv.Infrastructure.AppFarmBrokerWebApplication.AppFarmBrokerApplicationBuilder[0]
Создание приложения ClientInfo версии 0.0.0-master
info: RSHBIntech.BrokerageService.Sinv.Infrastructure.AppFarmBrokerWebApplication.AppFarmBrokerApplicationBuilder[0]
Версия билдера 0.5.340
info: RSHBIntech.BrokerageService.Sinv.Infrastructure.AppFarmBrokerWebApplication.AppFarmBrokerApplicationBuilder[0]
Текущее окружение -> Development
info: RSHBIntech.BrokerageService.Sinv.Infrastructure.AppFarmBrokerWebApplication.AppFarmBrokerApplicationBuilder[0]
JWT ключ будет извлечен из конфигурации по пути JwtSecret
info: RSHBIntech.BrokerageService.Sinv.Infrastructure.AppFarmBrokerWebApplication.AppFarmBrokerApplicationBuilder[0]
Загружен блок конфигурации ClientConfiguration - ClientConfiguration { CacheLifetimeMinutes = 10 }
info: RSHBIntech.BrokerageService.Sinv.Infrastructure.AppFarmBrokerWebApplication.AppFarmBrokerApplicationBuilder[0]
Загружен блок конфигурации FilterConfiguration - RSHBIntech.BrokerageService.Sinv.ClientInfo.WebApi.Config.FilterConfiguration
info: RSHBIntech.BrokerageService.Sinv.Infrastructure.AppFarmBrokerWebApplication.AppFarmBrokerApplicationBuilder[0]
Загружен блок конфигурации LeverageTable - LeverageTable { Rows = RSHBIntech.BrokerageService.Sinv.ClientInfo.WebApi.Config.LeverageRow[] }
info: RSHBIntech.BrokerageService.Sinv.Infrastructure.AppFarmBrokerWebApplication.AppFarmBrokerApplicationBuilder[0]
Загружен блок конфигурации TariffConfiguration - TariffConfiguration { DefaultTariffName = Инвестор, FeesCacheLifetimeMinutes = 1, TariffsCacheLifetimeMinutes = 1 }
info: RSHBIntech.BrokerageService.Sinv.Infrastructure.AppFarmBrokerWebApplication.AppFarmBrokerApplicationBuilder[0]
Загружен блок конфигурации AgreementTariffJobConfiguration - AgreementTariffJobConfiguration { IsEnabled = True, Schedule = 0 0/10 * * * ?, StartNow = False }
info: RSHBIntech.BrokerageService.Sinv.Infrastructure.AppFarmBrokerWebApplication.AppFarmBrokerApplicationBuilder[0]
Загружен блок конфигурации FeaturesConfiguration - FeaturesConfiguration { IsFavoriteInstrumentsCacheEnabled = True }
dmitriev-aal@VDI-Dmitriev-A:~$