Skip to content

Commit 6dc1ad4

Browse files
Update deployment guide file to have kubelogin as a Prerequisites. (#201)
Co-authored-by: Josh Bradley <[email protected]>
1 parent ac13ee1 commit 6dc1ad4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/DEPLOYMENT-GUIDE.md

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ The deployment process requires the following tools to be installed:
1313
* [helm](https://helm.sh/docs/intro/install) - k8s package manager
1414
* [jq](https://jqlang.github.io/jq/download) >= v1.6
1515
* [kubectl](https://kubernetes.io/docs/tasks/tools) - k8s command line tool
16+
* [kubelogin](https://github.com/Azure/kubelogin) - client-go credential (exec) plugin implementing azure authentication
1617
* [yq](https://github.com/mikefarah/yq?tab=readme-ov-file#install) >= v4.40.7 - yaml file parser
1718

1819
TIP: If you open this repository inside a devcontainer (i.e. VSCode Dev Containers or Codespaces), all required tools for deployment will already be available. Opening a devcontainer using VS Code requires <a href="https://docs.docker.com/engine/install/" target="_blank" >Docker to be installed</a>.

0 commit comments

Comments
 (0)