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

Fix ingress nginx failure in local env and pipelines #152

Merged
merged 1 commit into from
Jul 21, 2020

Conversation

ytsarev
Copy link
Member

@ytsarev ytsarev commented Jul 21, 2020

We hit

```
Failed to pull image "us.gcr.io/quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.26.2": rpc error: code = Unknown desc = failed to pull and unpack image "us.gcr.io/quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.26.2": failed to resolve reference "us.gcr.io/quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.26.2": failed to authorize: failed to fetch anonymous token: unexpected status: 400 Bad Request
```

Reason https://github.com/helm/charts/commit/69df60c776c1fd604db3e2d1b2c5a080ec1a0119#diff-ca9df7f2da6d1aba35009fa5756eedf8

Solution: freeze to latest known helm chart version and optimize
values.yaml by keeping only necessary configuration options

kuritka
kuritka previously approved these changes Jul 21, 2020
somaritane
somaritane previously approved these changes Jul 21, 2020
We hit

```
Failed to pull image "us.gcr.io/quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.26.2": rpc error: code = Unknown desc = failed to pull and unpack image "us.gcr.io/quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.26.2": failed to resolve reference "us.gcr.io/quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.26.2": failed to authorize: failed to fetch anonymous token: unexpected status: 400 Bad Request
```

Reason helm/charts@69df60c#diff-ca9df7f2da6d1aba35009fa5756eedf8

Solution: freeze to latest known helm chart version and optimize
values.yaml by keeping only necessary configuration options
@ytsarev ytsarev dismissed stale reviews from somaritane and kuritka via f04f88d July 21, 2020 10:36
@ytsarev ytsarev force-pushed the terratest-timeout branch from 4cdaae1 to f04f88d Compare July 21, 2020 10:36
@ytsarev ytsarev changed the title Increase waiting timeout for nginx-ingress Fix ingress nginx failure in local env and pipelines Jul 21, 2020
@ytsarev ytsarev requested review from somaritane and kuritka July 21, 2020 10:37
@ytsarev ytsarev merged commit ace1641 into master Jul 21, 2020
@ytsarev ytsarev deleted the terratest-timeout branch July 21, 2020 11:09
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

Successfully merging this pull request may close these issues.

3 participants