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
92c7feaf
Commit
92c7feaf
authored
Aug 29, 2016
by
mksalawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add liveness probe in controller configurations.
parent
84ad23d5
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
28 additions
and
0 deletions
+28
-0
heapster-controller.yaml
...addons/cluster-monitoring/google/heapster-controller.yaml
+7
-0
heapster-controller-combined.yaml
...nitoring/googleinfluxdb/heapster-controller-combined.yaml
+7
-0
heapster-controller.yaml
...dons/cluster-monitoring/influxdb/heapster-controller.yaml
+7
-0
heapster-controller.yaml
...ns/cluster-monitoring/standalone/heapster-controller.yaml
+7
-0
No files found.
cluster/addons/cluster-monitoring/google/heapster-controller.yaml
View file @
92c7feaf
...
@@ -44,6 +44,13 @@ spec:
...
@@ -44,6 +44,13 @@ spec:
containers
:
containers
:
-
image
:
gcr.io/google_containers/heapster:v1.2.0-beta.2
-
image
:
gcr.io/google_containers/heapster:v1.2.0-beta.2
name
:
heapster
name
:
heapster
livenessProbe
:
httpGet
:
path
:
/healthz
port
:
8080
scheme
:
HTTP
initialDelaySeconds
:
180
timeoutSeconds
:
5
resources
:
resources
:
# keep request = limit to keep this container in guaranteed class
# keep request = limit to keep this container in guaranteed class
limits
:
limits
:
...
...
cluster/addons/cluster-monitoring/googleinfluxdb/heapster-controller-combined.yaml
View file @
92c7feaf
...
@@ -44,6 +44,13 @@ spec:
...
@@ -44,6 +44,13 @@ spec:
containers
:
containers
:
-
image
:
gcr.io/google_containers/heapster:v1.2.0-beta.2
-
image
:
gcr.io/google_containers/heapster:v1.2.0-beta.2
name
:
heapster
name
:
heapster
livenessProbe
:
httpGet
:
path
:
/healthz
port
:
8080
scheme
:
HTTP
initialDelaySeconds
:
180
timeoutSeconds
:
5
resources
:
resources
:
# keep request = limit to keep this container in guaranteed class
# keep request = limit to keep this container in guaranteed class
limits
:
limits
:
...
...
cluster/addons/cluster-monitoring/influxdb/heapster-controller.yaml
View file @
92c7feaf
...
@@ -44,6 +44,13 @@ spec:
...
@@ -44,6 +44,13 @@ spec:
containers
:
containers
:
-
image
:
gcr.io/google_containers/heapster:v1.2.0-beta.2
-
image
:
gcr.io/google_containers/heapster:v1.2.0-beta.2
name
:
heapster
name
:
heapster
livenessProbe
:
httpGet
:
path
:
/healthz
port
:
8080
scheme
:
HTTP
initialDelaySeconds
:
180
timeoutSeconds
:
5
resources
:
resources
:
# keep request = limit to keep this container in guaranteed class
# keep request = limit to keep this container in guaranteed class
limits
:
limits
:
...
...
cluster/addons/cluster-monitoring/standalone/heapster-controller.yaml
View file @
92c7feaf
...
@@ -40,6 +40,13 @@ spec:
...
@@ -40,6 +40,13 @@ spec:
containers
:
containers
:
-
image
:
gcr.io/google_containers/heapster:v1.2.0-beta.2
-
image
:
gcr.io/google_containers/heapster:v1.2.0-beta.2
name
:
heapster
name
:
heapster
livenessProbe
:
httpGet
:
path
:
/healthz
port
:
8080
scheme
:
HTTP
initialDelaySeconds
:
180
timeoutSeconds
:
5
resources
:
resources
:
# keep request = limit to keep this container in guaranteed class
# keep request = limit to keep this container in guaranteed class
limits
:
limits
:
...
...
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