CI/CD: Create Gardener test-clusters via Kyma CLI instead calling Gardner directly and passing Shoot-Spec
Description
Some pipelines are creating Gardener test clusters by sending a Shoot-Spec to the Gardener API. This has the drawback that the spec needs to be regularly updated when Gardener changes their API rules (e.g. removing support for particular VM images etc.). To avoid such efforts in the longterm, the Kyma CLI should be used to provision Gardener clusters instead calling the Gardener API directly.
AC:
- Instead calling the Gardner API and sending a Shoot-Spec, the Kyma CLI is used to provision a test cluster in Gardener
- Shoot-Spec is dropped from the test-infra repository
Reasons
Use Kyma CLI for Gardener interaction to avoid maintenance efforts for Gardener Shoot Spec.
Attachments
Only valid for old reconciler pipelines!
This issue or PR has been automatically marked as stale due to the lack of recent activity. Thank you for your contributions.
This bot triages issues and PRs according to the following rules:
- After 60d of inactivity,
lifecycle/staleis applied - After 7d of inactivity since
lifecycle/stalewas applied, the issue is closed
You can:
- Mark this issue or PR as fresh with
/remove-lifecycle stale - Close this issue or PR with
/close
If you think that I work incorrectly, kindly raise an issue with the problem.
/lifecycle stale
Since we are dropping the support for the old reconciler I am closing this issue. Cheers!