1、修改k8sconfig.yml、fz.k8sconfig.yml文件内容,内容来自kubeconfig
并且修改server地址为当前master的地址
2、eurekamock.config.json文件,
eurekaAddress改为eureka对外暴漏的nodeport访问地址,
k8sAdress地址改为可以访问的service地址,默认情况下端口没有暴漏出来,要通过以下命令暴漏nohup kubectl proxy --address='0.0.0.0' --accept-hosts='^*$' --port=8080 &,
k8sNodeIp改为当前master节点地址