Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
WISE-KUBE
Document
Commits
7009cc12
Commit
7009cc12
authored
5 years ago
by
lu.jin(卢进)
Browse files
Options
Download
Patches
Plain Diff
Update AKS重置网卡方法.md
parent
45d2247b
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
AKS重置网卡方法.md
+4
-4
AKS重置网卡方法.md
with
4 additions
and
4 deletions
+4
-4
AKS重置网卡方法.md
+
4
−
4
View file @
7009cc12
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets