Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update quickstart-with-aks.adoc #492

Merged
merged 1 commit into from
Oct 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/kubernetes/pages/quickstart-with-aks.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This is a quickstart guide for deploying TigerGraph single servers and clusters

* Provision Kubernetes cluster on AKS with nodes that meet the xref:installation:hw-and-sw-requirements.adoc[hardware and software requirements] to run TigerGraph.
* https://kubernetes.io/docs/tasks/tools/[Install `kubectl` on your machine,] and make sure your local `kubectl` version is within one minor version's difference from the `kubectl` version on your cluster.
* https://docs.microsoft.com/en-us/azure/aks/kubernetes-walkthrough#connect-to-the-cluster[Configure `kubectl` for ASK cluster access].
* https://docs.microsoft.com/en-us/azure/aks/kubernetes-walkthrough#connect-to-the-cluster[Configure `kubectl` for AKS cluster access].
* Ensure your have the following permissions in your Kubernetes context:
** Create and delete Pods, Services, StatefulSets, and ConfigMaps
** Create and delete Jobs, CronJobs
Expand Down
Loading