Skip to content

Commit

Permalink
Clarifies issues kelseyhightower#2 and kelseyhightower#4
Browse files Browse the repository at this point in the history
  • Loading branch information
ksaur committed Mar 24, 2022
1 parent f0eab5d commit 9dea71d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,17 @@ NAME READY STATUS RESTARTS AGE
nginx-1431970305-mwghf 0/1 Pending 0 27s
```

### Build the Scheduler
```
sh ./build
```

### Run the Scheduler

List the nodes and note the price of each node.

```
annotator -l
go run annotator/main.go -l
```
```
gke-k0-default-pool-728d327f-00lq 0.80
Expand Down

0 comments on commit 9dea71d

Please sign in to comment.