Application-gateway-kubernetes-ingress: Please update repository for K8s v1.16x

Created on 19 Mar 2020  路  7Comments  路  Source: Azure/application-gateway-kubernetes-ingress

Hi there,

I'm afraid this is neither an issue nor a feature request, but I noticed the Charts available in the official Repository are not compatible for use with Kubernetes Versions v1.16.x.

This is because the Deployment.yaml on the blob is still using API v1beta2 - which was deprecated with the introduction of K8s v1.16.

Is it possible to update the Chart on the Blob?

Most helpful comment

Yepp, I have verified that cloning this repo and deploying from the local chart (instead of deploying from the helm repo) works just fine on a 1.16 cluster. Using helm3 BTW.

All 7 comments

I'm having the same issue - just with K8s 1.17.0 :(

Looks like this was already fixed here: https://github.com/Azure/application-gateway-kubernetes-ingress/pull/713

@akshaysngupta when will there be a new release with this PR included? thanks!

Yepp, I have verified that cloning this repo and deploying from the local chart (instead of deploying from the helm repo) works just fine on a 1.16 cluster. Using helm3 BTW.

Having the same issue. Just downloading the chart and modifying deployment.yaml to use the correct API version works for me also. But best is to get the repo up to date. Checking the pipeline, I see that there's a new release going running, but still need to be approved. Hope that this will happen soon!

If you do clone the repo locally, make sure to switch to the 1.0.0 tag before updating the deployment.yaml file because there are some configuration changes (ex. AZURE_CONTEXT_LOCATION renamed to AZURE_CLOUD_PROVIDER_LOCATION) that aren't in the image yet.

Closing in favour of #788

Was this page helpful?
0 / 5 - 0 ratings

Related issues

abenck picture abenck  路  5Comments

marc-mueller picture marc-mueller  路  4Comments

onybo picture onybo  路  6Comments

samrobillard picture samrobillard  路  3Comments

jasonchester picture jasonchester  路  7Comments