Skip to content
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

External IP returning 502 #74

Open
subinsabu390 opened this issue Aug 29, 2022 · 0 comments
Open

External IP returning 502 #74

subinsabu390 opened this issue Aug 29, 2022 · 0 comments

Comments

@subinsabu390
Copy link

subinsabu390 commented Aug 29, 2022

I have a testing cluster with ambassador 1.9 version in GCP. As per the docs, I have updated the same to ambassador version 1.14 and everything is working fine. But on upgrading from 1.14 to 2.3.2 according to the docs eliminating downtime(running both the versions in parallel), my ingress backends have become unhealthy and external ip is now returning an 502.

I have applied all the resources according to the docs including the listener, host, etc.

ingress.yaml
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
kubernetes.io/ingress.global-static-ip-name: testapp-api-ip
networking.gke.io/managed-certificates: api-cert
name: api-services
spec:
defaultBackend:
service:
name: edge-stack
port:
number: 80
status:
loadBalancer:
ingress:
- ip: xx.xxx.xx.xx

Update:
Since upgrading from 1.14 is not working. I have tried a different approach to remove the current ambassador resources and applied a fresh version of ambassador 2.3.4, still it's not working. NEG is unhealthy, health check path is /ambassador/v0/check_ready

Any sort of help is appreciated. Please comment for more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant