You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While pulling the "kubeedge/node:latest" image the command-prompt shows "ERROR: failed to create kubeedge cluster: failed to create k8s cluster: failed to pull image "kubeedge/node:latest": command "docker pull kubeedge/node:latest" failed with error: exit status 1"
What did you expect to happen?
To download and create a kubeedge cluster
How can we reproduce it (as minimally and precisely as possible)?
by using the following command : keink create kubeedge --image kubeedge/node:latest
Anything else we need to know?
No response
What browsers are you seeing the problem on?
No response
KubeEdge Dashboard version
none
KubeEdge version
latest
Dev environment
No response
The text was updated successfully, but these errors were encountered:
We need to put KubeEdge codes to $GOPATH/github.com/kubeedge/kubeedge. And we need to ensure them checkout to the right release branch. For example, we can run the command like git checkout v1.11.1 to checkout the right release branch.
When running bin/keink build edge-image command to build kubeedge/node image
What happened?
While pulling the "kubeedge/node:latest" image the command-prompt shows "ERROR: failed to create kubeedge cluster: failed to create k8s cluster: failed to pull image "kubeedge/node:latest": command "docker pull kubeedge/node:latest" failed with error: exit status 1"
What did you expect to happen?
To download and create a kubeedge cluster
How can we reproduce it (as minimally and precisely as possible)?
by using the following command : keink create kubeedge --image kubeedge/node:latest
Anything else we need to know?
No response
What browsers are you seeing the problem on?
No response
KubeEdge Dashboard version
none
KubeEdge version
latest
Dev environment
No response
The text was updated successfully, but these errors were encountered: