-
Notifications
You must be signed in to change notification settings - Fork 351
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
request help: hostNetwork #478
Comments
@wjx8382 Please check out flannel-io/flannel#1243, it should be related with networking route table settings, basically it should not be a problem caused by APISIX or apisix ingress controller. |
But I added same config in apisix-ingress-controller,it is no problem. |
Which configs were added? Could you please paste the related context? |
Both added APISIX config:
apisix-ingress-controller config:
|
Not sure whether this is caused by the CNI plugin that you're using. @wjx8382 Could you show some details? @tao12345666333 Are you familiar with this? |
If you using |
It is resolved,thx! |
Issue description
I added
hostNetwork: true
in the configuration file,then restart apisix,etcd can't start,logs errornc: bad address 'apisix-etcd.tools.svc.cluster.local'
Environment
Server Version: version.Info{Major:"1", Minor:"16", GitVersion:"v1.16.7", GitCommit:"be3d344ed06bff7a4fc60656200a93c74f31f9a4", GitTreeState:"clean", BuildDate:"2020-02-11T19:24:46Z", GoVersion:"go1.13.6", Compiler:"gc", Platform:"linux/amd64"});
The text was updated successfully, but these errors were encountered: