Skip to content

Commit

Permalink
this
Browse files Browse the repository at this point in the history
  • Loading branch information
bronifty committed Oct 1, 2024
1 parent 748257d commit 8869305
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/reference/vscode/lldb.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,13 @@ CMD ["bash"]
1. [Kubernetes Extension](https://marketplace.visualstudio.com/items?itemName=ms-kubernetes-tools.vscode-kubernetes-tools)
2. [Kustomize](https://kustomize.io/)

### Setup

1. Install Kubernetes Extension in VS Code
2. Install Kustomize
3. Make Kustomize script executable and run it to setup the kubernetes cluster
4. Attach VS Code to the running container (pod in the deployment)

### Kustomize

```sh
Expand Down

0 comments on commit 8869305

Please sign in to comment.