Skip to content

Wait for GitLab Charts release installation to finish

Nailia Iskhakova requested to merge wait-for-gitlab-helm-release into main

What does this MR do?

The MR sets kubernetes.core.helm.wait value to true by default to resolve transient errors in post-configure stage when Runner pod is not ready yet.

When release_state is set to present, wait until all Pods, PVCs, Services, and minimum number of Pods of a Deployment are in a ready state before marking the release as successful.

Additional context - this issue appeared on Staging Ref and with the addition of wait verified that there were no such issues, see mere details in https://gitlab.com/gitlab-org/quality/gitlab-environment-toolkit-configs/staging-ref/-/issues/28#note_934669126

Related issues

Author's checklist

When ready for review, the Author applies the workflowready for review label and mention @gl-quality/get-maintainers:

  • Merge request:
    • Corresponding Issue raised and reviewed by the GET maintainers team.
    • Merge Request Title and Description are up to date, accurate, and descriptive
    • MR targeting the appropriate branch
    • MR has a green pipeline
    • MR has no new security alerts in the widget from the Secret Detection and IaC Scan (SAST) jobs.
  • Code:
    • Check the area changed works as expected. Consider testing it in different environment sizes (1k,3k,10k,etc.).
      • Tested on Staging Ref
    • Documentation created/updated in the same MR.
    • If this MR adds an optional configuration - check that all permutations continue to work.
Edited by Nailia Iskhakova

Merge request reports