adamant-kite-43734
03/21/2024, 6:50 AMrapid-eye-50641
03/21/2024, 4:26 PMdocker images
, docker run
etc work?wide-mechanic-33041
03/22/2024, 5:58 PMhundreds-application-47252
03/25/2024, 3:28 PMdocker run --rm -it --name kind-control-plane --privileged kindest/node:v1.27.3
kill this:
docker stop kind-control-plane
Then run:
kind create cluster
Maybe the first command generate some files on the host that needed for kind works.hundreds-application-47252
03/25/2024, 3:40 PMhundreds-application-47252
03/25/2024, 3:47 PMLAST SEEN TYPE REASON OBJECT MESSAGE
52s Normal Starting node/kind-control-plane Starting kubelet.
52s Normal NodeAllocatableEnforced node/kind-control-plane Updated Node Allocatable limit across pods
52s Normal NodeHasSufficientMemory node/kind-control-plane Node kind-control-plane status is now: NodeHasSufficientMemory
52s Normal NodeHasNoDiskPressure node/kind-control-plane Node kind-control-plane status is now: NodeHasNoDiskPressure
52s Normal NodeHasSufficientPID node/kind-control-plane Node kind-control-plane status is now: NodeHasSufficientPID
38s Normal RegisteredNode node/kind-control-plane Node kind-control-plane event: Registered Node kind-control-plane in Controller
36s Normal Starting node/kind-control-plane
35s Normal NodeReady node/kind-control-plane Node kind-control-plane status is now: NodeReady
20s Normal Scheduled pod/test Successfully assigned default/test to kind-control-plane
19s Normal Pulling pod/test Pulling image "ubuntu:22.04"
0s Warning Failed pod/test Failed to pull image "ubuntu:22.04": rpc error: code = Unknown desc = failed to pull and unpack image "<http://docker.io/library/ubuntu:22.04|docker.io/library/ubuntu:22.04>": failed to resolve reference "<http://docker.io/library/ubuntu:22.04|docker.io/library/ubuntu:22.04>": failed to do request: Head "<https://registry-1.docker.io/v2/library/ubuntu/manifests/22.04>": dial tcp: lookup <http://registry-1.docker.io|registry-1.docker.io> on 192.168.5.2:53: read udp 172.18.0.2:40849->192.168.5.2:53: i/o timeout
0s Warning Failed pod/test Error: ErrImagePull
0s Normal BackOff pod/test Back-off pulling image "ubuntu:22.04"
0s Warning Failed pod/test Error: ImagePullBackOff
hundreds-application-47252
03/25/2024, 3:49 PMkind load docker-image ubuntu:22.04
bright-television-32693
03/26/2024, 4:48 AMrich-artist-39139
04/14/2024, 1:08 AMapt-get update
, it just hangs.wide-mechanic-33041
04/15/2024, 12:36 PMrich-artist-39139
04/15/2024, 10:10 PMwide-mechanic-33041
04/16/2024, 11:43 AM