-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
recipe for target 'cloudcore' failed #1288
Comments
maybe you can use go version 1.12, and try again |
Yes, i try using the 1.12 go version. Same issues occurred bellow mentioned. root@RPCHW002:/src/github.com/kubeedge/kubeedge# make all WHAT=cloudcore Thanks In advance. |
hey @kubeedge-bot what is the problem in this execute the make root@kube-master:/src/github.com/kubeedge/kubeedge# make all WHAT=cloudcore this instruction follow. Prerequisites you can also run other runtime, such as containerd Install kubeadm/kubectl on cloud side Creating kubernetes cluster with kubeadm on cloud side Go The minimum required go version is 1.12. You can install this version by using this website. Install mosquitto on every edge side Please share what are the criteria to full fill the make code successfully. Thanks in advance. |
Hello Team
Please Guide us to when i execute command "make all WHAT=cloudcore" get the error.
root@RPCHW002:/src/github.com/kubeedge/kubeedge# make all WHAT=cloudcore
cd cloud && make cloudcore
make[1]: Entering directory '/src/github.com/kubeedge/kubeedge/cloud'
bash ../hack/verify-golang.sh
go detail version: go version go1.13.4 linux/amd64
go version: 1.13.4
go build -ldflags '-X github.com/kubeedge/kubeedge/pkg/version.buildDate=2019-11-27T09:18:41Z -X github.com/kubeedge/kubeedge/pkg/version.gitCommit=e9bbff005d607cb2ef84b9496ba977dac37dca99 -X github.com/kubeedge/kubeedge/pkg/version.gitTreeState=clean -X github.com/kubeedge/kubeedge/pkg/version.gitVersion=v1.1.0-beta.0.247+e9bbff005d607c -X github.com/kubeedge/kubeedge/pkg/version.gitMajor=1 -X github.com/kubeedge/kubeedge/pkg/version.gitMinor=1+' cmd/cloudcore/cloudcore.go
go: k8s.io/apimachinery@v0.0.0-20190612165923-1799e75a0719: invalid pseudo-version: does not match version-control timestamp (2019-06-12T20:58:21Z)
Makefile:11: recipe for target 'cloudcore' failed
make[1]: *** [cloudcore] Error 1
make[1]: Leaving directory '/src/github.com/kubeedge/kubeedge/cloud'
Makefile:12: recipe for target 'all' failed
make: *** [all] Error 2
Thanks In Advance.
The text was updated successfully, but these errors were encountered: