【资源配置】
【附件:截图/日志/监控】
[terror.go:300] [“unexpected error”] [error=“path "/docker/2e800829730d53f792c9ac0b32a64ff153094e9b7df0208d2bc9a14d31f4526b" is not a descendant of mount point root "/docker/2e800829730d53f792c9ac0b32a64ff153094e9b7df0208d2bc9a14d31f4526b/kubelet" and cannot be exposed from "/sys/fs/cgroup/rdma/kubelet"”] [stack=“github.com/pingcap/tidb/parser/terror.MustNil\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/tidb/parser/terror/terror.go:300\nmain.setGlobalVars\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/tidb/tidb-server/main.go:615\nmain.main\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/tidb/tidb-server/main.go:208\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:250”] [stack=“github.com/pingcap/tidb/parser/terror.MustNil\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/tidb/parser/terror/terror.go:300\nmain.setGlobalVars\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/tidb/tidb-server/main.go:615\nmain.main\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/tidb/tidb-server/main.go:208\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:250”]
Normal Scheduled 12h default-scheduler Successfully assigned tidb-cluster/basic-tidb-0 to kind-control-plane
Normal Pulled 12h kubelet Container image “alpine:3.16.0” already present on machine
Normal Created 12h kubelet Created container slowlog
Normal Started 12h kubelet Started container slowlog
Normal Pulled 12h (x2 over 12h) kubelet Container image “uhub.service.ucloud.cn/pingcap/tidb:v6.5.0” already present on machine
Normal Created 12h (x2 over 12h) kubelet Created container tidb
Normal Started 12h (x2 over 12h) kubelet Started container tidb
Warning BackOff 12h (x3 over 12h) kubelet Back-off restarting failed container
Normal SandboxChanged 12h kubelet Pod sandbox changed, it will be killed and re-created.
Normal Pulled 12h kubelet Container image “alpine:3.16.0” already present on machine
Normal Created 12h kubelet Created container slowlog
Normal Started 12h kubelet Started container slowlog
Normal Pulled 12h (x3 over 12h) kubelet Container image “uhub.service.ucloud.cn/pingcap/tidb:v6.5.0” already present on machine
Normal Created 12h (x3 over 12h) kubelet Created container tidb
Normal Started 12h (x3 over 12h) kubelet Started container tidb
Warning BackOff 12h (x6 over 12h) kubelet Back-off restarting failed container
Normal SandboxChanged 40m kubelet Pod sandbox changed, it will be killed and re-created.
Normal Pulled 40m kubelet Container image “alpine:3.16.0” already present on machine
Normal Created 40m kubelet Created container slowlog
Normal Started 40m kubelet Started container slowlog
Normal Pulled 39m (x4 over 40m) kubelet Container image “uhub.service.ucloud.cn/pingcap/tidb:v6.5.0” already present on machine
Normal Created 39m (x4 over 40m) kubelet Created container tidb
Normal Started 39m (x4 over 40m) kubelet Started container tidb
Warning BackOff 16s (x185 over 40m) kubelet Back-off restarting failed container
root@ubuntu:/home/cxd#
这样可以证明吗?
root@ubuntu:/home/cxd# docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
hello-world latest feb5d9fea6a5 19 months ago 13.3kB
kindest/node 094599011731 2 years ago 1.17GB
root@ubuntu:/home/cxd# docker run hello-world
Hello from Docker!
This message shows that your installation appears to be working correctly.
To generate this message, Docker took the following steps:
The Docker client contacted the Docker daemon.
The Docker daemon pulled the “hello-world” image from the Docker Hub.
(amd64)
The Docker daemon created a new container from that image which runs the
executable that produces the output you are currently reading.
The Docker daemon streamed that output to the Docker client, which sent it
to your terminal.
To try something more ambitious, you can run an Ubuntu container with:
$ docker run -it ubuntu bash