问题描述: 纳管 VKE 集群时失败报错如下:
失败:failed to config network: failed to create shuttleServer, ip:10.16.0.1, port:80, err:IncorrectShuttleStatus: Current shuttle 日志:status don't support this operation status code: 400, request id: 202211221519180101580221640A0DE636
原因及解决方案
VPC 用的 10.0.0.0/8
, 子网10.0.0.0/10
,与ShuttleServer使用的10.16.0.1
冲突;
10.0.0.0/10二进制-> 00001010 00000000 00000000 00000000 # 前10位不动 10.16.0.1 二进制-> 00001010 00010000 00000000 00000001 # 在10.0.0.0/10 网段