Skip to content

Commit

Permalink
Rename logging image to use google_containers
Browse files Browse the repository at this point in the history
  • Loading branch information
satnam6502 committed Mar 31, 2015
1 parent 08af9db commit 73a9ab2
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cluster/addons/fluentd-elasticsearch/es-controller.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cluster/saltbase/salt/fluentd-es/fluentd-es.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: v1beta2
id: fluentd-to-elasticsearch
containers:
- name: fluentd-es
image: gcr.io/google-containers/fluentd-elasticsearch:1.3
image: gcr.io/google_containers/fluentd-elasticsearch:1.3
env:
- name: FLUENTD_ARGS
value: -qq
Expand Down
4 changes: 2 additions & 2 deletions cluster/saltbase/salt/fluentd-gcp/fluentd-gcp.manifest
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: v1beta2
id: fluentd-to-gcp
containers:
- name: fluentd-gcp-container
image: gcr.io/google-containers/fluentd-gcp:1.2
- name: fluentd-gcp
image: gcr.io/google_containers/fluentd-gcp:1.2
volumeMounts:
- name: containers
mountPath: /var/lib/docker/containers
Expand Down
4 changes: 2 additions & 2 deletions contrib/logging/fluentd-gcp-image/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
TAG = 1.2

build:
docker build -t gcr.io/google-containers/fluentd-gcp:$(TAG) .
docker build -t gcr.io/google_containers/fluentd-gcp:$(TAG) .

push:
gcloud preview docker push gcr.io/google-containers/fluentd-gcp:$(TAG)
gcloud preview docker push gcr.io/google_containers/fluentd-gcp:$(TAG)

0 comments on commit 73a9ab2

Please sign in to comment.