Closed spatxos closed 7 months ago
问题在这里提交了https://github.com/OrleansContrib/Orleans.Clustering.Kubernetes/issues/75 使用kubeadm来进行apply之后,没有出现这个ssl的链接问题,不知道问题出在哪里
不应当出现ssl问题,pod之间链接成功
https://github.com/spatxos/Orleans.Clustering.Kubernetes
cd samples ./build.sh # 需要本地安装.net 8 如果不想本地安装.net 8,那么修改/samples/Definitions 里面的Client.yaml、Gateway.yaml、Silo.yaml中的image,在镜像名字前面增加wangpengzong/ ,imagePullPolicy修改为IfNotPresent
类似这样
image: wangpengzong/kubeclient:latest imagePullPolicy: IfNotPresent
./install.sh
No response
使用Kubeasz 3.5.0 解决了
What happened? 发生了什么问题?
问题在这里提交了https://github.com/OrleansContrib/Orleans.Clustering.Kubernetes/issues/75 使用kubeadm来进行apply之后,没有出现这个ssl的链接问题,不知道问题出在哪里
What did you expect to happen? 期望的结果是什么?
不应当出现ssl问题,pod之间链接成功
How can we reproduce it (as minimally and precisely as possible)? 尽可能最小化、精确地描述如何复现问题
https://github.com/spatxos/Orleans.Clustering.Kubernetes
cd samples ./build.sh # 需要本地安装.net 8 如果不想本地安装.net 8,那么修改/samples/Definitions 里面的Client.yaml、Gateway.yaml、Silo.yaml中的image,在镜像名字前面增加wangpengzong/ ,imagePullPolicy修改为IfNotPresent
类似这样
./install.sh
Anything else we need to know? 其他需要说明的情况
No response
Kubernetes version k8s 版本
Kubeasz version
OS version 操作系统版本
Related plugins (CNI, CSI, ...) and versions (if applicable) 其他网络插件等需要说明的情况