Chris Boot
Chris Boot
StackSets work not only across multiple regions but also multiple AWS accounts. We use it as a way of deploying standard functionality across new accounts automatically when they are created;...
I'm the admin working with @barryhunter on this. Most charts implement this as an opt-in feature, for example: * https://github.com/kubernetes-sigs/external-dns/blob/master/charts/external-dns/values.yaml#L62-L106 * https://github.com/kubernetes-sigs/external-dns/blob/master/charts/external-dns/templates/servicemonitor.yaml In the case of ExternalDNS the metrics are...
I am also running into this issue, but I'm not sure it's exactly like OP. Like @dobrac I can exec into the pod and force a switchover and all is...
I haven't tested this, but it should be OK with recent NetBox and the 5.0 chart, but you'll need to override the NGINX Unit configuration in the chart to include...
As long as it _doesn’t_ try to talk to the database or Redis it looks like it would do the trick. Ideally it would also be available without authentication for...
The other thing I thought of is: does this still work if authentication is required?
Well, https://netbox.boo.tc/api/ works without authentication, but https://netbox.boo.tc/api/status/ gives a 403 Forbidden. So I think `/api/` (don't forget the trailing `/`) would probably work well for a readiness check. Probably the...
Just keeping this fresh. It's still a problem.
This needs to stay open.
Isn't it a bit embarrassing that Terraform can create these natively, but there's no way to do it in CloudFormation?