This commit is contained in:
javierromancsa 2022-02-24 10:15:03 -06:00 коммит произвёл GitHub
Родитель 0c32be6d65
Коммит 4a157de8eb
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -1,8 +1,9 @@
# Welcome to: Module 4: Configure Keda Using Http Metrics & Open Service Mesh and Testing with Azure Load Testing
### Install KEDA
```
* Execute the following
```
az aks enable-addons --addons open-service-mesh -g 'resource_group' -n 'aks_cluster-name'
az aks show -g 'resource_group' -n 'aks_cluster-name' --query 'addonProfiles.openServiceMesh.enabled'