File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,7 @@ all: push
3
3
# See pod.yaml for the version currently running-- bump this ahead before rebuilding!
4
4
TAG = 0.1
5
5
6
- # TODO(random-liu): Change the project to google_containers.
7
- PROJ = google.com/noogler-kubernetes
6
+ PROJ = google_containers
8
7
9
8
node-problem-detector : node_problem_detector.go
10
9
CGO_ENABLED=0 GOOS=linux godep go build -a -installsuffix cgo -ldflags ' -w' -o node-problem-detector
Original file line number Diff line number Diff line change 14
14
command :
15
15
- /node-problem-detector
16
16
- --kernel-monitor=/config/kernel-monitor.json
17
- image : gcr.io/google.com/noogler-kubernetes /node-problem-detector:0.1
17
+ image : gcr.io/google_containers /node-problem-detector:0.1
18
18
imagePullPolicy : Always
19
19
env :
20
20
# Config the host ip and port of apiserver.
You can’t perform that action at this time.
0 commit comments