Skip to content

fix: ensure namespace deletion not timing out

Boros Gábor requested to merge gabor/SE-5961 into main

Description

This MR fixes many smaller issues with Grove that piled up during the months. This fixes the following:

  • Invalid kubeconfig-private file generated due to missing .terraformrc
  • On AWS resource deletion (at instance deletion), the instance bucket cannot be deleted and the deletion times out
  • Bumps OpenFAAS and the related cron connector
  • Updates the OpenFAAS cron interval to every 15 minutes
  • Ensures that default *_HOST values are set upon instance config creation

Supporting information

Link to other information about the change, such as GitLab issues, GitHub issues, forum discussions. Be sure to check they are publicly readable, or if not, repeat the information here.

Testing instructions

Steps to test the changes:

  1. review the code

Dependencies

N/A

Screenshots

N/A

Checklist

If any of the items below is not applicable, do not remove them, but put a check in it.

  • All providers include the new feature/change
  • All affected providers can provision new clusters
  • Unit tests are added/updated
  • Documentation is added/updated
  • The TOOLS_CONTAINER_IMAGE_VERSION in ci_vars.yml is updated
  • The grove-template repository is updated

Additional context

Add any other context about the merge request here.

Edited by Boros Gábor

Merge request reports