generated from kyma-project/template-repository
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement testing logic to compare the Shoot-spec generated by provisioner with the shoot-spec generated by KIM #185
Milestone
Comments
70 tasks
How shoots specs can be compared using yq:
This prints output in following manner:
As it might come handy during manual testing, I'm not sure if we can use it in our golang test suite. |
PR with feature flag to dump shoot spec created by Provisioner kyma-project/control-plane#3433 |
Blocked by #215 |
5 tasks
Work plan
|
This was referenced Jul 18, 2024
4 tasks
This was referenced Jul 23, 2024
This was referenced Jul 25, 2024
This was referenced Aug 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reason
We want to ensure that our migration from Provisioner to Kyma-Infrastructure-Manager will go without any issues. To create a shoot cluster in Gardener, we have to fill gardener's shoot spec.
How
Ideas on how to achieve that:
1. Comparing shoot spec of created clusters
2. Comparing created shoot spec, before sending them to Gardener
Acceptance criteria
the above comparison step should be automated(descoped for now)The text was updated successfully, but these errors were encountered: