apinto icon indicating copy to clipboard operation
apinto copied to clipboard

bug: 在安装了k8s的机器上使用安装包部署会出现大量IP

Open relengxing opened this issue 1 year ago • 1 comments

Current Behavior

在安装了k8s的机器上使用安装包部署会出现大量IP.大约400多个

image

ifconfig 只有三个网卡 image

容器只有几个 image

Expected Behavior

No response

Error Logs

No response

Steps to Reproduce

./apinto start ./apinto info

Environment

  • APINTO version (run apinto version): Apinto version: 0.17.7 Golang version: go version go1.21.1 darwin/arm64 Git commit hash: b551ef848c7440ef33be1e6d259e8be6f08aa9a4 Built on: 2024-07-02T07:08:00Z Built by: goreleaser Built by eosc version: v0.17.4
  • Operating system (run uname -a): Linux apinto-sw3f9 3.10.0-1160.25.1.el7.x86_64 #1 SMP Wed Apr 28 21:49:45 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

relengxing avatar Jul 03 '24 02:07 relengxing

配置文件,自己配置Admin的 advertise_urls:配置就好了,你不配,程序内部会自己去根据主机网络解析出: image

next-evolve-x avatar Aug 26 '24 03:08 next-evolve-x

当前K8s部署会自动获取命名空间作为ip,已修复该问题

Dot-Liu avatar Sep 28 '25 01:09 Dot-Liu