apraovjr commented on a change in pull request #4530: [AIRFLOW-3282] Implement Azure Kubernetes Service Operator URL: https://github.com/apache/airflow/pull/4530#discussion_r256567209
########## File path: docs/integration.rst ########## @@ -271,6 +271,23 @@ AzureContainerVolumeHook .. _AWS: +Azure Kubernetes Service +''''''''''''''''''''''''' +Azure Kubernetes Service (AKS) simplifies the deployment and operations of Kubernetes and enables you to dynamically scale your application infrastructure. +The AzureKubernetesServiceHook requires a service principal. The credentials for this principal can either be defined in the extra field `key_path`, as an +environment variable named `AZURE_AUTH_LOCATION`. + +- :ref:`AzureKubernetesOperator` : Start new AKS. +- :ref:`AzureKubernetesServiceHook` : Wrapper around a aks. + +AzureKubernetesOperator +""""""""""""""""""""""""""""""" + .. autoclass:: airflow.contrib.operators.aks_operator.AzureKubernetesOperator + Review comment: @mik-laj what is no-index flag? I didnt find it in documentation ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
