Skip to content

Commit

Permalink
feat(console): add clean 9100 port (#2109)
Browse files Browse the repository at this point in the history
  • Loading branch information
wl-chen authored Oct 14, 2022
1 parent dca6dd1 commit 193b4b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ rm -rfv /opt/tke-installer
rm -rfv /var/lib/postgresql /etc/core/token /var/lib/redis /storage /chart_storage
ip link del cni0 2>/etc/null

for port in 80 2379 6443 8086 {10249..10259} ; do
for port in 80 2379 6443 8086 9100 {10249..10259} ; do
fuser -k -9 ${port}/tcp
done

Expand Down
2 changes: 1 addition & 1 deletion web/console/src/modules/cluster/constants/Config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ rm -rfv /opt/tke-installer
rm -rfv /var/lib/postgresql /etc/core/token /var/lib/redis /storage /chart_storage
ip link del cni0 2>/etc/null
for port in 80 2379 6443 8086 {10249..10259} ; do
for port in 80 2379 6443 8086 9100 {10249..10259} ; do
fuser -k -9 \${port}/tcp
done
Expand Down

0 comments on commit 193b4b3

Please sign in to comment.