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: hack/aks/README-byocni.md
+69-22Lines changed: 69 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
-
# BYO Cilium Cluster Setup Script
1
+
# BYO CNI Cluster Setup Script
2
2
3
-
The `create-byocilium-cluster.sh` script automates the creation of a BYO (Bring Your Own) Cilium cluster on Azure Kubernetes Service (AKS). It orchestrates the following steps:
3
+
The `create-byocni-cluster.sh` script automates the creation of a BYO (Bring Your Own) CNI cluster on Azure Kubernetes Service (AKS). It orchestrates the following steps:
4
4
5
-
1.**Cluster Creation**: Creates an AKS cluster with overlay networking and no kube-proxy using the `overlay-byocni-nokubeproxy-up` make target
6
-
2.**CNS Deployment**: Deploys Azure Container Networking Service (CNS) to the cluster using the `test-load` make command
7
-
3.**Cilium Installation**: Installs Cilium networking components using manifests from the `test/integration/manifests/cilium/` directory
5
+
1.**Cluster Creation**: Creates an AKS cluster with configurable networking modes (overlay, swift, nodesubnet, dualstack-overlay, vnetscale-swift)
6
+
2.**CNS Deployment**: Deploys Azure Container Networking Service (CNS) to the cluster using the `test-load` make command
7
+
3.**CNI Installation**: Installs the specified CNI networking components (Cilium by default, Azure CNI Manager, or none)
8
8
9
9
## Prerequisites
10
10
@@ -20,18 +20,20 @@ Before running the script, ensure you have:
20
20
21
21
### Basic Usage
22
22
23
-
Create a cluster with default settings:
23
+
Create a cluster with default settings (overlay networking with Cilium):
0 commit comments