Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
e04773a4
Commit
e04773a4
authored
Oct 03, 2017
by
Arve Knudsen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fluentd-elasticsearch add-on: Rename Elasticsearch Docker image tag
parent
566364da
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Makefile
cluster/addons/fluentd-elasticsearch/es-image/Makefile
+1
-1
es-statefulset.yaml
cluster/addons/fluentd-elasticsearch/es-statefulset.yaml
+1
-1
No files found.
cluster/addons/fluentd-elasticsearch/es-image/Makefile
View file @
e04773a4
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
PREFIX
=
gcr.io/google-containers
PREFIX
=
gcr.io/google-containers
IMAGE
=
elasticsearch
IMAGE
=
elasticsearch
TAG
=
v5.6.2
-1
TAG
=
v5.6.2
build
:
build
:
docker build
--pull
-t
$(PREFIX)
/
$(IMAGE)
:
$(TAG)
.
docker build
--pull
-t
$(PREFIX)
/
$(IMAGE)
:
$(TAG)
.
...
...
cluster/addons/fluentd-elasticsearch/es-statefulset.yaml
View file @
e04773a4
...
@@ -73,7 +73,7 @@ spec:
...
@@ -73,7 +73,7 @@ spec:
spec
:
spec
:
serviceAccountName
:
elasticsearch-logging
serviceAccountName
:
elasticsearch-logging
containers
:
containers
:
-
image
:
gcr.io/google-containers/elasticsearch:v5.6.2
-1
-
image
:
gcr.io/google-containers/elasticsearch:v5.6.2
name
:
elasticsearch-logging
name
:
elasticsearch-logging
resources
:
resources
:
# need more cpu upon initialization, therefore burstable class
# need more cpu upon initialization, therefore burstable class
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment