Skip to content

Commit

Permalink
Merge pull request etcd-io#17273 from iiamabby/devcontainer-kubectl
Browse files Browse the repository at this point in the history
Added container tools to devcontainer for debugging prow jobs
  • Loading branch information
ahrtr authored Jan 19, 2024
2 parents 8bd34cf + feba3ed commit ef70b13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ef70b13

Please sign in to comment.