-
Notifications
You must be signed in to change notification settings - Fork 67
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
Flow-based infrastructure reconciliation without Terraformer #656
Conversation
@kevin-lacoo Labels area/todo, kind/todo do not exist. |
/test |
Testrun: e2e-l2rfq +---------------------+---------------------+-----------+----------+ | NAME | STEP | PHASE | DURATION | +---------------------+---------------------+-----------+----------+ | infrastructure-test | infrastructure-test | Succeeded | 23m25s | | bastion-test | bastion-test | Succeeded | 9m16s | +---------------------+---------------------+-----------+----------+ |
/test |
Testrun: e2e-xwlkv +---------------------+---------------------+-----------+----------+ | NAME | STEP | PHASE | DURATION | +---------------------+---------------------+-----------+----------+ | infrastructure-test | infrastructure-test | Succeeded | 24m32s | | bastion-test | bastion-test | Succeeded | 10m34s | +---------------------+---------------------+-----------+----------+ |
@kon-angelo You have pull request review open invite, please check |
/test |
Testrun: e2e-tc8lj +---------------------+---------------------+-----------+----------+ | NAME | STEP | PHASE | DURATION | +---------------------+---------------------+-----------+----------+ | infrastructure-test | infrastructure-test | Succeeded | 23m5s | | bastion-test | bastion-test | Succeeded | 9m23s | +---------------------+---------------------+-----------+----------+ |
/test |
Testrun: e2e-97zzg +---------------------+---------------------+-----------+----------+ | NAME | STEP | PHASE | DURATION | +---------------------+---------------------+-----------+----------+ | infrastructure-test | infrastructure-test | Succeeded | 23m46s | | bastion-test | bastion-test | Succeeded | 9m23s | +---------------------+---------------------+-----------+----------+ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Something that we discussed with @MartinWeindel is whether the persistentState
type should reside with the other api types (pkg/apis/alicloud
) and I am thinking that we should move it there for AWS too. E.g. in gardener/gardener-extension-provider-azure#739 I decided to put it there
How to categorize this PR?
/area control-plane
/kind enhancement
/platform alicloud
What this PR does / why we need it:
Reconciliation and deletion of infrastructure resources are managed directly with a graph flow and using Alicloud SDK client API instead of using Terraformer.
Migration for existing infrastructure resources is implemented, too.
Update Alicloud SDK to v1.62.561
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Currently, to activate the flow based infra management, the shoot or the infrastructure resource must be annotated with
alicloud.provider.extensions.gardener.cloud/use-flow=true
Release note: