文章目录
- 通过源码安装
socat是一个网络工具, k8s 使用它来进行 pod 的数据交互,出现这个问题直接安装socat即可:
通过源码安装
下载路径:http://www.dest-unreach.org/socat/download/

tar zxvf socat-1.7.3.3.tar.gz
cd socat-1.7.3.3
./configure
make
make install
如果安装过程出错,看情况定位解决,或换个新版本
我在centos上 安装socat-1.7.2.4.tar.gz碰到编译错误,换socat-1.7.3.4.tar.gz解决