Initial cluster setup for existing cluster
Set up a cluster if you already have one
Initial Setup for Existing Cluster
Get the Kubeconfig file:
az aks get-credentials -n <NAME> -g <RESOURCE_GROUP_NAME>
From here on, please see Install Kubeflow.
Set up a cluster if you already have one
Get the Kubeconfig file:
az aks get-credentials -n <NAME> -g <RESOURCE_GROUP_NAME>
From here on, please see Install Kubeflow.
本文档使用 BookStack 构建