Skip to content

Commit

Permalink
Fix: x509: certificate signed by unknown authority
Browse files Browse the repository at this point in the history
See: kubernetes-sigs/metrics-server#146

Signed-off-by: Nicolas Lamirault <[email protected]>
  • Loading branch information
nlamirault committed Mar 24, 2019
1 parent 7da963d commit db406f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions k8s/metrics-server/metrics-server-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ spec:
- name: metrics-server
image: k8s.gcr.io/metrics-server-arm64:v0.3.1
imagePullPolicy: Always
command:
- /metrics-server
- --kubelet-insecure-tls
volumeMounts:
- name: tmp-dir
mountPath: /tmp
Expand Down

0 comments on commit db406f0

Please sign in to comment.