Michael Eklund

Results 34 comments of Michael Eklund

I modified the NTH to match the resiliency section [this blog entry](https://aws.amazon.com/blogs/containers/using-amazon-ec2-spot-instances-with-karpenter/), when karpenter is enabled. It should not need tagging.

Having this issue as well.

change was made in #2476 on line 415 of pkg/controller/resourceConfig.go by [nandakishorepeddi](https://github.com/nandakishorepeddi)

Further investigation of the AS3 config shows: ``` "ingress_web_xyz_web_secure_0_https": { "class": "Monitor", "interval": 5, "monitorType": "https", "targetAddress": "", "timeout": 10, "adaptive": false, "targetPort": 0 }, ``` And the [default https...

AS3 monitor creation functions are different it these two code paths: https://github.com/F5Networks/k8s-bigip-ctlr/blob/master/pkg/agent/as3/as3Common.go#L493 https://github.com/F5Networks/k8s-bigip-ctlr/blob/master/pkg/controller/backend.go#L959 based on the results I would guess that ingress runs through as3common.

Also, with the open sourcing of xpack, should consideration be given to basing the image on the upstream projects docker image? Docker hub's "official" image is based on elastic.co's image...

https://www.elastic.co/blog/security-for-elasticsearch-is-now-free

> `podManagementPolicy` field is immutable after statefulset is created. Ran into this issue. I scaled the operator to zero replicas, then deleted the statefulset with `--cascade=orphan`, then recreated the statefulset...

There is talk of [partial resynchronization](https://docs.keydb.dev/docs/replication#partial-resynchronizations-after-restarts-and-failovers), but I do not think this seems to be happening for active-active, may only apply to active-passive.

That is my experience @mikeries. It just was not acceptable performance for our use cases. I hope they get it figured out, because outside of this issue, it seems to...