Enable webhook authorization/authentication for metrics server
Allow insecure TLS because without it getting an error
error while getting metrics summary from Kubelet arm-master-1(<private-ip>:10250): Get https://<private-ip>:10250/stats/summary/: x509: cannot validate certificate for <private-ip> because it doesn't contain any IP SANs
A longer term solution will be resolution of the error above and remove insecure=true
What does this commit/MR/PR do?
kubectl top nodes
error while getting metrics summary from Kubelet arm-master-1(<private-ip>:10250): Get https://<private-ip>:10250/stats/summary/: x509: cannot validate certificate for <private-ip> because it doesn't contain any IP SANs
Why is this commit/MR/PR needed?
kubernetes-incubator/metrics-server/issues/133