Environment
VS Code version: 1.106.3
OS: linux
Extension version: 1.1.0
Description
It's not immediately obvious to me how to get this extension to work when working inside of a devcontainer.
I've a fully working vs-kubernetes extension working whilst inside the devcontainer (so the kubeconfig and context are working), and I'm using the following features to install the pre-reqs:
"ghcr.io/devcontainers/features/kubectl-helm-minikube:1": {
"version": "1.33.2"
},
"ghcr.io/devcontainers-extra/features/tekton-cli:1": {
"version": "0.33.0"
},
The tkn command is available to use on the devcontainer terminal, and it works. It's just the extension doesn't work with it. I'm guessing it doesn't support it, seeing there hasn't been many updates in recent years?
Environment
VS Code version: 1.106.3
OS: linux
Extension version: 1.1.0
Description
It's not immediately obvious to me how to get this extension to work when working inside of a devcontainer.
I've a fully working vs-kubernetes extension working whilst inside the devcontainer (so the kubeconfig and context are working), and I'm using the following features to install the pre-reqs:
The
tkncommand is available to use on the devcontainer terminal, and it works. It's just the extension doesn't work with it. I'm guessing it doesn't support it, seeing there hasn't been many updates in recent years?