Skip to content

Commit

Permalink
metrics-server v0.3.1 (#849)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakolehm committed Nov 28, 2018
1 parent 1472dd3 commit f32914c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/pharos/phases/configure_metrics.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module Phases
class ConfigureMetrics < Pharos::Phase
title "Configure metrics"

METRICS_SERVER_VERSION = '0.2.1'
METRICS_SERVER_VERSION = '0.3.1'

register_component(
name: 'metrics-server', version: METRICS_SERVER_VERSION, license: 'Apache License 2.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ spec:
imagePullPolicy: IfNotPresent
command:
- /metrics-server
- --source=kubernetes.summary_api:https://kubernetes.default.svc?useServiceAccount=true&kubeletHttps=true&kubeletPort=10250&insecure=true
- --kubelet-insecure-tls=true
- --logtostderr=true
- --kubelet-preferred-address-types=InternalIP
resources:
requests:
cpu: 10m
Expand Down

0 comments on commit f32914c

Please sign in to comment.