Skip to content

Instance create: disable default networking when no default VPC - #3319

Merged
david-crespo merged 5 commits into
mainfrom
custom-nic-no-default-vpc
Aug 28, 2026
Merged

Instance create: disable default networking when no default VPC#3319
david-crespo merged 5 commits into
mainfrom
custom-nic-no-default-vpc

Conversation

@david-crespo

@david-crespo david-crespo commented Aug 12, 2026

Copy link
Copy Markdown
Collaborator

The reason this half-worked is that we were disabling Default when there were no VPCs at all. Now we specifically check for a VPC called default. I also improved the styling on a disabled radio button — before the text was normal color and you couldn't tell it was disabled.

image
image

@vercel

vercel Bot commented Aug 12, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
console Ready Ready Preview Aug 12, 2026 8:56pm

Request Review

<Radio
name="networkInterfaceType"
value="default"
disabled={!hasVpcs || disabled}

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

This was the wrongest bit.

@david-crespo david-crespo added this to the 23 milestone Aug 13, 2026
@david-crespo
david-crespo merged commit b402ebb into main Aug 28, 2026
7 checks passed
@david-crespo
david-crespo deleted the custom-nic-no-default-vpc branch August 28, 2026 22:21
david-crespo added a commit to oxidecomputer/omicron that referenced this pull request Aug 29, 2026
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.

1 participant