You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 30, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: containers/kubernetes-helm/README.md
+4-33Lines changed: 4 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,28 +30,9 @@ To get started, follow the appropriate steps below for your operating system.
30
30
31
31
3. Check **Kubernetes > Enable Kubernetes**
32
32
33
-
4.Open this folder in VS Code
33
+
4.Run the **Remote: Open Folder in Container...** command and select a local copy of this folder
34
34
35
-
5. Edit `.vscode/devConatiner.json` and change `$HOME` in the last item in the `runArgs` array to the absolute path of your home / user profile folder. e.g. On macOS:
> **Note:** Resolving [vscode-remote#670](https://github.com/Microsoft/vscode-remote/issues/670) and [vscode-remote#669](https://github.com/Microsoft/vscode-remote/issues/669) will remove this step.
51
-
52
-
6. Run the **Remote: Reopen folder in Container** command. Once connected, you should see your clusters in the Kubernetes explorer.
53
-
54
-
7. [Optional] If you want to use [Helm](https://helm.sh), open a VS Code terminal and run:
35
+
5.[Optional] If you want to use [Helm](https://helm.sh), open a VS Code terminal and run:
55
36
```
56
37
helm init
57
38
```
@@ -66,19 +47,9 @@ To get started, follow the appropriate steps below for your operating system.
66
47
kubectl config set-context minikube
67
48
```
68
49
69
-
3. Open this folder in VS Code
70
-
71
-
4. Edit `.vscode/devConatiner.json` and change `$HOME` in the last item in the `runArgs` array to the absolute path of your home folder. e.g.
0 commit comments