Загрузка данных
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.11 ...
Using attach strategy to execute scripts...
Preparing environment
00:06
Waiting for pod gitlab-runners/runner-9cgwhtm5-project-79887-concurrent-09gk9r to be running, status is Pending
ContainersNotInitialized: "containers with incomplete status: [init-permissions]"
ContainersNotReady: "containers with unready status: [build helper]"
ContainersNotReady: "containers with unready status: [build helper]"
Waiting for pod gitlab-runners/runner-9cgwhtm5-project-79887-concurrent-09gk9r 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-79887-concurrent-09gk9r via gitlab-runner-gitlab-runner-64775b4cff-qpdc8...
Getting source from Git repository
00:02
$ 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/integrations/cki/ip2-services/flow-adapters/vaf-flow/.git/
Created fresh repository.
Checking out 3636a42b as master...
Skipping Git submodules setup
Downloading artifacts
00:02
Downloading artifacts for devsecops_antivirus_scan (23542843)...
Downloading artifacts from coordinator... ok id=23542843 responseStatus=200 OK token=64_jYNx3
Downloading artifacts for dockerfilegen (23542847)...
Downloading artifacts from coordinator... ok id=23542847 responseStatus=200 OK token=64_jYNx3
Downloading artifacts for build (23542851)...
Downloading artifacts from coordinator... ok id=23542851 responseStatus=200 OK token=64_jYNx3
Executing "step_script" stage of the job script
11:39
$ ( 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-flow-adapters-dev
++ NAMESPACE=isys-flow-adapters-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-flow-adapters-dev history vaf-flow
+++ 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
++ [[ deployed =~ 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/integrations/cki/ip2-services/flow-adapters/vaf-flow/-/pipelines/3379413 --set additionalWorkloadAnnotations.gitlabCommit=3636a42bb043c32144b67c6b5a21cd304c4ca4b3
== /usr/local/link/helmfile: Initialize base deploy hierarchy in /builds/rshbintech/integrations/cki/ip2-services/flow-adapters/vaf-flow
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=psvc-vaf-flow, chart=rshb-charts/raw
Comparing release=links-vaf-flow, chart=rshb-charts/raw
Comparing release=vaf-flow, chart=rshb-charts/base
isys-flow-adapters-dev, vaf-flow, Deployment (apps) has changed:
# Source: base/templates/workload.yaml
apiVersion: apps/v1
kind: Deployment
metadata:
name: vaf-flow
labels:
app: vaf-flow
fullname: vaf-flow
chart: base-1.15.2
release: vaf-flow
heritage: Helm
isys: "flow-adapters-dev"
psvc: "vaf-flow"
version: "master"
workload.topology.app.farm/zone: "rumsk1"
annotations:
- gitlabCommit: 733d988ff6947143533d76a8372cd647c81256b6
- gitlabPipeline: https://gitlab.rshbdev.ru/rshbintech/integrations/cki/ip2-services/flow-adapters/vaf-flow/-/pipelines/3370093
- platform.ckpr.integrations.rshbintech.ru/gitlab-commit-sha: 733d988f
- platform.ckpr.integrations.rshbintech.ru/gitlab-pipeline-id: "3370093"
+ gitlabCommit: 3636a42bb043c32144b67c6b5a21cd304c4ca4b3
+ gitlabPipeline: https://gitlab.rshbdev.ru/rshbintech/integrations/cki/ip2-services/flow-adapters/vaf-flow/-/pipelines/3379413
+ platform.ckpr.integrations.rshbintech.ru/gitlab-commit-sha: 3636a42b
+ platform.ckpr.integrations.rshbintech.ru/gitlab-pipeline-id: "3379413"
spec:
strategy:
type: RollingUpdate
replicas: 1
selector:
matchLabels:
app: vaf-flow
fullname: vaf-flow
release: vaf-flow
template:
metadata:
labels:
app: vaf-flow
fullname: vaf-flow
chart: base-1.15.2
release: vaf-flow
heritage: Helm
isys: "flow-adapters-dev"
psvc: "vaf-flow"
version: "master"
workload.topology.app.farm/zone: "rumsk1"
annotations:
- checksum/configMapsEnv: "ec7130d90f934230cd9ed438304bc96e207c5ef7d7097abafcd212f4d3bea7c5"
+ checksum/configMapsEnv: "e70791bc0ed2053d13ab2358c7c18cf399a2113a382d16ad7cf71a7311940a21"
checksum/secretEnv: "01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b"
- ci/commithash: "733d988f"
+ ci/commithash: "3636a42b"
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\": \"flow-adapters-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/integrations/cki/ip2-services/flow-adapters/vaf-flow:master
imagePullPolicy: Always
envFrom:
- configMapRef:
name: vaf-flow-app-cm-env
resources:
limits:
cpu: 600m
memory: 1Gi
requests:
cpu: 600m
memory: 1Gi
ports:
startupProbe:
failureThreshold: 60
httpGet:
path: /health/liveness
port: 8080
periodSeconds: 5
successThreshold: 1
timeoutSeconds: 1
livenessProbe:
failureThreshold: 5
httpGet:
path: /health/liveness
port: 8080
initialDelaySeconds: 30
periodSeconds: 5
successThreshold: 1
timeoutSeconds: 3
readinessProbe:
failureThreshold: 3
httpGet:
path: /health/readiness
port: 8080
initialDelaySeconds: 30
periodSeconds: 5
successThreshold: 1
timeoutSeconds: 3
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:
isys-flow-adapters-dev, vaf-flow-app-cm-env, ConfigMap (v1) has changed:
# Source: base/templates/cm-env.yaml
apiVersion: v1
kind: ConfigMap
metadata:
name: vaf-flow-app-cm-env
labels:
app: vaf-flow
fullname: vaf-flow
chart: base-1.15.2
release: vaf-flow
heritage: Helm
isys: "flow-adapters-dev"
psvc: "vaf-flow"
version: "master"
workload.topology.app.farm/zone: "rumsk1"
data:
APACHE_CONSUMER_INTERNALS: "WARN"
APACHE_FETCH_SESSION_HANDLER: "WARN"
APACHE_NETWORK_CLIENT: "WARN"
APP_FARM_TOKEN_GRANT_TYPE: "client_credentials"
APP_FARM_TOKEN_URL: "https://auth.rshbdev.ru/auth/realms/platform/protocol/openid-connect/token"
+ APP_KAFKA_BOOTSTRAP_NDBO_OB_KAFKA_SERVER: "adapter-ndbo-ob-kafka.isys-flow-adapters-dev-links:9092"
APP_KAFKA_BOOTSTRAP_SERVERS: "adapter-vaf-vaf-kafka.isys-flow-adapters-dev-links:9092"
APP_KAFKA_EFR_BOOTSTRAP_SERVERS: "adapter-efr-vaf-integration.isys-flow-adapters-dev-links:9092"
+ APP_KAFKA_NDBOLE_OB_KAFKA_GROUP_ID: "ndbole-ob-kafka-group"
+ APP_KAFKA_TOPIC_NDBOLE_SEND_AUTHENTICATION_INFO_VAF: "ndbole.send-authentication-info-vaf"
APP_KAFKA_TOPIC_VAF_DATALAKE_PUBLISH_EMPLOYEE_ACCESS_EVENT_REQ: "vaf.datalake.publish-employee-access-event-req"
APP_LOG_LEVEL_RU_RSHB: "TRACE"
APP_LOG_LEVEL_RU_RSHBINTECH: "TRACE"
APP_LOG_LEVEL_RU_RSHBINTECH_LOGGING_STARTER_ASPECT: "TRACE"
APP_LOG_LEVEL_SPRINGFRAMEWORK: "INFO"
APP_VALIDATOR_URL: "http://bd-validator.isys-integration-core-dev"
JAVA_OPTS: "-XX:+PrintFlagsFinal -XX:MaxRAMPercentage=75.0 -XX:MinRAMPercentage=75.0 -XX:+UseTransparentHugePages"
KAFKA_CONSUMER_GROUP: "vaf-flow-group"
KAFKA_SEND_USER_ACTION_INFO_CONSUMER_GROUP: "vaf-flow-send-user-action-info-group"
KUBERNETES_CLUSTER: "DEV"
LOG_DATE_FORMAT: "yyyy-MM-dd HH:mm:ss.SSS"
LOG_MESSAGEFORMAT: "false"
LOG_ORDER_CLUSTER: "90"
LOG_ORDER_ENDPOINT: "50"
LOG_ORDER_LEVEL: "20"
LOG_ORDER_LOGGERNAME: "40"
LOG_ORDER_MESSAGE: "30"
LOG_ORDER_OFFSET: "80"
LOG_ORDER_THREAD: "70"
LOG_ORDER_TIMESTAMP: "10"
LOG_ORDER_TRACEID: "60"
LOG_SHOW_SENSITIVE_DATA: "true"
SPRING_KAFKA_MESSAGE_LISTENER_CONTAINER: "WARN"
SPRING_PROFILES_ACTIVE: "dev"
VAF_DATALAKE_SEND_CHANGE_CLIENT_CARD_INFO_REQ: "vaf.datalake.send-change-client-card-info-req"
VAF_DATALAKE_SEND_CHANGE_CLIENT_INFO_REQ: "vaf.datalake.send-change-client-info-req"
VAF_DATALAKE_SEND_CHANGE_EMPLOYEE_DATA_REQ: "vaf.datalake.send-change-employee-data-req"
VAF_DATALAKE_SEND_CLIENT_ACCOUNT_CHANGE_INFO_REQ: "vaf.datalake.send-client-account-change-info-req"
VAF_DATALAKE_SEND_CLIENT_LOCK_INFO_REQ: "vaf.datalake.send-client-lock-info-req"
VAF_DATALAKE_SEND_CLIENT_MONEY_TRANSFER_INFO_REQ: "vaf.datalake.send-client-money-transfer-info-req"
VAF_DATALAKE_SEND_CREATE_NEW_CLIENT_INFO_REQ: "vaf.datalake.send-create-new-client-info-req"
VAF_EFR_SEND_USER_ACTION_INFO_REQUEST: "efr.send-user-action-info-request"
VAF_PUBLISH_EMPLOYEE_ACCESS_EVENT_REQ: "vaf.publish-employee-access-event-req"
+ VAF_SEND_AUTHENTICATION_INFO_VAF: "vaf.send-authentication-info-vaf"
VAF_SEND_CHANGE_CLIENT_CARD_INFO_REQ: "vaf.send-change-client-card-info-req"
VAF_SEND_CHANGE_CLIENT_INFO_REQ: "vaf.send-change-client-info-req"
VAF_SEND_CHANGE_EMPLOYEE_DATA_REQ: "vaf.send-change-employee-data-req"
VAF_SEND_CLIENT_ACCOUNT_CHANGE_INFO_REQ: "vaf.send-client-account-change-info-req"
VAF_SEND_CLIENT_LOCK_INFO_REQ: "vaf.send-client-lock-info-req"
VAF_SEND_CLIENT_MONEY_TRANSFER_INFO_REQ: "vaf.send-client-money-transfer-info-req"
VAF_SEND_CREATE_NEW_CLIENT_INFO_REQ: "vaf.send-create-new-client-info-req"
VAF_SEND_USER_ACTION_INFO_REQUEST: "vaf.send-user-action-info-request"
Listing releases matching ^vault-secrets-vaf-flow$
Listing releases matching ^pjob-vaf-flow$
Listing releases matching ^exsvc-vaf-flow$
Listing releases matching ^data-vaf-flow$
Listing releases matching ^assets-config-vaf-flow$
Listing releases matching ^platform-database-vaf-flow$
Listing releases matching ^vaf-flow-raw$
Listing releases matching ^vaf-flow-grafana-dashboard$
Listing releases matching ^vaf-flow-prometheus-rules$
Listing releases matching ^vaf-flow-rumsk1$
Listing releases matching ^vaf-flow-rumsk2$
Upgrading release=vaf-flow, chart=rshb-charts/base
FAILED RELEASES:
NAME
vaf-flow
in deploy/helmfile.yaml: failed processing release vaf-flow: 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: vaf-flow (8 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-flow-adapters-dev (22 bytes)
18: --values (8 bytes)
19: /tmp/helmfile3274984593/isys-flow-adapters-dev-vaf-flow-values-6887464b77 (73 bytes)
20: --values (8 bytes)
21: /tmp/helmfile1463993063/isys-flow-adapters-dev-vaf-flow-values-685457956c (73 bytes)
22: --set (5 bytes)
23: additionalWorkloadAnnotations.gitlabPipeline=https://gitlab.rshbdev.ru/rshbintech/integrations/cki/ip2-services/flow-adapters/vaf-flow/-/pipelines/3379413 (154 bytes)
24: --set (5 bytes)
25: additionalWorkloadAnnotations.gitlabCommit=3636a42bb043c32144b67c6b5a21cd304c4ca4b3 (83 bytes)
26: --history-max (13 bytes)
27: 10 (2 bytes)
ERROR:
exit status 1
EXIT STATUS
1
STDERR:
Error: UPGRADE FAILED: release vaf-flow failed, and has been rolled back due to atomic being set: timed out waiting for the condition
COMBINED OUTPUT:
Error: UPGRADE FAILED: release vaf-flow failed, and has been rolled back due to atomic being set: 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=23561855 responseStatus=201 Created token=64_jYNx3
Cleaning up project directory and file based variables
00:00
ERROR: Job failed: command terminated with exit code 1
dmitriev-aal@VDI-Dmitriev-A:~/Desktop$ kubectl get events
LAST SEEN TYPE REASON OBJECT MESSAGE
3m52s Normal SecretRotationComplete pod/affl-flow-64958bc9c9-6kx5r successfully rotated K8s secret affl-flow-app-secret-env
3m48s Normal SecretRotationComplete pod/aml-flow-6bb69fb996-ncmkr successfully rotated K8s secret aml-flow-app-secret-env
3m51s Normal SecretRotationComplete pod/bus-glos-flow-7ddcff5988-pfvjc successfully rotated K8s secret bus-glos-flow-app-secret-env
111s Normal SecretRotationComplete pod/cc-rshb-flow-6b8c8cf698-xdszs successfully rotated K8s secret cc-rshb-flow-app-secret-env
109s Normal SecretRotationComplete pod/cdi-flow-bf6c75bc8-wh652 successfully rotated K8s secret cdi-flow-app-secret-env
3m48s Normal SecretRotationComplete pod/cft-flow-69cf6df4c7-p9v68 successfully rotated K8s secret cft-flow-app-secret-env
107s Normal SecretRotationComplete pod/cft-instance-flow-54546b94d-hf874 successfully rotated K8s secret cft-instance-flow-app-secret-env
109s Normal SecretRotationComplete pod/cft-router-flow-654794f44d-8ss9k successfully rotated K8s secret cft-router-flow-app-secret-env
5m52s Normal SecretRotationComplete pod/collection-flow-69fbfc9856-5g5n7 successfully rotated K8s secret collection-flow-app-secret-env
3m48s Normal SecretRotationComplete pod/cre-flow-fbd4b8747-swgdx successfully rotated K8s secret cre-flow-app-secret-env
3m52s Normal SecretRotationComplete pod/crub-flow-5767548dfc-4ql8g successfully rotated K8s secret crub-flow-app-secret-env
5m52s Normal SecretRotationComplete pod/csp-flow-5c547fb956-2rtk6 successfully rotated K8s secret csp-flow-app-secret-env
3m51s Normal SecretRotationComplete pod/csp-flow-5c547fb956-jdcdg successfully rotated K8s secret csp-flow-app-secret-env
108s Normal SecretRotationComplete pod/data-hub-flow-6958c85cb9-95s9j successfully rotated K8s secret data-hub-flow-app-secret-env
3m48s Normal SecretRotationComplete pod/dbo2-flow-5bc899bffd-88s87 successfully rotated K8s secret dbo2-flow-app-secret-env
108s Normal SecretRotationComplete pod/diasoft-flow-67f695f55f-ckfk8 successfully rotated K8s secret diasoft-flow-app-secret-env
5m51s Normal SecretRotationComplete pod/ecp-flow-546667dc4b-wqhh8 successfully rotated K8s secret ecp-flow-app-secret-env
3m50s Normal SecretRotationComplete pod/efr-flow-585485d8f8-6hpr4 successfully rotated K8s secret efr-flow-app-secret-env
3m47s Normal SecretRotationComplete pod/eprshb-flow-6b5d7864d8-brnhm successfully rotated K8s secret eprshb-flow-app-secret-env
5m48s Normal SecretRotationComplete pod/espp-flow-589958f798-gwb7p successfully rotated K8s secret espp-flow-app-secret-env
5m49s Normal SecretRotationComplete pod/espp-flow-589958f798-ppkbc successfully rotated K8s secret espp-flow-app-secret-env
3m50s Normal SecretRotationComplete pod/kaf-flow-7cccfc9dd5-pp4zp successfully rotated K8s secret kaf-flow-app-secret-env
3m48s Normal SecretRotationComplete pod/kkrfl-mz-flow-6dc9d65f5b-skg2m successfully rotated K8s secret kkrfl-mz-flow-app-secret-env
112s Normal SecretRotationComplete pod/ndbole-flow-7d5dbf87fc-27d6g successfully rotated K8s secret ndbole-flow-app-secret-env
3m50s Normal SecretRotationComplete pod/ocrm-le-flow-79bbf47f54-468rn successfully rotated K8s secret ocrm-le-flow-app-secret-env
3m48s Normal SecretRotationComplete pod/ocrmfl-flow-f77b89-kmwxp successfully rotated K8s secret ocrmfl-flow-app-secret-env
3m49s Normal SecretRotationComplete pod/pc-flow-58dfb56646-vw7l7 successfully rotated K8s secret pc-flow-app-secret-env
4m Normal BackOff pod/pom-flow-69bfd7666f-p6mvr Back-off pulling image "registry.rshbdev.ru/rshbintech/integrations/cki/ip2-services/flow-adapters/pom-flow:master"
109s Normal SecretRotationComplete pod/qfs-flow-67ddcc89b4-vjkzt successfully rotated K8s secret qfs-flow-app-secret-env
108s Normal SecretRotationComplete pod/spok-flow-6d8d78669d-2pgdn successfully rotated K8s secret spok-flow-app-secret-env
111s Normal SecretRotationComplete pod/suit-esmp-flow-586865b4ff-qldqv successfully rotated K8s secret suit-esmp-flow-app-secret-env
49m Normal Scheduled pod/vaf-flow-f5dfbd475-p9t6v Successfully assigned isys-flow-adapters-dev/vaf-flow-f5dfbd475-p9t6v to afs1app-wl-158
49m Normal Pulled pod/vaf-flow-f5dfbd475-p9t6v Container image "registry.rshbdev.ru/appfarm/infra/images/istio/proxyv2:1.15.1-rshb.0.4.0" already present on machine
49m Normal Created pod/vaf-flow-f5dfbd475-p9t6v Created container istio-init
49m Normal Started pod/vaf-flow-f5dfbd475-p9t6v Started container istio-init
49m Normal Pulled pod/vaf-flow-f5dfbd475-p9t6v Container image "registry.rshbdev.ru/appfarm/infra/images/istio/proxyv2:1.15.1-rshb.0.4.0" already present on machine
49m Normal Created pod/vaf-flow-f5dfbd475-p9t6v Created container istio-proxy
49m Normal Started pod/vaf-flow-f5dfbd475-p9t6v Started container istio-proxy
48m Normal Pulling pod/vaf-flow-f5dfbd475-p9t6v Pulling image "registry.rshbdev.ru/rshbintech/integrations/cki/ip2-services/flow-adapters/vaf-flow:master"
49m Normal Pulled pod/vaf-flow-f5dfbd475-p9t6v Successfully pulled image "registry.rshbdev.ru/rshbintech/integrations/cki/ip2-services/flow-adapters/vaf-flow:master" in 1.425177939s
48m Normal Created pod/vaf-flow-f5dfbd475-p9t6v Created container app
48m Normal Started pod/vaf-flow-f5dfbd475-p9t6v Started container app
48m Warning Unhealthy pod/vaf-flow-f5dfbd475-p9t6v Startup probe failed: HTTP probe failed with statuscode: 500
48m Warning Unhealthy pod/vaf-flow-f5dfbd475-p9t6v Startup probe failed: Get "http://100.68.139.201:15020/app-health/app/startupz": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
48m Normal Pulled pod/vaf-flow-f5dfbd475-p9t6v Successfully pulled image "registry.rshbdev.ru/rshbintech/integrations/cki/ip2-services/flow-adapters/vaf-flow:master" in 792.03306ms
48m Warning Unhealthy pod/vaf-flow-f5dfbd475-p9t6v Startup probe failed: HTTP probe failed with statuscode: 503
44m Warning BackOff pod/vaf-flow-f5dfbd475-p9t6v Back-off restarting failed container
39m Normal Killing pod/vaf-flow-f5dfbd475-p9t6v Stopping container istio-proxy
30m Normal Scheduled pod/vaf-flow-f5dfbd475-splzm Successfully assigned isys-flow-adapters-dev/vaf-flow-f5dfbd475-splzm to afs1app-wl-173
30m Normal Pulled pod/vaf-flow-f5dfbd475-splzm Container image "registry.rshbdev.ru/appfarm/infra/images/istio/proxyv2:1.15.1-rshb.0.4.0" already present on machine
30m Normal Created pod/vaf-flow-f5dfbd475-splzm Created container istio-init
30m Normal Started pod/vaf-flow-f5dfbd475-splzm Started container istio-init
30m Normal Pulled pod/vaf-flow-f5dfbd475-splzm Container image "registry.rshbdev.ru/appfarm/infra/images/istio/proxyv2:1.15.1-rshb.0.4.0" already present on machine
30m Normal Created pod/vaf-flow-f5dfbd475-splzm Created container istio-proxy
30m Normal Started pod/vaf-flow-f5dfbd475-splzm Started container istio-proxy
29m Normal Pulling pod/vaf-flow-f5dfbd475-splzm Pulling image "registry.rshbdev.ru/rshbintech/integrations/cki/ip2-services/flow-adapters/vaf-flow:master"
30m Normal Pulled pod/vaf-flow-f5dfbd475-splzm Successfully pulled image "registry.rshbdev.ru/rshbintech/integrations/cki/ip2-services/flow-adapters/vaf-flow:master" in 1.636238931s
29m Normal Created pod/vaf-flow-f5dfbd475-splzm Created container app
29m Normal Started pod/vaf-flow-f5dfbd475-splzm Started container app
29m Warning Unhealthy pod/vaf-flow-f5dfbd475-splzm Startup probe failed: HTTP probe failed with statuscode: 500
29m Normal Pulled pod/vaf-flow-f5dfbd475-splzm Successfully pulled image "registry.rshbdev.ru/rshbintech/integrations/cki/ip2-services/flow-adapters/vaf-flow:master" in 308.389731ms
25m Warning BackOff pod/vaf-flow-f5dfbd475-splzm Back-off restarting failed container
20m Normal Killing pod/vaf-flow-f5dfbd475-splzm Stopping container istio-proxy
49m Normal SuccessfulCreate replicaset/vaf-flow-f5dfbd475 Created pod: vaf-flow-f5dfbd475-p9t6v
39m Normal SuccessfulDelete replicaset/vaf-flow-f5dfbd475 Deleted pod: vaf-flow-f5dfbd475-p9t6v
30m Normal SuccessfulCreate replicaset/vaf-flow-f5dfbd475 Created pod: vaf-flow-f5dfbd475-splzm
20m Normal SuccessfulDelete replicaset/vaf-flow-f5dfbd475 Deleted pod: vaf-flow-f5dfbd475-splzm
30m Normal ScalingReplicaSet deployment/vaf-flow Scaled up replica set vaf-flow-f5dfbd475 to 1
20m Normal ScalingReplicaSet deployment/vaf-flow Scaled down replica set vaf-flow-f5dfbd475 to 0
112s Normal SecretRotationComplete pod/webkfo-flow-fb96c6c6b-j8hfm successfully rotated K8s secret webkfo-flow-app-secret-env
dmitriev-aal@VDI-Dmitriev-A:~/Desktop$ kubectl get pods | grep vaf-flow
vaf-flow-87846bcb5-rz2mt 2/2 Running 0 4d22h
dmitriev-aal@VDI-Dmitriev-A:~/Desktop$