Skip to content

feat(BREV-2068,BREV-2069,BREV-2070,BREV-2071): Managed k8s, VPC support for AWS, Nebius#44

Merged
drewmalin merged 7 commits into
mainfrom
network
Nov 7, 2025
Merged

feat(BREV-2068,BREV-2069,BREV-2070,BREV-2071): Managed k8s, VPC support for AWS, Nebius#44
drewmalin merged 7 commits into
mainfrom
network

Conversation

@drewmalin
Copy link
Copy Markdown
Contributor

No description provided.

@drewmalin drewmalin changed the title VPC VPC, K8s Sep 15, 2025
@drewmalin drewmalin changed the title VPC, K8s feat(BREV-2068,BREV-2069,BREV-2070,BREV-2071): Managed k8s, VPC support for AWS, Nebius Nov 4, 2025
@drewmalin
Copy link
Copy Markdown
Contributor Author

Will set up test keys to enable e2e validation shortly.

@drewmalin drewmalin marked this pull request as ready for review November 4, 2025 01:26
@drewmalin drewmalin requested a review from a team as a code owner November 4, 2025 01:26
Comment thread internal/rsa/rsa.go
t.Fatalf("failed to get VPC: %v", err)
}

// err = awsClient.DeleteVPC(context.Background(), v1.DeleteVPCArgs{
Copy link
Copy Markdown
Contributor

@patelspratik patelspratik Nov 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove or restore?

Comment thread v1/capabilities.go
}
}
return false
return slices.Contains(c, cc)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

neat

Comment thread v1/capabilities.go
CapabilityCreateInstance Capability = "create-instance"
CapabilityCreateIdempotentInstance Capability = "create-instance-idempotent"
CapabilityTerminateInstance Capability = "terminate-instance"
CapabilityCreateTerminateInstance Capability = "create-terminate-instance"
Copy link
Copy Markdown
Contributor

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

Comment thread v1/kubernetes.go
Comment thread v1/kubernetes.go
Comment thread v1/vpc.go Outdated
patelspratik
patelspratik previously approved these changes Nov 7, 2025
Comment thread .github/workflows/ci.yml
uses: actions/setup-go@v4
with:
go-version: '1.25.0'
go-version-file: 'go.mod'
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh this is cool

@drewmalin drewmalin merged commit 25d97ee into main Nov 7, 2025
8 checks passed
@drewmalin drewmalin deleted the network branch November 7, 2025 23:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants