mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-08-19 04:06:24 +00:00
Change gcr project to official google_containers
This commit is contained in:
@@ -3,8 +3,7 @@ all: push
|
||||
# See pod.yaml for the version currently running-- bump this ahead before rebuilding!
|
||||
TAG = 0.1
|
||||
|
||||
# TODO(random-liu): Change the project to google_containers.
|
||||
PROJ = google.com/noogler-kubernetes
|
||||
PROJ = google_containers
|
||||
|
||||
node-problem-detector: node_problem_detector.go
|
||||
CGO_ENABLED=0 GOOS=linux godep go build -a -installsuffix cgo -ldflags '-w' -o node-problem-detector
|
||||
|
||||
@@ -14,7 +14,7 @@ spec:
|
||||
command:
|
||||
- /node-problem-detector
|
||||
- --kernel-monitor=/config/kernel-monitor.json
|
||||
image: gcr.io/google.com/noogler-kubernetes/node-problem-detector:0.1
|
||||
image: gcr.io/google_containers/node-problem-detector:0.1
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
# Config the host ip and port of apiserver.
|
||||
|
||||
Reference in New Issue
Block a user