gpt4 book ai didi

azure - 如何在 Azure CLI 中跳过提示?

转载 作者:行者123 更新时间:2023-12-03 06:38:38 26 4
gpt4 key购买 nike

我已在 Azure 中使用 Terraform 创建了一个集群。要在 Azure CLI 中访问它,我需要运行

az aks get-credentials --resource-group <rg name>  --name <cluster name>

当我们运行该命令时,它会在本地目录中设置一个 kubeconfig 文件。当我多次创建和销毁 terraform 文件时,集群将被创建和销毁,每次您需要运行上面的 aks 命令来使用 kubectl。

因此,我使用了 local-exec,但是当您第二次运行 az aks 命令时,它会提示覆盖权限。

您的 kubeconfig 文件中已存在名为 flixtube-aks 的不同对象。覆盖? (是/否):

如何跳过这个。 -y选项不起作用

-y 选项不起作用。在 Azure CLI 中选择"is"或“每个提示”的选项是什么?

最佳答案

感谢 @Chris Doyle--overwrite-existing 是在不提示我们的情况下覆盖同名集群的参数。它对我也有用。

az aks get-credentials --resource-group HariTestRG  --name nov9pipeline973b --overwrite-existing

enter image description here

请参阅MS Doc由 @Chris Doyle 提供相关信息,或者我们使用 --help 参数来获取 @CSharpRocks 建议的命令行工具本身中的相关参数及其定义和用法.

enter image description here

关于azure - 如何在 Azure CLI 中跳过提示?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/74665603/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com