Загрузка данных
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-64697-concurrent-0t2vw9 to be running, status is Pending
Waiting for pod gitlab-runners/runner-9cgwhtm5-project-64697-concurrent-0t2vw9 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]"
Running on runner-9cgwhtm5-project-64697-concurrent-0t2vw9 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/crft/ckespp/espp-new/t2-payment-gateway/.git/
Created fresh repository.
Checking out e1a756c9 as stress...
Skipping Git submodules setup
Downloading artifacts
00:03
Downloading artifacts for devsecops_antivirus_scan (23525620)...
Downloading artifacts from coordinator... ok id=23525620 responseStatus=200 OK token=64_VyLV6
Downloading artifacts for dockerfilegen (23525621)...
Downloading artifacts from coordinator... ok id=23525621 responseStatus=200 OK token=64_VyLV6
Downloading artifacts for build (23525622)...
Downloading artifacts from coordinator... ok id=23525622 responseStatus=200 OK token=64_VyLV6
Downloading artifacts for unit (23525624)...
Downloading artifacts from coordinator... ok id=23525624 responseStatus=200 OK token=64_VyLV6
Executing "step_script" stage of the job script
10:12
$ ( 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: rcsdstbl
$ 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=rcsdstbl
++ CLUSTER=rcsdstbl
++ 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
++ [[ stress = production ]]
++ export NAMESPACE=isys-espp-new-stress
++ NAMESPACE=isys-espp-new-stress
++ 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 rcsdstbl -n isys-espp-new-stress history t2-payment-gateway
+++ tail -1
+++ cut -f1,3
Error: release: not found
++ true
++ 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 ]]
++ 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 rcsdstbl -f deploy/helmfile.yaml --log-level info apply --suppress-secrets --set additionalWorkloadAnnotations.gitlabPipeline=https://gitlab.rshbdev.ru/rshbintech/crft/ckespp/espp-new/t2-payment-gateway/-/pipelines/3376957 --set additionalWorkloadAnnotations.gitlabCommit=e1a756c9ffc067fa25e3f78b5849d076a44c4e0e
== /usr/local/link/helmfile: Initialize base deploy hierarchy in /builds/rshbintech/crft/ckespp/espp-new/t2-payment-gateway
no matches for path: envs/stress/rcsdstbl/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-t2-payment-gateway, chart=rshb-charts/raw
Comparing release=psvc-t2-payment-gateway, chart=rshb-charts/raw
Comparing release=platform-database-t2-payment-gateway, chart=rshb-charts/raw
Comparing release=t2-payment-gateway-grafana-dashboard, chart=rshb-charts/grafana-dashboards
Comparing release=links-t2-payment-gateway, chart=rshb-charts/raw
Comparing release=t2-payment-gateway, chart=rshb-charts/base
********************
Release was not present in Helm. Diff will show entire contents as new.
********************
isys-espp-new-stress, t2-payment-gateway, Deployment (apps) has been added:
-
+ # Source: base/templates/workload.yaml
+ apiVersion: apps/v1
+ kind: Deployment
+ metadata:
+ name: t2-payment-gateway
+ labels:
+ app: t2-payment-gateway
+ fullname: t2-payment-gateway
+ chart: base-1.15.2
+ release: t2-payment-gateway
+ heritage: Helm
+ isys: "espp-new-stress"
+ psvc: "t2-payment-gateway"
+ version: "stress"
+ workload.topology.app.farm/zone: "rumsk1"
+ annotations:
+ gitlabCommit: e1a756c9ffc067fa25e3f78b5849d076a44c4e0e
+ gitlabPipeline: https://gitlab.rshbdev.ru/rshbintech/crft/ckespp/espp-new/t2-payment-gateway/-/pipelines/3376957
+ platform.ckpr.integrations.rshbintech.ru/gitlab-commit-sha: e1a756c9
+ platform.ckpr.integrations.rshbintech.ru/gitlab-pipeline-id: "3376957"
+ spec:
+ strategy:
+ type: RollingUpdate
+ replicas: 2
+ selector:
+ matchLabels:
+ app: t2-payment-gateway
+ fullname: t2-payment-gateway
+ release: t2-payment-gateway
+ template:
+ metadata:
+ labels:
+ app: t2-payment-gateway
+ fullname: t2-payment-gateway
+ chart: base-1.15.2
+ release: t2-payment-gateway
+ heritage: Helm
+ isys: "espp-new-stress"
+ psvc: "t2-payment-gateway"
+ version: "stress"
+ workload.topology.app.farm/zone: "rumsk1"
+ annotations:
+ checksum/configMapsEnv: "d29f6096e609b763fc952fd3b3593178e447cc33f0f6f0b0724fa85a7ab22fab"
+ checksum/secretEnv: "617246b7a056663cd2238af932d42a4a1293076a6673509caf7f120fd3c601ef"
+ ci/commithash: "e1a756c9"
+ 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\": \"espp-new-stress-envoy-filters\"}}]"
+ sidecar.istio.io/userVolumeMount: "[{\"mountPath\":\"/var/local/lib/wasm-filters\",\"name\":\"wasmfilters-dir\"}]"
+ spec:
+ automountServiceAccountToken: false
+ serviceAccountName: default
+ nodeSelector:
+ node-role.kubernetes.io/wload: ""
+ workload.topology.app.farm/zone: rumsk1
+ priorityClassName: rumsk1
+ containers:
+ - name: app
+ image: registry.rshbdev.ru/rshbintech/crft/ckespp/espp-new/t2-payment-gateway:stress
+ imagePullPolicy: Always
+ envFrom:
+ - configMapRef:
+ name: t2-payment-gateway-app-cm-env
+ - secretRef:
+ name: t2-payment-gateway-app-secret-env
+ resources:
+ limits:
+ cpu: 800m
+ memory: 1Gi
+ requests:
+ cpu: 200m
+ memory: 512Mi
+ ports:
+ livenessProbe:
+ failureThreshold: 5
+ httpGet:
+ path: /health/liveness
+ port: 8080
+ initialDelaySeconds: 240
+ periodSeconds: 5
+ successThreshold: 1
+ timeoutSeconds: 1
+ readinessProbe:
+ failureThreshold: 3
+ httpGet:
+ path: /health/readiness
+ port: 8080
+ initialDelaySeconds: 60
+ periodSeconds: 4
+ successThreshold: 1
+ timeoutSeconds: 1
+ 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: node-role.kubernetes.io/wload
+ operator: Exists
+ - 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: t2-payment-gateway-app-secret-provider
isys-espp-new-stress, t2-payment-gateway, Service (v1) has been added:
-
+ # Source: base/templates/svc.yaml
+ apiVersion: v1
+ kind: Service
+ metadata:
+ name: t2-payment-gateway
+ labels:
+ app: t2-payment-gateway
+ fullname: t2-payment-gateway
+ chart: base-1.15.2
+ release: t2-payment-gateway
+ heritage: Helm
+ isys: "espp-new-stress"
+ psvc: "t2-payment-gateway"
+ version: "stress"
+ spec:
+ ports:
+ - name: web
+ port: 80
+ protocol: TCP
+ targetPort: 8080
+ selector:
+ app: t2-payment-gateway
+ fullname: t2-payment-gateway
+ release: t2-payment-gateway
+ type: ClusterIP
isys-espp-new-stress, t2-payment-gateway-app-cm-env, ConfigMap (v1) has been added:
-
+ # Source: base/templates/cm-env.yaml
+ apiVersion: v1
+ kind: ConfigMap
+ metadata:
+ name: t2-payment-gateway-app-cm-env
+ labels:
+ app: t2-payment-gateway
+ fullname: t2-payment-gateway
+ chart: base-1.15.2
+ release: t2-payment-gateway
+ heritage: Helm
+ isys: "espp-new-stress"
+ psvc: "t2-payment-gateway"
+ version: "stress"
+ workload.topology.app.farm/zone: "rumsk1"
+ data:
+ APP_CODE: "t2-payment-gateway-stress"
+ APP_POSTGRESQL_HOST: "10.21.58.102"
+ APP_POSTGRESQL_NAME: "espp_new_t2_payment_gateway"
+ APP_POSTGRESQL_PORT: "5432"
+ APP_POSTGRESQL_SCHEMA: "public"
+ AUTH_API_PATH: "http://espp-stub-service.isys-espp-new-stress/api/v1/ip-ekassir-adapter/oauth/token"
+ EPRSHB_MODE: "REAL"
+ EPRSHB_STUB_HOST: "espp-stub-service.isys-espp-new-stress"
+ EPRSHB_STUB_PORT: "8080"
+ FILE_API_CONTENT_TYPE: "5KcOy214WtSuwwgQAudMLE8Em/PGz5m3E2UUlaVB8syJhpasu+9jau07KL0-wrTObw.ZtFfVFgF"
+ FILE_API_PATH: "http://espp-stub-service.isys-espp-new-stress/api/v1/ip-ekassir-adapter/api/v2/file"
+ FILE_API_PROCESS_ID: "ac029d01-c569-4669-89e6-9c77828e24e1"
+ IP2_MODE: "REAL"
+ IP2_STUB_HOST: "espp-stub-service.isys-espp-new-stress"
+ IP2_STUB_PORT: "8080"
+ IP2_URL: "http://espp-flow.isys-flow-adapters-stress/api/SendTransferFileIdRequest"
+ JAVA_OPTS: "-XX:MaxRAMPercentage=75.0 -XX:MinRAMPercentage=75.0 -XX:+AlwaysActAsServerClassMachine"
+ JWT_VALIDATION_EXPECTED_CLIENT_ID: "psvc-espp-new-stress-t2-payment-gateway-client"
+ KEYCLOAK_ISSUER_URI: "https://auth.rshbdev.ru/auth/realms/platform"
+ PROFILE: "stress"
+ T2_API_PATH: "/external/tele2/mpterminal/work.html"
+ T2_HOST: "gateway.rshbdev.ru"
+ T2_MODE: "REAL"
+ T2_STUB_HOST: "espp-stub-service.isys-espp-new-stress"
+ T2_STUB_PORT: "8080"
isys-espp-new-stress, t2-payment-gateway-app-secret-env, Secret (v1) has been added:
+ Changes suppressed on sensitive content of type Secret
isys-espp-new-stress, t2-payment-gateway-app-secret-provider, SecretProviderClass (secrets-store.csi.x-k8s.io) has been added:
-
+ # Source: base/templates/secret-provider.yaml
+ apiVersion: secrets-store.csi.x-k8s.io/v1
+ kind: SecretProviderClass
+ metadata:
+ name: t2-payment-gateway-app-secret-provider
+ labels:
+ app: t2-payment-gateway
+ fullname: t2-payment-gateway
+ chart: base-1.15.2
+ release: t2-payment-gateway
+ heritage: Helm
+ isys: "espp-new-stress"
+ psvc: "t2-payment-gateway"
+ version: "stress"
+ workload.topology.app.farm/zone: "rumsk1"
+ spec:
+ provider: vault
+ parameters:
+ vaultKubernetesMountPath: rcsdstbl
+ roleName: "csi-secrets-reader-stress"
+ objects: |
+ - objectName: APP_POSTGRESQL_PASSWORD
+ secretPath: manual_kv_stress/data/rshbintech/crft/ckespp/espp-new/t2-payment-gateway
+ secretKey: APP_POSTGRESQL_PASSWORD
+ - objectName: APP_POSTGRESQL_USER
+ secretPath: manual_kv_stress/data/rshbintech/crft/ckespp/espp-new/t2-payment-gateway
+ secretKey: APP_POSTGRESQL_USER
+ - objectName: AUTH_LOGIN
+ secretPath: manual_kv_stress/data/rshbintech/crft/ckespp/espp-new/t2-payment-gateway
+ secretKey: AUTH_LOGIN
+ - objectName: AUTH_PASSWORD
+ secretPath: manual_kv_stress/data/rshbintech/crft/ckespp/espp-new/t2-payment-gateway
+ secretKey: AUTH_PASSWORD
+ - objectName: T2_API_KEY
+ secretPath: manual_kv_stress/data/rshbintech/crft/ckespp/espp-new/t2-payment-gateway
+ secretKey: T2_API_KEY
+ - objectName: T2_PASSWORD
+ secretPath: manual_kv_stress/data/rshbintech/crft/ckespp/espp-new/t2-payment-gateway
+ secretKey: T2_PASSWORD
+ - objectName: T2_USER
+ secretPath: manual_kv_stress/data/rshbintech/crft/ckespp/espp-new/t2-payment-gateway
+ secretKey: T2_USER
+ secretObjects:
+ - secretName: t2-payment-gateway-app-secret-env
+ type: Opaque
+ labels:
+ app: t2-payment-gateway
+ fullname: t2-payment-gateway
+ chart: base-1.15.2
+ release: t2-payment-gateway
+ heritage: Helm
+ isys: "espp-new-stress"
+ psvc: "t2-payment-gateway"
+ version: "stress"
+ workload.topology.app.farm/zone: "rumsk1"
+ data:
+ - objectName: APP_POSTGRESQL_PASSWORD
+ key: APP_POSTGRESQL_PASSWORD
+ - objectName: APP_POSTGRESQL_USER
+ key: APP_POSTGRESQL_USER
+ - objectName: AUTH_LOGIN
+ key: AUTH_LOGIN
+ - objectName: AUTH_PASSWORD
+ key: AUTH_PASSWORD
+ - objectName: T2_API_KEY
+ key: T2_API_KEY
+ - objectName: T2_PASSWORD
+ key: T2_PASSWORD
+ - objectName: T2_USER
+ key: T2_USER
Listing releases matching ^pjob-t2-payment-gateway$
Listing releases matching ^exsvc-t2-payment-gateway$
Listing releases matching ^data-t2-payment-gateway$
Listing releases matching ^assets-config-t2-payment-gateway$
Listing releases matching ^t2-payment-gateway-raw$
Listing releases matching ^t2-payment-gateway-prometheus-rules$
Listing releases matching ^t2-payment-gateway-rumsk1$
Listing releases matching ^t2-payment-gateway-rumsk2$
Upgrading release=t2-payment-gateway, chart=rshb-charts/base
Release "t2-payment-gateway" does not exist. Installing it now.
FAILED RELEASES:
NAME
t2-payment-gateway
in deploy/helmfile.yaml: failed processing release t2-payment-gateway: 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: rcsdstbl (8 bytes)
3: upgrade (7 bytes)
4: --install (9 bytes)
5: --reset-values (14 bytes)
6: t2-payment-gateway (18 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: rcsdstbl (8 bytes)
16: --namespace (11 bytes)
17: isys-espp-new-stress (20 bytes)
18: --values (8 bytes)
19: /tmp/helmfile1578195809/isys-espp-new-stress-t2-payment-gateway-values-77bdc5cb6 (80 bytes)
20: --values (8 bytes)
21: /tmp/helmfile2815458625/isys-espp-new-stress-t2-payment-gateway-values-b96b6f9cd (80 bytes)
22: --set (5 bytes)
23: additionalWorkloadAnnotations.gitlabPipeline=https://gitlab.rshbdev.ru/rshbintech/crft/ckespp/espp-new/t2-payment-gateway/-/pipelines/3376957 (141 bytes)
24: --set (5 bytes)
25: additionalWorkloadAnnotations.gitlabCommit=e1a756c9ffc067fa25e3f78b5849d076a44c4e0e (83 bytes)
26: --history-max (13 bytes)
27: 10 (2 bytes)
ERROR:
exit status 1
EXIT STATUS
1
STDERR:
Error: release t2-payment-gateway failed, and has been uninstalled due to atomic being set: timed out waiting for the condition
COMBINED OUTPUT:
Release "t2-payment-gateway" does not exist. Installing it now.
Error: release t2-payment-gateway failed, and has been uninstalled 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=23531593 responseStatus=201 Created token=64_VyLV6
Cleaning up project directory and file based variables
00:01
ERROR: Job failed: command terminated with exit code 1
dmitriev-aal@VDI-Dmitriev-A:~$ kubectl get events
LAST SEEN TYPE REASON OBJECT MESSAGE
49m Normal Scheduled pod/t2-payment-gateway-6b6895-nldpz Successfully assigned isys-espp-new-stress/t2-payment-gateway-6b6895-nldpz to afs1asd-wl-102
49m Normal Pulled pod/t2-payment-gateway-6b6895-nldpz 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/t2-payment-gateway-6b6895-nldpz Created container istio-init
49m Normal Started pod/t2-payment-gateway-6b6895-nldpz Started container istio-init
49m Normal Pulled pod/t2-payment-gateway-6b6895-nldpz 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/t2-payment-gateway-6b6895-nldpz Created container istio-proxy
49m Normal Started pod/t2-payment-gateway-6b6895-nldpz Started container istio-proxy
49m Normal Pulling pod/t2-payment-gateway-6b6895-nldpz Pulling image "registry.rshbdev.ru/rshbintech/crft/ckespp/espp-new/t2-payment-gateway:stress"
49m Normal Pulled pod/t2-payment-gateway-6b6895-nldpz Successfully pulled image "registry.rshbdev.ru/rshbintech/crft/ckespp/espp-new/t2-payment-gateway:stress" in 5.711686489s
49m Normal Created pod/t2-payment-gateway-6b6895-nldpz Created container app
49m Normal Started pod/t2-payment-gateway-6b6895-nldpz Started container app
47m Warning Unhealthy pod/t2-payment-gateway-6b6895-nldpz Readiness probe failed: HTTP probe failed with statuscode: 500
39m Normal SecretRotationComplete pod/t2-payment-gateway-6b6895-nldpz successfully rotated K8s secret t2-payment-gateway-app-secret-env
39m Normal Killing pod/t2-payment-gateway-6b6895-nldpz Stopping container istio-proxy
49m Normal SuccessfulCreate replicaset/t2-payment-gateway-6b6895 Created pod: t2-payment-gateway-6b6895-nldpz
39m Warning FailedCreate replicaset/t2-payment-gateway-6b6895 Error creating: admission webhook "workloadquota-mutating.platform.ckpr.integrations.rshbintech.ru" denied the request: Ошибка при бронировании ресурсов квоты rumsk1 в namespace isys-espp-new-stress: превышена WorkloadQuota: limits.cpu: используется 15900m + запрашивается 1200m > предел 17: превышены лимиты WorkloadQuota
49m Normal ScalingReplicaSet deployment/t2-payment-gateway Scaled up replica set t2-payment-gateway-6b6895 to 2
dmitriev-aal@VDI-Dmitriev-A:~$ kubectl get pods | grep t2-payment-gateway
dmitriev-aal@VDI-Dmitriev-A:~$ kubectl get workloadquota
NAME ADMISSION
rumsk1 true
rumsk2 true
dmitriev-aal@VDI-Dmitriev-A:~$ kubectl get workloadquota -o yaml
apiVersion: v1
items:
- apiVersion: production.platform.ckpr.integrations.rshbintech.ru/v1
kind: WorkloadQuota
metadata:
creationTimestamp: "2026-06-24T14:10:53Z"
generation: 1
labels:
app: espp-new-stress
environment: production
operator: platform-operator
workload.topology.app.farm/zone: rumsk1
name: rumsk1
namespace: isys-espp-new-stress
resourceVersion: "25080118331"
uid: fbebb928-0dc7-48e7-9543-4deae57c7da4
spec:
admission:
enabled: true
limits:
limits.cpu: "17"
limits.memory: 61Gi
requests.cpu: "17"
requests.memory: 61Gi
selector:
matchLabels:
workload.topology.app.farm/zone: rumsk1
status:
available:
limits.cpu: 2300m
limits.memory: 20612Mi
requests.cpu: 15140m
requests.memory: 57472Mi
used:
limits.cpu: 14700m
limits.memory: 41852Mi
requests.cpu: 1860m
requests.memory: 4992Mi
- apiVersion: production.platform.ckpr.integrations.rshbintech.ru/v1
kind: WorkloadQuota
metadata:
creationTimestamp: "2026-06-24T14:10:53Z"
generation: 1
labels:
app: espp-new-stress
environment: production
operator: platform-operator
workload.topology.app.farm/zone: rumsk2
name: rumsk2
namespace: isys-espp-new-stress
resourceVersion: "24784823254"
uid: 2beb8d21-e487-4648-9094-1b07d7d76d1c
spec:
admission:
enabled: true
limits:
limits.cpu: "0"
limits.memory: "0"
requests.cpu: "0"
requests.memory: "0"
selector:
matchLabels:
workload.topology.app.farm/zone: rumsk2
status:
available:
limits.cpu: "0"
limits.memory: "0"
requests.cpu: "0"
requests.memory: "0"
used:
limits.cpu: "0"
limits.memory: "0"
requests.cpu: "0"
requests.memory: "0"
kind: List
metadata:
resourceVersion: ""
dmitriev-aal@VDI-Dmitriev-A:~$