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
7a449642
Unverified
Commit
7a449642
authored
Feb 26, 2019
by
Kubernetes Prow Robot
Committed by
GitHub
Feb 26, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #71252 from monotek/elasticsearch
updated elasticsearch to 6.6.1
parents
d262343a
9e2d9cfb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
8 deletions
+7
-8
Dockerfile
cluster/addons/fluentd-elasticsearch/es-image/Dockerfile
+1
-1
Makefile
cluster/addons/fluentd-elasticsearch/es-image/Makefile
+2
-3
es-statefulset.yaml
cluster/addons/fluentd-elasticsearch/es-statefulset.yaml
+4
-4
No files found.
cluster/addons/fluentd-elasticsearch/es-image/Dockerfile
View file @
7a449642
...
@@ -17,7 +17,7 @@ COPY elasticsearch_logging_discovery.go go.mod go.sum /
...
@@ -17,7 +17,7 @@ COPY elasticsearch_logging_discovery.go go.mod go.sum /
RUN
CGO_ENABLED
=
0
GOOS
=
linux
GO111MODULE
=
on go build
-a
-ldflags
"-w"
-o
/elasticsearch_logging_discovery /elasticsearch_logging_discovery.go
RUN
CGO_ENABLED
=
0
GOOS
=
linux
GO111MODULE
=
on go build
-a
-ldflags
"-w"
-o
/elasticsearch_logging_discovery /elasticsearch_logging_discovery.go
FROM
docker.elastic.co/elasticsearch/elasticsearch-oss:6.
3.2
FROM
docker.elastic.co/elasticsearch/elasticsearch-oss:6.
6.1
VOLUME
["/data"]
VOLUME
["/data"]
EXPOSE
9200 9300
EXPOSE
9200 9300
...
...
cluster/addons/fluentd-elasticsearch/es-image/Makefile
View file @
7a449642
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
PREFIX
=
gcr.io/fluentd-elasticsearch
PREFIX
=
gcr.io/fluentd-elasticsearch
IMAGE
=
elasticsearch
IMAGE
=
elasticsearch
TAG
=
v6.
3.0
TAG
=
v6.
6.1
build
:
build
:
gcloud builds submit
--tag
${
PREFIX
}
/
${
IMAGE
}
:
${
TAG
}
gcloud builds submit
--tag
${
PREFIX
}
/
${
IMAGE
}
:
${
TAG
}
\ No newline at end of file
cluster/addons/fluentd-elasticsearch/es-statefulset.yaml
View file @
7a449642
...
@@ -54,7 +54,7 @@ metadata:
...
@@ -54,7 +54,7 @@ metadata:
namespace
:
kube-system
namespace
:
kube-system
labels
:
labels
:
k8s-app
:
elasticsearch-logging
k8s-app
:
elasticsearch-logging
version
:
v6.
3.0
version
:
v6.
6.1
kubernetes.io/cluster-service
:
"
true"
kubernetes.io/cluster-service
:
"
true"
addonmanager.kubernetes.io/mode
:
Reconcile
addonmanager.kubernetes.io/mode
:
Reconcile
spec
:
spec
:
...
@@ -63,17 +63,17 @@ spec:
...
@@ -63,17 +63,17 @@ spec:
selector
:
selector
:
matchLabels
:
matchLabels
:
k8s-app
:
elasticsearch-logging
k8s-app
:
elasticsearch-logging
version
:
v6.
3.0
version
:
v6.
6.1
template
:
template
:
metadata
:
metadata
:
labels
:
labels
:
k8s-app
:
elasticsearch-logging
k8s-app
:
elasticsearch-logging
version
:
v6.
3.0
version
:
v6.
6.1
kubernetes.io/cluster-service
:
"
true"
kubernetes.io/cluster-service
:
"
true"
spec
:
spec
:
serviceAccountName
:
elasticsearch-logging
serviceAccountName
:
elasticsearch-logging
containers
:
containers
:
-
image
:
k8s.gcr.io/elasticsearch:v6.3.0
-
image
:
gcr.io/fluentd-elasticsearch/elasticsearch:v6.6.1
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