apinto
apinto copied to clipboard
bug: 在安装了k8s的机器上使用安装包部署会出现大量IP
Current Behavior
在安装了k8s的机器上使用安装包部署会出现大量IP.大约400多个
ifconfig 只有三个网卡
容器只有几个
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
配置文件,自己配置Admin的 advertise_urls:配置就好了,你不配,程序内部会自己去根据主机网络解析出:
当前K8s部署会自动获取命名空间作为ip,已修复该问题