简体   繁体   English

在terraform中启用Azure Kubernates中的虚拟节点

[英]enable virtual nodes in azure kubernates with terraform

是否有人可以提供配置以启用具有Terraform的Azure Kubernates群集中的虚拟节点。

Not sure, but I take the test and check. 不确定,但我接受测试并检查。 There some things will be helpful. 有一些事情会有所帮助。 When you create the AKS and enable the virtual nodes. 创建AKS并启用虚拟节点时。 There something specific come out in the AKS property different with disabling: 在AKS属性中出现了一些与禁用不同的特定内容:

在此处输入图片说明

I also find it can be set in the Azure Template of AKS . 我还发现可以在AKS的Azure模板中设置它。 But I cannot find where it can be set in the Terraform and it just shows like this: 但是我找不到可以在Terraform中设置的位置,它只显示如下:

A addon_profile block supports the following: addon_profile块支持以下内容:

http_application_routing - (Optional) A http_application_routing block. http_application_routing-(可选)http_application_routing块。

oms_agent - (Optional) A oms_agent block. oms_agent-(可选)oms_agent块。 For more details, please visit How to onboard Azure Monitor for containers. 有关更多详细信息,请访问如何为容器安装Azure Monitor。

So I think you could not create AKS with virtual nodes through Terraform. 因此,我认为您无法通过Terraform使用虚拟节点创建AKS。 Maybe the reason is that the AKS virtual nodes just in the preview version. 也许原因是AKS虚拟节点仅处于预览版本。 But I'm not really sure. 但是我不确定。 Hope this will help you. 希望这会帮助你。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM