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
Copy file name to clipboardExpand all lines: scenarios/KaitoStack/kaito-stack.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,8 @@ This table integrates research findings, ensuring each tool's benefits are backe
66
66
Follow these steps to set up the stack on your AKS cluster with KAITO, with persona-specific notes for configuration and usage.
67
67
68
68
### Step 1: Create a Resource Group and AKS Cluster
69
-
1. Create a resource group and AKS cluster with GPU support. In this step, we create a resource group.
69
+
70
+
Create a resource group and AKS cluster with GPU support. In this step, we create a resource group.
70
71
71
72
```bash
72
73
export RANDOM_SUFFIX=$(openssl rand -hex 3)
@@ -78,7 +79,7 @@ az group create --name $RESOURCE_GROUP --location $REGION
78
79
79
80
### Step 2: Set Up Your AKS Cluster
80
81
81
-
1.Create an AKS cluster with GPU support. In this step, we declare environment variables for the resource group and AKS cluster names along with a random suffix to ensure uniqueness.
82
+
Create an AKS cluster with GPU support. In this step, we declare environment variables for the resource group and AKS cluster names along with a random suffix to ensure uniqueness.
0 commit comments