Nature丿灵然
Nature丿灵然
When I switch up and down, the screen flashes
He can't report mistakes and Generate an empty file
类似这种 ```yaml containerRuntime: containerd: enable: true injectConfigPath: true registries: - 'https://ghcr.io' - 'http://192.168.1.1' ``` 其`/etc/containerd/certs.d/`生成的目录名字为http而不是192.168.1.1 应该是下面的命令未正确的提取http://之后的内容导致 ```shell domain=$(echo $registry | sed -e "s,http.://,," | sed "s,:.*,,") ``` 测试 ```shell registry=http://192.168.1.1...
## What did you do - How was the cluster created? ```shell k3d node create test -c https://10.60.41.217:43695 --role agent --token vifcTsPQvknhapMjMQIW --verbose ``` ## Screenshots or terminal output ```shell...
**Describe the problem** ios app can't connect when use mobile network  
- fix https://github.com/boz/kail/issues/167