mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-07 04:03:20 +00:00
Rename logging image to use google_containers
This commit is contained in:
@@ -12,7 +12,7 @@ desiredState:
|
||||
id: es-log-ingestion
|
||||
containers:
|
||||
- name: elasticsearch-logging
|
||||
image: gcr.io/google-containers/elasticsearch:1.0
|
||||
image: gcr.io/google_containers/elasticsearch:1.0
|
||||
ports:
|
||||
- name: es-port
|
||||
containerPort: 9200
|
||||
|
@@ -4,7 +4,7 @@ IMAGE = fluentd-elasticsearch
|
||||
TAG = 1.3
|
||||
|
||||
build:
|
||||
docker build -t gcr.io/google-containers/$(IMAGE):$(TAG) .
|
||||
docker build -t gcr.io/google_containers/$(IMAGE):$(TAG) .
|
||||
|
||||
push:
|
||||
gcloud preview docker push gcr.io/google-containers/$(IMAGE):$(TAG)
|
||||
gcloud preview docker push gcr.io/google_containers/$(IMAGE):$(TAG)
|
||||
|
@@ -12,7 +12,7 @@ desiredState:
|
||||
id: kibana-viewer
|
||||
containers:
|
||||
- name: kibana-logging
|
||||
image: gcr.io/google-containers/kibana:1.1
|
||||
image: gcr.io/google_containers/kibana:1.1
|
||||
ports:
|
||||
- name: kibana-port
|
||||
containerPort: 80
|
||||
|
Reference in New Issue
Block a user