Skip to content

Commit c405bb8

Browse files
committed
Change gcr project to official google_containers
1 parent 32d7acc commit c405bb8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ all: push
33
# See pod.yaml for the version currently running-- bump this ahead before rebuilding!
44
TAG = 0.1
55

6-
# TODO(random-liu): Change the project to google_containers.
7-
PROJ = google.com/noogler-kubernetes
6+
PROJ = google_containers
87

98
node-problem-detector: node_problem_detector.go
109
CGO_ENABLED=0 GOOS=linux godep go build -a -installsuffix cgo -ldflags '-w' -o node-problem-detector

node-problem-detector.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
command:
1515
- /node-problem-detector
1616
- --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
1818
imagePullPolicy: Always
1919
env:
2020
# Config the host ip and port of apiserver.

0 commit comments

Comments
 (0)