Derek Tamsen
Derek Tamsen
Thanks for fixing this. I also ran into this and opened #64 with the errors from the controller.
Since the SQSConnection() method is being called the region is being set to the defaults in boto ``` class SQSConnection(AWSQueryConnection): ... DefaultRegionName = 'us-east-1' DefaultRegionEndpoint = 'sqs.us-east-1.amazonaws.com' ... ```
@yxz13vw you might be missing the `CustomResourceDefinition` for `backups.influxdata.com` and `restores.influxdata.com`. List your kubernetes custom resource definitions and look for 'influxdata'. ```shell kubectl get crd -A | grep 'influxdata' ```...
I have switched the github deploy process to use [goreleaser](https://goreleaser.com/). The next step is to have it build a deb via nfpm.
This sounds similar the issue I was having in #457 . I also implemented the fix in #458 and have been using a build of it to pull features from...
Digging into this issue more I suspect the primary issue is that the feature image pull request from envbuilder does not use any authentication. The relevant portion: ``` DENIED: Unauthenticated...
I made an attempt in #458 to add support for pulling feature images from private registries.