- download the following file: https://github.com/vmware-tanzu/tanzu-cli/releases/download/v0.90.1/tanzu-cli-windows-amd64.zip
- unzip the file
- move the tanzu cli exe file from the extracted zip to a place on your path and rename it to tanzu.exe
- run the command:
tanzu plugin install --group vmware-tap/default:v1.6.1- Download the kubectl binary for kubernetes 1.26
- Add the kubectl binary to your path
- rename the binary to kubectl.exe
- create a folder under your home directory called ".kube"
- copy the kubeconfig from the admin machine located at /home/k8s/.kube/config to the new folder on your machine in a file named config as well
- test access by running:
kubectl get nodes- if the test fails on a cert issue then edit the kubeconfig file and remove the ca-cert-data field for each cluster entry and instead add a line in its place:
insecure-skip-tls-verify: true- set kubectl to target the dev namespace
kubectl config set-context --current --namespace tap-demo-01- download the file https://github.com/tilt-dev/tilt/releases/download/v0.33.4/tilt.0.33.4.windows.x86_64.zip
- unzip the file
- move the tilt binary to a place on your path and rename it to tilt.exe
- the download should be https://aka.ms/download-jdk/microsoft-jdk-17.0.8-windows-x64.msi
- you will need admin on the machine to install
- VS Code
- Open VS Code.
- go to extensions page
- search for tanzu and install both found extensions
- (Dependencies) f you do not have the following extensions, and they do not automatically install, install them from VS Code Marketplace:
- Debugger for Java: https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-debug
- Language Support for Java(™) by Red Hat: https://marketplace.visualstudio.com/items?itemName=redhat.java
- YAML: https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml
- Ensure Language Support for Java is running in Standard Mode. You can configure it in the
Settingsmenu by going toCode > Preferences > SettingsunderJava > Server: Launch Mode