Andrew Cutler

Results 51 comments of Andrew Cutler

I think there are two separate and unrelated issues being discussed in this issue: 1. Ingress websocket issues (possibly related to ingress controller config or LB used, eg Classic ELB...

> you should just be able to switch to images from quay.io/calico/ This may be daft question, but how is this done? Installing the `tigera-operator` using the helm chart doesn't...

Answering my own question above: The following `values.yaml` is required to use quay.io as the registry source for the operator. ``` installation: registry: quay.io/ ```

TBH I'm surprised this hasn't already been implemented. It was the first security issue I noticed when eyeballing the Dockerfile.

We should be pushing 'tradingTerms' item along with the sales invoice to determine the terms. An easier method is to just set the due date (dueOrExpiryDate) along with the invoice....

Workaround is to set your item in Saasu to be inclusive of GST. AFAICT the Saasu API does not support setting 'Amounts include tax' on the invoice via the API....

Nice bit of code. I previously decided not to implement complex expiry logic because there isn't a lot of benefit with CoW filesystem snapshots, the overhead is so low that...

I've given this some fresh thought, and I think the way I'd like to see this implemented is via arbitrary tags. The tags would be added to the backup when...

See #21 as a simpler approach to flexible retention

Thanks for this. It's taken us a while to get around to reviewing this. We've implemented arm builds in d2668332d882566d1183839397b09f78d4b24153 using the GH `docker/build-push-action@v3`. PR #81 will add arm32 arch...