-
Notifications
You must be signed in to change notification settings - Fork 205
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
Upbound Universal Crossplane Addon for EKS Managed Addon #612
Conversation
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.
Looks great, a couple of minor comments.
# Command to show versions of the UXP add-on | ||
aws eks describe-addon-versions | ||
--addon-name upbound_universal-crossplane \ | ||
--kubernetes-version 1.23 \ |
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.
we are on 1.24 now.
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.
Fixed.
@@ -23,7 +23,7 @@ export interface BlueprintConstructProps { | |||
export default class BlueprintConstruct { | |||
constructor(scope: Construct, props: cdk.StackProps) { | |||
|
|||
blueprints.HelmAddOn.validateHelmVersions = true; | |||
blueprints.HelmAddOn.validateHelmVersions = false; |
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.
was it intentional?
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.
No it is not. Used it for my testing. Reverted back
…prints into feature/crossPlaneAddon
@shapirov103 All comments are fixed. Please run |
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
/do-e2e-tests |
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.
end to end tests failed. A maintainer can provide more details.
@elamaran11 getting this error:
|
/do-e2e-tests |
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.
end to end tests failed. A maintainer can provide more details.
Failed, presumably due to missing subscription to the Upbound add-on. Added subscription. |
/do-e2e-tests |
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.
end to end tests failed. A maintainer can provide more details.
…prints into feature/customTaggingViaLT
@elamaran11 please merge from main, there is a conflict now. |
@shapirov103 I have fixed the merge conflict now. Please proceed with e2e after the subscription is active for 1.24 |
This reverts commit f7c7213.
Also LT Changes are removed. Please proceed with e2e |
/do-e2e-tests |
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.
end to end tests passed
Issue #, if available:
Description of changes:
With respect to the Issue #318 ro build an addon for CrossPlane, this PR addresses the creation for Upbound Universal Crossplane addon using EKS Managed addon.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.