Readme edits (#204)
* adding provider info * adding readme edits * test change * added node selector * node selector changes * Update README.md omg this change * forgot to commit * fixed format
This commit is contained in:
@@ -120,25 +120,27 @@ that you've created an [AKS cluster](https://docs.microsoft.com/en-us/azure/aks/
|
||||
|
||||
To install the ACI Connector use the az cli and the aks namespace. Make sure to use the resource group of the aks cluster you've created and the name of the aks cluster you've created. You can choose the connector name to be anything. Choose any command below to install the Linux, Windows, or both the Windows and Linux Connector.
|
||||
|
||||
Note: You need to specify the --aci-resource-group, due to a bug in the az cli. The resource groupis the auto-generated. To find the name navigate to the Azure Portal resource groups, scroll down and find the name that matches MC_aks cluster name_aks rg_location.
|
||||
|
||||
1. Install the Linux ACI Connector
|
||||
|
||||
**Bash**
|
||||
```cli
|
||||
az aks install-connector --resource-group <aks cluster rg> --name <aks cluster name> --os-type linux --connector-name myaciconnector
|
||||
az aks install-connector --resource-group <aks cluster rg> --name <aks cluster name> --os-type linux --connector-name myaciconnector --aci-resource-group <auto-generated aks cluster rg>
|
||||
```
|
||||
|
||||
2. Install the Windows ACI Connector
|
||||
|
||||
**Bash**
|
||||
```cli
|
||||
az aks install-connector --resource-group <aks cluster rg> --name <aks cluster name> --os-type windows --connector-name myaciconnector
|
||||
az aks install-connector --resource-group <aks cluster rg> --name <aks cluster name> --os-type windows --connector-name myaciconnector --aci-resource-group <auto-generated aks cluster rg>
|
||||
```
|
||||
|
||||
3. Install both the Windows and Linux ACI Connectors
|
||||
|
||||
**Bash**
|
||||
```cli
|
||||
az aks install-connector --resource-group <aks cluster rg> --name <aks cluster name> --os-type both --connector-name myaciconnector
|
||||
az aks install-connector --resource-group <aks cluster rg> --name <aks cluster name> --os-type both --connector-name myaciconnector --aci-resource-group <auto-generated aks cluster rg>
|
||||
```
|
||||
|
||||
Now you are ready to deploy a pod to the connector so skip to the "Schedule a pod in ACI" section.
|
||||
|
||||
Reference in New Issue
Block a user