Add devcontainer for easier development#9410
Add devcontainer for easier development#9410theunrepentantgeek wants to merge 6 commits intokubernetes:masterfrom
Conversation
Adds a devcontainer configuration with: - Go 1.25 base image (mcr.microsoft.com/devcontainers/go:1.25) - Docker-in-Docker for container image builds - Azure CLI, kubectl, Helm, minikube for AKS workflows - GitHub CLI for PR workflows - libseccomp-dev system dependency - Pre-warmed Go module caches for cluster-autoscaler and VPA - CI verification tools (golint, godep, misspell) and kind pre-installed - Go extension with CI-matching test and lint settings
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: theunrepentantgeek The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
This PR is currently missing an area label, which is used to identify the modified component when generating release notes. Area labels can be added by org members by writing DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
Welcome @theunrepentantgeek! |
|
Hi @theunrepentantgeek. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
What type of PR is this?
/kind feature
What this PR does / why we need it:
Adds a devcontainer to make it easier to have standardized tools at hand when working on this project.
The devcontainer file can be customized in downstream forks to add additional tools required by specific maintainers.
Does this PR introduce a user-facing change?