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
2f0b9304
Unverified
Commit
2f0b9304
authored
Nov 09, 2017
by
Tim Allclair
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove SSL cert volumes from heapster addons
parent
cd720c47
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
56 deletions
+0
-56
heapster-controller.yaml
...addons/cluster-monitoring/google/heapster-controller.yaml
+0
-21
heapster-controller-combined.yaml
...nitoring/googleinfluxdb/heapster-controller-combined.yaml
+0
-21
heapster-controller.yaml
...s/cluster-monitoring/stackdriver/heapster-controller.yaml
+0
-14
No files found.
cluster/addons/cluster-monitoring/google/heapster-controller.yaml
View file @
2f0b9304
...
...
@@ -58,26 +58,12 @@ spec:
-
/heapster
-
--source=kubernetes.summary_api:''
-
--sink=gcm
volumeMounts
:
-
name
:
ssl-certs
mountPath
:
/etc/ssl/certs
readOnly
:
true
-
name
:
usr-ca-certs
mountPath
:
/usr/share/ca-certificates
readOnly
:
true
-
image
:
gcr.io/google_containers/heapster-amd64:v1.5.0-beta.0
name
:
eventer
command
:
-
/eventer
-
--source=kubernetes:''
-
--sink=gcl
volumeMounts
:
-
name
:
ssl-certs
mountPath
:
/etc/ssl/certs
readOnly
:
true
-
name
:
usr-ca-certs
mountPath
:
/usr/share/ca-certificates
readOnly
:
true
-
image
:
gcr.io/google_containers/addon-resizer:1.7
name
:
heapster-nanny
resources
:
...
...
@@ -136,13 +122,6 @@ spec:
-
--container=eventer
-
--poll-period=300000
-
--estimator=exponential
volumes
:
-
name
:
ssl-certs
hostPath
:
path
:
"
/etc/ssl/certs"
-
name
:
usr-ca-certs
hostPath
:
path
:
"
/usr/share/ca-certificates"
serviceAccountName
:
heapster
tolerations
:
-
key
:
"
CriticalAddonsOnly"
...
...
cluster/addons/cluster-monitoring/googleinfluxdb/heapster-controller-combined.yaml
View file @
2f0b9304
...
...
@@ -59,26 +59,12 @@ spec:
-
--source=kubernetes.summary_api:''
-
--sink=influxdb:http://monitoring-influxdb:8086
-
--sink=gcm:?metrics=autoscaling
volumeMounts
:
-
name
:
ssl-certs
mountPath
:
/etc/ssl/certs
readOnly
:
true
-
name
:
usr-ca-certs
mountPath
:
/usr/share/ca-certificates
readOnly
:
true
-
image
:
gcr.io/google_containers/heapster-amd64:v1.5.0-beta.0
name
:
eventer
command
:
-
/eventer
-
--source=kubernetes:''
-
--sink=gcl
volumeMounts
:
-
name
:
ssl-certs
mountPath
:
/etc/ssl/certs
readOnly
:
true
-
name
:
usr-ca-certs
mountPath
:
/usr/share/ca-certificates
readOnly
:
true
-
image
:
gcr.io/google_containers/addon-resizer:1.7
name
:
heapster-nanny
resources
:
...
...
@@ -137,13 +123,6 @@ spec:
-
--container=eventer
-
--poll-period=300000
-
--estimator=exponential
volumes
:
-
name
:
ssl-certs
hostPath
:
path
:
"
/etc/ssl/certs"
-
name
:
usr-ca-certs
hostPath
:
path
:
"
/usr/share/ca-certificates"
serviceAccountName
:
heapster
tolerations
:
-
key
:
"
CriticalAddonsOnly"
...
...
cluster/addons/cluster-monitoring/stackdriver/heapster-controller.yaml
View file @
2f0b9304
...
...
@@ -56,13 +56,6 @@ spec:
-
/heapster
-
--source=kubernetes.summary_api:''
-
--sink=stackdriver:?cluster_name={{ cluster_name }}&min_interval_sec=100&batch_export_timeout_sec=110
volumeMounts
:
-
name
:
ssl-certs
mountPath
:
/etc/ssl/certs
readOnly
:
true
-
name
:
usr-ca-certs
mountPath
:
/usr/share/ca-certificates
readOnly
:
true
# BEGIN_PROMETHEUS_TO_SD
-
name
:
prom-to-sd
image
:
gcr.io/google-containers/prometheus-to-sd:v0.2.2
...
...
@@ -112,13 +105,6 @@ spec:
-
--container=heapster
-
--poll-period=300000
-
--estimator=exponential
volumes
:
-
name
:
ssl-certs
hostPath
:
path
:
"
/etc/ssl/certs"
-
name
:
usr-ca-certs
hostPath
:
path
:
"
/usr/share/ca-certificates"
serviceAccountName
:
heapster
tolerations
:
-
key
:
"
CriticalAddonsOnly"
...
...
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