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
e37e2580
Commit
e37e2580
authored
Dec 15, 2014
by
bgrant0607
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2921 from satnam6502/fluentd-ek-colo
Fix error in Fluenetd->ES colo pod definition
parents
203f8a89
49d5a0e2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
Makefile
contrib/logging/fluentd-ek-colo/Makefile
+3
-3
es-kibana-pod.yml
contrib/logging/fluentd-ek-colo/es-kibana-pod.yml
+4
-4
es-service.yml
contrib/logging/fluentd-ek-colo/es-service.yml
+1
-1
No files found.
contrib/logging/fluentd-ek-colo/Makefile
View file @
e37e2580
...
@@ -9,14 +9,14 @@ down: logger-down es-kibana-down
...
@@ -9,14 +9,14 @@ down: logger-down es-kibana-down
es-kibana-up
:
es-kibana-up
:
-
${
KUBECTL
}
create
-f
es-kibana-pod.yml
-
${
KUBECTL
}
create
-f
es-service.yml
-
${
KUBECTL
}
create
-f
es-service.yml
-
${
KUBECTL
}
create
-f
es-kibana-pod.yml
-
${
KUBECTL
}
create
-f
kibana-service.yml
-
${
KUBECTL
}
create
-f
kibana-service.yml
es-kibana-down
:
es-kibana-down
:
-
${
KUBECTL
}
delete pods elasticsearch-kibana-pod
-
${
KUBECTL
}
delete pods elasticsearch-kibana-pod
-
${
KUBECTL
}
delete service kibana-colo
-
${
KUBECTL
}
delete service kibana-colo
-
${
KUBECTL
}
delete service elasticsearch
-colo
-
${
KUBECTL
}
delete service elasticsearch
update
:
update
:
-
${
KUBECTL
}
delete pods elasticsearch-kibana-pod
-
${
KUBECTL
}
delete pods elasticsearch-kibana-pod
...
@@ -33,7 +33,7 @@ get:
...
@@ -33,7 +33,7 @@ get:
${
KUBECTL
}
get services
${
KUBECTL
}
get services
net
:
net
:
gcutil getforwardingrule elasticsearch
-colo
gcutil getforwardingrule elasticsearch
gcutil getforwardingrule kibana-colo
gcutil getforwardingrule kibana-colo
firewall
:
firewall
:
...
...
contrib/logging/fluentd-ek-colo/es-kibana-pod.yml
View file @
e37e2580
...
@@ -16,14 +16,14 @@ desiredState:
...
@@ -16,14 +16,14 @@ desiredState:
volumeMounts
:
volumeMounts
:
-
name
:
es-persistent-storage
-
name
:
es-persistent-storage
mountPath
:
/data
mountPath
:
/data
volumes
:
-
name
:
es-persistent-storage
source
:
emptyDir
:
{}
-
name
:
kibana-image
-
name
:
kibana-image
image
:
kubernetes/kibana
image
:
kubernetes/kibana
ports
:
ports
:
-
name
:
kibana-port
-
name
:
kibana-port
containerPort
:
80
containerPort
:
80
volumes
:
-
name
:
es-persistent-storage
source
:
emptyDir
:
{}
labels
:
labels
:
app
:
elasticsearch-kibana
app
:
elasticsearch-kibana
contrib/logging/fluentd-ek-colo/es-service.yml
View file @
e37e2580
apiVersion
:
v1beta1
apiVersion
:
v1beta1
kind
:
Service
kind
:
Service
id
:
elasticsearch
-colo
id
:
elasticsearch
containerPort
:
es-port
containerPort
:
es-port
port
:
9200
port
:
9200
selector
:
selector
:
...
...
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