This commit is contained in:
Andy Zhang 2019-03-21 13:27:27 +08:00 коммит произвёл GitHub
Родитель ccc71ae7f2
Коммит 68202fb109
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -11,9 +11,9 @@ Azure Kubernetes Service is in **Public Preview**, this page provides best pract
- AKS monitoring and logging are not available, there will be error when clicking on `Monitor containers` and `View logs` links in AKS overview page.
- AKS addons are not enabled on Azure China yet, including `monitoring` and `http_application_routing` addons.
> note: for [`http_application_routing`](https://docs.microsoft.com/en-us/azure/aks/http-application-routing) addon functionality, it's not for production use, you could use [ingress controller](https://docs.microsoft.com/en-us/azure/aks/ingress-basic) instead.
- Preview features on Global Azure won't be supported on Azure China, e.g. [Cluster-autoscaler](https://docs.microsoft.com/en-us/azure/aks/cluster-autoscaler), [Network Policy](https://docs.microsoft.com/en-us/azure/aks/use-network-policies)
- AAD support requires kubectl version >v1.14.0-beta.0
## 1. How to create AKS on Azure China
@ -171,7 +171,7 @@ Follow detailed steps in [Cluster Autoscaler on Azure Kubernetes Service (AKS) -
### Tips
- For production usage, agent VM size should have at least 4 CPU cores(e.g. D3_v2) since k8s components would also occupy CPU, memory resource on the node, details about [AKS resource reservation](https://docs.microsoft.com/en-us/azure/aks/concepts-clusters-workloads#resource-reservations).
- For production usage, agent VM size should have at least 4 CPU cores(e.g. D3_v2) since k8s components would also occupy CPU, memory resources on the node, details about [AKS resource reservation](https://docs.microsoft.com/en-us/azure/aks/concepts-clusters-workloads#resource-reservations).
- [GPU workload support best practices on Azure China](./gpu-support.md)