Skip to content

Instantly share code, notes, and snippets.

@benbonnet
Created September 27, 2017 17:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benbonnet/cd84cff9e8337687b73901ef55339b82 to your computer and use it in GitHub Desktop.
Save benbonnet/cd84cff9e8337687b73901ef55339b82 to your computer and use it in GitHub Desktop.
panic: runtime error: index out of range
goroutine 1 [running]:
github.com/kubeless/kubeless/pkg/utils.GetReadyPod(0xc420771260, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/Users/travis/gopath/src/github.com/kubeless/kubeless/pkg/utils/k8sutil.go:459 +0x1c7
main.glob..func1(0x36b5340, 0xc42068b800, 0x1, 0x3)
/Users/travis/gopath/src/github.com/kubeless/kubeless/cmd/kubeless/call.go:113 +0x609
github.com/kubeless/kubeless/vendor/github.com/spf13/cobra.(*Command).execute(0x36b5340, 0xc42068b770, 0x3, 0x3, 0x36b5340, 0xc42068b770)
/Users/travis/gopath/src/github.com/kubeless/kubeless/vendor/github.com/spf13/cobra/command.go:603 +0x22b
github.com/kubeless/kubeless/vendor/github.com/spf13/cobra.(*Command).ExecuteC(0xc420475200, 0x36b6aa0, 0x36b7760, 0x36b5de0)
/Users/travis/gopath/src/github.com/kubeless/kubeless/vendor/github.com/spf13/cobra/command.go:689 +0x339
github.com/kubeless/kubeless/vendor/github.com/spf13/cobra.(*Command).Execute(0xc420475200, 0xc4200001a0, 0xc4200001a0)
/Users/travis/gopath/src/github.com/kubeless/kubeless/vendor/github.com/spf13/cobra/command.go:648 +0x2b
main.main()
/Users/travis/gopath/src/github.com/kubeless/kubeless/cmd/kubeless/kubeless.go:41 +0x2f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment