best-tent-29186
02/06/2019, 10:11 PMHelm
chart into pulumi. We use the aws-alb-ingress-controller
which means we have the following line in our ingress.
paths:
- path: /*
backend:
serviceName: ssl-redirect
servicePort: use-annotation
This sets up automatic ssl forward at ALB level in AWS.
However Pulumi doesn’t understand this third party rule and is not fully deploying showing:
kubernetes:extensions:Ingress core-django creating... No matching service found for ingress rule: "***-staging.***.com/*" -> "ssl-redirect"
creamy-potato-29402
02/06/2019, 10:15 PMingress
gorgeous-egg-16927
02/06/2019, 10:28 PMssl-redirect
, or is that a feature specific to that ingress controller?best-tent-29186
02/06/2019, 10:28 PMgorgeous-egg-16927
02/06/2019, 10:28 PMbest-tent-29186
02/06/2019, 10:30 PMgorgeous-egg-16927
02/06/2019, 10:34 PMbest-tent-29186
02/06/2019, 10:50 PMgorgeous-egg-16927
02/13/2019, 10:47 PM0.20.2
release. you can add the <http://pulumi.com/skipAwait|pulumi.com/skipAwait>: "true"
annotation to skip the await logic for this ingress resource until we develop a proper fix. thanks for your patience!