Lidia Mokevnina

Results 41 comments of Lidia Mokevnina
trafficstars

The following settings make it fail: ``` service_checks: ip_ping_timeout: 1800s availability_timeout: 1800s await_status_timeout: 1800s await_rolling_update_timeout: 900s step_awaiting_rolling_update: 6s per_address_attempts: 180 per_address_timeout: 1800s ```

@waveywaves Let us know if you have any questions

Related controller task: https://github.com/UffizziCloud/uffizzi_controller/issues/10

Needs to be released before releasing this feature: https://github.com/UffizziCloud/uffizzi_platform/issues/26

For QA: This task shouldn't break the existing flow. Please test from CLI. 1) Add a compose file that specifies a build (like [this](https://github.com/moklidia/hello-world-1/blob/master/uffizzi-compose-hw.yml)) 2) Should get an error that...

**Checked - OK** 1) Compose file ``` services: hello-world: build: context: https://github.com/moklidia/hello-world-1 dockerfile: Dockerfile nginx: image: nginx x-uffizzi: ingress: service: hello-world port: 80 continuous_previews: deploy_preview_when_pull_request_is_opened: true delete_preview_when_pull_request_is_closed: true delete_preview_when_image_tag_is_updated: true...

Cases: 1. Credential does not exist and the image is public 2. Credential does not exist and the image is private 3. Credential does not exist, and the public image...

The lifetime of the volume should be limited by the lifecycle of a namespace. If a pull request is closed - the volume is removed. If a commit is added...

1) Create a namespace `volumes-test` `kubectl create namespace volumes-test` 2) Create a config map ``` apiVersion: v1 kind: ConfigMap metadata: name: postgres-config namespace: volumes_test labels: app: postgres data: POSTGRES_DB: postgresdb...

Next points to research: - A pvc with the ReadWriteMany access mode hangs endlessly in pending status A GKE persistent disk can be attached only to one node. Possible solutions...