We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mutli-cluster-ingress-nginx服务不通,Pod里面可以使用[svcname].[namespace].svc.clusterset.local:[port]正常访问,但是multi-ingress无法通信,提示504错误。 而且正常的ingress服务也变成404了 这是multi-cluster-ingress 这是普通的ingress
NGINX Ingress controller version (exec into the pod and run nginx-ingress-controller --version.):
Kubernetes version (use kubectl version):
kubectl version
Environment:
Cloud provider or hardware configuration:
OS (e.g. from /etc/os-release):
Kernel (e.g. uname -a):
uname -a
Install tools:
Please mention how/where was the cluster created like kubeadm/kops/minikube/kind etc.
Basic cluster related info:
kubectl get nodes -o wide
How was the ingress-nginx-controller installed:
helm ls -A | grep -i ingress
helm -n <ingresscontrollernamepspace> get values <helmreleasename>
Current State of the controller:
kubectl describe ingressclasses
kubectl -n <ingresscontrollernamespace> get all -A -o wide
kubectl -n <ingresscontrollernamespace> describe po <ingresscontrollerpodname>
kubectl -n <ingresscontrollernamespace> describe svc <ingresscontrollerservicename>
Current state of ingress object, if applicable:
kubectl -n <appnnamespace> get all,ing -o wide
kubectl -n <appnamespace> describe ing <ingressname>
Others:
kubectl describe ...
What happened:
What you expected to happen:
How to reproduce it:
Anything else we need to know:
The text was updated successfully, but these errors were encountered:
刚刚有社区小伙伴测试过功能是正常的:#14 (comment)
是不是Multi-cluster Ingress文档某个地方写的不清楚导致步骤出错了呢?
而且正常的ingress服务也变成404了
你指的正常的ingress服务是 karmada 控制面上的,还是成员集群中的ingress服务?MCI的功能应该是不会影响但集群Ingress的功能的。
Sorry, something went wrong.
@XiShanYongYe-Chang
就是我在karmada的host集群上部署在同一个应用,然后创建了ingress,可以正常访问,在ingress-controller-manager中启用了karmada相关的参数后,这个ingress不能用了,访问编程404了,但是可以创建multi-cluster-ingress,创建成功后访问提示504
我用的ingress是github中的charts目录下那个
@whoisfisher 我理解你的意思了,对于ingress-controller-manager来说,我把对ingress的支持修改为了mci,所以ingress确实是不能使用了。这个仓库只是一个demo,展示怎么使用mci,如果要使用还需要自己来开发一个ingress controller。
No branches or pull requests
mutli-cluster-ingress-nginx服务不通,Pod里面可以使用[svcname].[namespace].svc.clusterset.local:[port]正常访问,但是multi-ingress无法通信,提示504错误。
![Uploading image.png…]()
![Uploading image.png…]()
而且正常的ingress服务也变成404了
这是multi-cluster-ingress
这是普通的ingress
NGINX Ingress controller version (exec into the pod and run nginx-ingress-controller --version.):
Kubernetes version (use
kubectl version
):Environment:
Cloud provider or hardware configuration:
OS (e.g. from /etc/os-release):
Kernel (e.g.
uname -a
):Install tools:
Please mention how/where was the cluster created like kubeadm/kops/minikube/kind etc.
Basic cluster related info:
kubectl version
kubectl get nodes -o wide
How was the ingress-nginx-controller installed:
helm ls -A | grep -i ingress
helm -n <ingresscontrollernamepspace> get values <helmreleasename>
Current State of the controller:
kubectl describe ingressclasses
kubectl -n <ingresscontrollernamespace> get all -A -o wide
kubectl -n <ingresscontrollernamespace> describe po <ingresscontrollerpodname>
kubectl -n <ingresscontrollernamespace> describe svc <ingresscontrollerservicename>
Current state of ingress object, if applicable:
kubectl -n <appnnamespace> get all,ing -o wide
kubectl -n <appnamespace> describe ing <ingressname>
Others:
kubectl describe ...
of any custom configmap(s) created and in useWhat happened:
What you expected to happen:
How to reproduce it:
Anything else we need to know:
The text was updated successfully, but these errors were encountered: