-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Ingress correctly map the path but resolve incorrect Pod IP Address #7582
Comments
@yukihonhk: This issue is currently awaiting triage. If Ingress contributors determines this is a relevant issue, they will accept it by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/remove-kind bug |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
@yukihonhk friendly ping |
/assign |
@yukihonhk if issue does not exits further and everything is fiine then you can close issue |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close |
@k8s-triage-robot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
NGINX Ingress controller version: 0.30
Kubernetes version (use
kubectl version
): AKS 1.21Environment: PROD
Cloud provider or hardware configuration: Azure
OS (e.g. from /etc/os-release): Ubuntu 18.04.5
Kernel (e.g.
uname -a
): No resolver when using external auth #51~18.04.1-UbuntuInstall tools:
Please mention how/where was clsuter created like kubeadm/kops/minikube/kind etc.
Basic cluster related info:
kubectl version
1.21kubectl get nodes -o wide
NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME
aks-nodepool1-46409549-vmss000000 Ready agent 45d v1.21.1 10.155.130.4 Ubuntu 18.04.5 LTS 5.4.0-1049-azure containerd://1.4.4+azure
aks-nodepool1-46409549-vmss000001 Ready agent 45d v1.21.1 10.155.130.115 Ubuntu 18.04.5 LTS 5.4.0-1049-azure containerd://1.4.4+azure
aks-userpool1-46409549-vmss000000 Ready agent 45d v1.21.1 10.155.130.226 Ubuntu 18.04.5 LTS 5.4.0-1049-azure containerd://1.4.4+azure
How was the ingress-nginx-controller installed:
If helm was used then please show output of
helm ls -A
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
internal-ingress ingress-basic 1 2021-08-23 15:45:01.3973482 +0800 CST deployed ingress-nginx-3.36.0 0.30.0
If helm was used then please show output of
helm -n <ingresscontrollernamepspace> get values <helmreleasename>
USER-SUPPLIED VALUES:
controller:
admissionWebhooks:
patch:
nodeSelector:
beta.kubernetes.io/os: linux
nodeSelector:
beta.kubernetes.io/os: linux
replicaCount: 2
service:
annotations:
service.beta.kubernetes.io/azure-load-balancer-internal: "true"
loadBalancerIP: 10.155.131.254
defaultBackend:
nodeSelector:
beta.kubernetes.io/os: linux
PS C:\windows\system32>
If helm was not used, then please explain how the ingress-nginx-controller was installed or copy/paste the command used to install the controller below
if you have more than one instance of the ingress-nginx-controller installed in the same cluster, please provide details for all the instances
Current State of the controller:
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:
504 gateway timeout and the Ingress correctly map the path but resolve incorrect Pod IP Address
Ingress correctly map the path but resolve incorrect Pod IP Address
How to reproduce it:
cannot reproduce
Anything else we need to know:
/kind bug
The text was updated successfully, but these errors were encountered: