-
Notifications
You must be signed in to change notification settings - Fork 62
feat!: migrate to upbound devex #232
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
Conversation
Signed-off-by: Yury Tsarev <[email protected]>
Clean provisioning Clean deletetion Signed-off-by: Yury Tsarev <[email protected]>
Signed-off-by: Yury Tsarev <[email protected]>
Signed-off-by: Yury Tsarev <[email protected]>
Signed-off-by: Yury Tsarev <[email protected]>
Signed-off-by: Yury Tsarev <[email protected]>
Signed-off-by: Yury Tsarev <[email protected]>
Reason is unpredictable Claim stuck: crossplane/crossplane#6482 Signed-off-by: Yury Tsarev <[email protected]>
* Make vars immutable where they are * Make readiness cheks for EKS and AWSLbcontroller safer avoiding accidental resource wipe in case of the status flip Signed-off-by: Yury Tsarev <[email protected]>
* Originally XNetwork was failing for any non us-west-2 region given the default availability zones * Fix it by providing proper az map and XNetwork config on XCluster function level Signed-off-by: Yury Tsarev <[email protected]>
|
@kaessert, thank you so much for your careful review! I have addressed all issues. I also caught a bug where everything failed in the region other than us-west-2 with wrong availability zones coming from XNetwork. This is also fixed! E2E test run in |
kaessert
left a comment
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.
Great piece of work! LGTM
Description of your changes
BREAKING CHANGE: XCluster API removes networkSelector field, changes namespace to crossplane-system
I have:
make reviewableto ensure this PR is ready for review.backport release-x.ylabels to auto-backport this PR, as appropriate.How has this code been tested