roi

Results 14 comments of roi

Snippet ``` // Check snapshot's consistency err := snap.Consistent() if err != nil { if err := r.taintSelf(ctx, ecr, "InconsistenSnapshot", err.Error()); err != nil { return ctrl.Result{}, err } }...

Checked this but doesn't seem to work as expected. Anyway, a user might have resources polled from a different discovery service, so there is a valid use case to have...

Server and client certificates renewal has been implemented in https://github.com/3scale/marin3r/pull/28. Only CA renewal is still not supported by the operator.

Keep open until a new release with these changes is published

@MStokluska image quay.io/3scale/marin3r:v0.11.0-alpha.1 is available for testing. It includes the changes to address api deprecations in k8s 1.25.

[Release v0.11.0](https://github.com/3scale-ops/marin3r/releases/tag/v0.11.0) is out.

I have investigated a bit about this and there are several points to consider: * VHDS is only available when using the delta xDS. We currently the sotw (state of...

The relevant code in the envoy redis filter where the supported redis commands are listed is here: https://github.com/envoyproxy/envoy/blob/7136c3ade0a8366a86621a1a3a63993af5573486/source/extensions/filters/network/common/redis/supported_commands.h#L17-L88 I believe that supporting those commands it's just a matter of adding...

Hi @GreenCappuccino! Thanks for the feedback! As you mention, an `extraVolumeMounts` field in the `EnvoyDeployment` spec would workaround this. The downside with path based sds is that updates are not...

Hi @GreenCappuccino, sorry for taking so long to reply. I've implemented the possibility of loading k8s opaque secrets into envoy generic secret protos (see https://github.com/3scale-ops/marin3r/pull/221). I have tested this with...