CentOS 7 上的 Chaos-mesh 安装

CentOS 7 上的 Chaos-mesh 安装

我正在尝试在我的 CentOS 7 机器上安装 Chaos-mesh,但遇到了一些困难:

2022-11-25T14:53:30.795Z    ERROR   chaos-daemon.daemon-server  chaos-daemon/main.go:94 build chaos-daemon server   
{
    "error": "create daemon server: failed to dial \"/host-run/containerd.sock\": context deadline exceeded: connection error: desc = \"transport: error while dialing: dial unix:///host-run/containerd.sock: timeout\"",
    "errorVerbose": "failed to dial \"/host-run/containerd.sock\": context deadline exceeded: connection error: desc = \"transport: error while dialing: dial unix:///host-run/containerd.sock: timeout\"\ncreate daemon server\ngithub.com/chaos-mesh/chaos-mesh/pkg/chaosdaemon.BuildServer\n\t/home/runner/work/chaos-mesh/chaos-mesh/pkg/chaosdaemon/server.go:213\nmain.main\n\t/home/runner/work/chaos-mesh/chaos-mesh/cmd/chaos-daemon/main.go:92\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:250\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1594"
}

你能帮我指出我做错了什么吗?

我使用:k3s版本v1.25.3+k3s1(f2585c16)Docker版本20.10.12,构建e91ed57

k3s 服务器使用--dockerflag 和--write-kubeconfig-mode=644

我使用以下命令安装 Chaos-mesh:

curl -sSL https://mirrors.chaos-mesh.org/latest/install.sh | bash -s -- --k3s

相关内容