简体   繁体   English

如何使用ARM模板将诊断设置添加到现有的Azure Kubernetes?

[英]How to add Diagnostic Setting to existing Azure Kubernetes using ARM Templates?

I am working on Azure ARM Templates. 我正在研究Azure ARM模板。 I created an Azure Kuberentes Cluster using ARM Templates. 我使用ARM模板创建了Azure Kuberentes群集。 Now, I am trying to enable monitoring by adding Diagnostic Setting to it using ARM Templates. 现在,我试图通过使用ARM模板向其添加诊断设置来启用监视。 For that I went with this following Link where the Diagnostic Setting is added to an VM in which log setting is not mentioned. 为此,我通过以下链接将诊断设置添加到未提及日志设置的VM。 But, here I am trying to add setting to an existing AKS cluster. 但是,在这里,我试图将设置添加到现有的AKS群集中。 Could anyone suggest me that How to add setting to an existing AKS cluster? 谁能建议我如何向现有AKS群集添加设置?

AKS is a managed service, it's not supported to create extensions to the existing nodes. AKS是一项托管服务,不支持为现有节点创建扩展。 For more details, see the issue Can I use custom VM extensions . 有关更多详细信息,请参阅问题我可以使用自定义VM扩展

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用ARM模板创建Azure Kubernetes服务(AKS) - How to Create Azure Kubernetes Service (AKS) using ARM Templates 如何使用 ARM 模板为 Azure 资源创建活动日志诊断设置 - How to create Activity logs diagnostic setting for Azure resources using ARM template 使用ARM模板设置Linux Diagnostic扩展 - Setup Linux Diagnostic extension using ARM templates 如何使用ARM模板添加Azure Traffic Manager端点? - How to add an Azure Traffic Manager endpoint using ARM templates? 通过脚本/ARM 模板将诊断日志设置添加到 Azure 数据工厂 - Add diagnostic log settings to Azure Data Factory via scripting/ARM templates 如何使用PowerShell的ARM模板将Azure WebApp创建到现有v1 VNet? - How to create Azure WebApp to an existing v1 VNet using ARM templates of PowerShell? 如何在 Azure SQL 服务器使用 Azure ARM 模板中一次添加多个客户端 IP 地址? - How to add multiple client IP addresses at time in Azure SQL Server using Azure ARM Templates? Azure 网关 ARM 模板配置诊断设置(Log Analytics 工作区) - Azure Gateway ARM template to configure diagnostic setting (Log Analytics workspace) Azure Portal ARM 模板导出中不包含诊断设置 - Diagnostic setting not included in Azure Portal ARM template export 使用Azure ARM模板中的条件 - Using conditions in Azure ARM templates
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM