-
Notifications
You must be signed in to change notification settings - Fork 5
feat(BREV-2068,BREV-2069,BREV-2070,BREV-2071): Managed k8s, VPC support for AWS, Nebius #44
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
|
Will set up test keys to enable e2e validation shortly. |
| t.Fatalf("failed to get VPC: %v", err) | ||
| } | ||
|
|
||
| // err = awsClient.DeleteVPC(context.Background(), v1.DeleteVPCArgs{ |
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.
remove or restore?
| } | ||
| } | ||
| return false | ||
| return slices.Contains(c, cc) |
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.
neat
| CapabilityCreateInstance Capability = "create-instance" | ||
| CapabilityCreateIdempotentInstance Capability = "create-instance-idempotent" | ||
| CapabilityTerminateInstance Capability = "terminate-instance" | ||
| CapabilityCreateTerminateInstance Capability = "create-terminate-instance" |
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.
this verbage is a bit weird, might be worth a comment to explain what this means
| uses: actions/setup-go@v4 | ||
| with: | ||
| go-version: '1.25.0' | ||
| go-version-file: 'go.mod' |
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.
oh this is cool
No description provided.