Created
August 4, 2014 20:32
-
-
Save orospakr/fbbbdd23fa6dfcb1180a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[~/code/others/kubernetes]$ rm -rf output | |
[~/code/others/kubernetes]$ go version | |
go version go1.3 linux/amd64 | |
[~/code/others/kubernetes]$ git show-ref | |
f36d2a7ebdcad77532db7e8d45962dedee531363 refs/heads/master | |
[~/code/others/kubernetes]$ ./hack/build-go.sh | |
# github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet | |
output/go/src/github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet/kubelet.go:292: cannot use int64(container.Memory) (type int64) as type uint64 in field value | |
output/go/src/github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet/kubelet.go:558: unknown info.ContainerInfoRequest field 'MemoryUsagePercentiles' in struct literal |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment