amazon-apigateway-ingress-controller icon indicating copy to clipboard operation
amazon-apigateway-ingress-controller copied to clipboard

Can the ingress support helm upgrade from different repo to the same API gateway?

Open szelee opened this issue 5 years ago • 2 comments

Hi,

This is a great controller that automate the apigateway integration with microservices. I am using CI/CD with helm upgrade to deploy. At the moment, I am exploring the options to use only 1 api gateway with different paths for different repository that we have.

I have tested it but getting the following error:

##[error]Error: rendered manifests contain a resource that already exists. Unable to continue with install: existing resource conflict: namespace: default, name: apigw-dev, existing_kind: networking.k8s.io/v1beta1, Kind=Ingress, new_kind: networking.k8s.io/v1beta1, Kind=Ingress

Just wondering if it's possible to update the existing api gateway by just adding more path? Look forward to hearing from you.

Regards, Szelee

szelee avatar Apr 28 '20 12:04 szelee

This PR should address updating the existing APIGW - https://github.com/awslabs/amazon-apigateway-ingress-controller/pull/15

Magizhchi avatar May 10 '20 23:05 Magizhchi

When do you think PR #15 will be available test?

kuwarprashant11 avatar Jun 03 '20 04:06 kuwarprashant11