-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Add devcontainer definition for k3d kubernetes cluster (minikube alternative) #1456
base: main
Are you sure you want to change the base?
Conversation
Comment postStartCommand. Modify kubectl version to updated kubectl version --client=true
Add k3d dev container
Thanks so much for this contribution! As a heads up, we're working on how to best support current and future contributions to this repo. As this poses a delay in accepting some new definitions, we want to emphasize we really appreciate your work, and we're working on how to best support contributions in a scalable way moving forward. There are additional details in this issue: #1291. |
Thanks again for opening this PR! As a heads up, our team has been actively focused on an updated plan for community contributions and this repo moving forward, which we've now outlined in this issue: #1589. This includes moving to a couple new repos for images (https://github.com/devcontainers/images) and Features (https://github.com/devcontainers/features). We anticipate to have a similar repo and distribution process for templates/definitions. We'll keep everyone updated (likely via another issue in this repo or comment on #1589) when our new templates repo is available and the process is defined. Please let me know if you have any questions, thank you! |
Description
Add a new devcontainer definition for k3d kubernetes cluster.
With this, user will be able to create a new devcontainer which will enable the creation of a local kubernetes cluster (automated or manual).
This PR is based off of kubernetes-helm-minikube dev container.
PR Checklist
README.md
describing the containerREADME.md
test.sh
undertest-project
directoryDoes this introduce a breaking change?
Testing
postStartCommand
postStartCommand
Isse Closes/Fixes