Merge pull request #17273 from iiamabby/devcontainer-kubectl

Added container tools to devcontainer for debugging prow jobs
This commit is contained in:
Benjamin Wang 2024-01-19 18:37:53 +00:00 committed by GitHub
commit ef70b13b3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,8 @@
// Features to add to the dev container. More info: https://containers.dev/features.
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
"ghcr.io/devcontainers/features/github-cli:1": {}
"ghcr.io/devcontainers/features/github-cli:1": {},
"ghcr.io/devcontainers/features/kubectl-helm-minikube:1": {}
},
// Use 'forwardPorts' to make a list of ports inside the container available locally.