vicaya

Results 25 comments of vicaya

Thanks for being vocal about the "myths"! OTOH, I think that it'd be more constructive to balance out the sensationalism by mentioning the fact that MANY (most?) practical hash tables...

"Flood resistance" is indeed not a precise term. Stronger/crypto hash is all about seed/secret/salt hiding, which, along with further restrictions (valid key size and encoding) dramatically increase the friction of...

Any progress on this issue? My main problem is that the swipe doesn't work very well on both iphone 4 and ipad 2. While swiping left and right seem to...

> @cawoodm in the short term you could make a small wrapper and put it in your path aka > > ``` > !# /bin/sh > > microk8s kubectl $@...

Appears to be a known issue for kernel upgrades. The current/stable nvidia driver version 550.x works fine.

ApisixRoute supports stream routes, which _should_ support tls over tcp. But alas, the implementation is buggy, the generated apisix upstream has a hard coded scheme of "http". This should be...

> @felpasl This has been added here https://github.com/apache/apisix-helm-chart/pull/671/files The standalone mode is different from the composite deployment of the ingress controller that embeds the gateway container in the same pod,...

Unfortunately, the composite deployment configuration is not flexible, besides duplicating gateway configuration code in two charts. Since the apisix chart already depends on the ingress controller chart, the composite deployment...

> Should the design here be such that it always stays on the backup cluster, and when there is a problem with the backup cluster, it moves to the primary...

> you can try the rebalance feature Are you talking about #4840? Are you saying that with the same config as above, rebalancer will move the workload back to primary?...