Erik Xu
Erik Xu
装不上呀,貌似依赖 opencv 啥的,不知道具体有多少依赖要装
@2881099 组包(bytes)好像有点问题,好像MAXLEN参数不能带双引号,有办法去掉吗?或者其它思路? 127.0.0.1:6379> "XADD" "mystream" "MAXLEN 128" 42-0 "field1" "value1" (error) ERR Invalid stream ID specified as stream command argument 127.0.0.1:6379> "XADD" "mystream" MAXLEN 128 "42-0" "field1" "value1" "42-0" 127.0.0.1:6379>...
@2881099 你的处理方式会比较合理一点,写和删除组装的指令也比较合理 [172.17.0.1:46774] "XADD" "testXAdd01" "*" "f1" "v1" "f2" "v2" [172.17.0.1:46774] "XADD" "testXAdd02" "*" "f1" "v1" "f2" "v2" [172.17.0.1:46774] "XADD" "testXAdd03" "*" "MAXLEN" "128" "f1" "v1" "f2" "v2" [172.17.0.1:46774] "XADD"...
Is it possile to provide an api to do a force deletion that did not verify the user?
Yes, as I modified the service subnet or CIDR:`serviceSubnet: 192.168.0.0/16` 😂
There is no master0 in my scenario. The registry runs on master1, but `/registry` is not found in master1. Instead, I found a registry dir in the path `/var/lib/sealos/data/default/rootfs/registry`. Here...
Thanks all gays. Last question, what is the exact command to start the registry in another master node using `nerdctl`?
Thanks all. I will try and feed you back ASAP.
@paderlol 方便上传一个新的镜像到 docker hub 吗?当前的镜像还是存在问题。
I am facing a similar scenario. I think the logic is sensible despite order or creation timestamp: a. Priority: `exact` > `prefix` > `regex` b. The longer route would always...