deploy broker,component can not connect apiserver,pod and svc network is down #3702
Replies: 4 comments
-
|
I find the reason ,nat is need to set true,because the apiserver using node ip as pod ip,but submariner need nat to be set false.will this be a problem |
Beta Was this translation helpful? Give feedback.
-
|
do I need to set two ippool,second with set natOutgoing: false |
Beta Was this translation helpful? Give feedback.
-
|
if I set another ippool with nat false,the pod with this ippool can not use apiserver,this is a problem, it seam the only way is remove apiserver hostnetwork and make a svc |
Beta Was this translation helpful? Give feedback.
-
|
Looks like this has been resolved (given your other questions)? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I delete default ippool and add a new one
root@ubuntu:/mnt# subctl --version
subctl version release-0.21
[root@kamaji-manager-01-a ~]# kubeadm version
kubeadm version: &version.Info{Major:"1", Minor:"29", GitVersion:"v1.29.1", GitCommit:"bc401b91f2782410b3fb3f9acf43a995c4de90d2", GitTreeState:"archive", BuildDate:"2025-05-25T14:31:26Z", GoVersion:"go1.21.4", Compiler:"gc", Platform:"linux/amd64"}
Beta Was this translation helpful? Give feedback.
All reactions