-
Notifications
You must be signed in to change notification settings - Fork 50
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
have not scheduler.go #2
Comments
have not scheduler.go |
I am having this same issue. What do you mean when you say "Run the best price scheduler"? There is no scheduler.go and like @BlueYuQuan stated above it |
Try:
This builds the scheduler binary:
then run the scheduler (while
The nginx pod will be created and started. |
have not scheduler.go
go run bestprice.go
command-line-arguments
./bestprice.go:20: undefined: Node
./bestprice.go:22: undefined: Node
go run kubernetes.go
command-line-arguments
./kubernetes.go:39: undefined: Event
./kubernetes.go:70: undefined: NodeList
./kubernetes.go:71: undefined: NodeList
./kubernetes.go:97: undefined: Pod
./kubernetes.go:150: undefined: Pod
./kubernetes.go:187: undefined: PodList
./kubernetes.go:221: undefined: Node
./kubernetes.go:221: undefined: Pod
./kubernetes.go:311: undefined: Pod
./kubernetes.go:311: undefined: Node
./kubernetes.go:71: too many errors
go run main.go
command-line-arguments
./main.go:33: undefined: monitorUnscheduledPods
./main.go:36: undefined: reconcileUnscheduledPods
go run types.go
command-line-arguments
runtime.main: call to external function main.main
runtime.main: main.main: not defined
runtime.main: undefined: main.main
go run processor.go
command-line-arguments
./processor.go:42: undefined: watchUnscheduledPods
./processor.go:64: undefined: Pod
./processor.go:65: undefined: fit
./processor.go:72: undefined: bestPrice
./processor.go:76: undefined: bind
./processor.go:86: undefined: getUnscheduledPods
The text was updated successfully, but these errors were encountered: