小饭

Results 9 comments of 小饭

> Just curious did you check if `mongodb` with its volume(s) already active/provisioned and ready to accept connections? Also, was this one off or it prevents successful completion of StackStorm...

> I do not have access to `1.19` kubernetes to be able to verify this. But could you please verify the `service` has the headless service created and configured correctly....

> Nothing. See some discussion here: #1369 > > What's your use case? > > Also to be clear these are used to create the "nodes". KIND runs the Kubernetes...

> Currently: No. Why wouldn't you be able to install docker or podman in the VM? docker and podman can be installed. Would you like to ask if you consider...

@wherka-ama The following is the content of config.yaml ```yaml ➜ yaml cat config.yml kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 networking: disableDefaultCNI: true podSubnet: "192.168.0.0/16" serviceSubnet: "10.0.0.0/20" kubeProxyMode: "ipvs" nodes: - role: control-plane...

Using podman compose, create containers normally ```shell ➜ podman-compose up -d ['podman', '--version', ''] using podman version: 4.1.1 ** excluding: set() ['podman', 'network', 'exists', 'sealer_default'] ['podman', 'network', 'create', '--label', 'io.podman.compose.project=sealer',...

Using the default Waitress will prompt the above error, but Flask or Gunircorn can start the http api normally.

> 我这里没发现这个问题 目前在阿里云ECS上执行,会经常提示这种错误... 上传的文件名格式如下: ``` Cryptomator/Video/d/22/Z5562UZLBYWEO65QJDENH7QKGOOBM2/DFqoeneK7tzUU56WYcWrVRtLk3jl69YKZg==.c9r ``` ``` [root@iZwz94hsii4laqng3t4ebzZ 115]# ./fake115uploader -a -m -r ./stats/ -recursive ./Cryptomator 2024/01/22 15:06:08 上传文件夹 Cryptomator 出现错误:createDir() error: postFormJSON() error: cannot parse JSON: cannot parse...

> 再次上传能不能成功? 也不行(上传大量的小文件),测试发现,本地电脑上传同样的文件没有出现此问题,只有在阿里云ECS上使用阿里云内网上传会出现上述问题. 出现上述问题后,浏览器使用DeveloperTools查看115请求信息是405,被禁止了,过一段时间好了。 感觉是上传过快,可能会被阻止暂时访问,导致任务失败。