Commit 7009cc12 authored by lu.jin(卢进)'s avatar lu.jin(卢进) :muscle:
Browse files

Update AKS重置网卡方法.md

parent 45d2247b
No related merge requests found
Showing with 4 additions and 4 deletions
+4 -4
......@@ -2,10 +2,10 @@
---
1. 查询 nodeResourceGroup
`az aks show -g AKS -n EnSaaS-DevOpsService --query nodeResourceGroup -o tsv`
`az aks show -g AKS -n DevOps --query nodeResourceGroup -o tsv`
2. 查询集群所有网卡
`az network nic list -g MC_AKS_EnSaaS-DevOpsService_southeastasia --query [].name`
`az network nic list -g MC_AKS_southeastasia --query [].name`
3. 重置每一个网卡
`az network nic update -g MC_AKS_EnSaaS-DevOpsService_southeastasia -n aks-nodepool1-24836701-nic-0`
\ No newline at end of file
`az network nic update -g MC_AKS_southeastasia -n aks-nic-0`
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment