You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: kube/controllers/hpa/README.md
-12Lines changed: 0 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -4,18 +4,6 @@
4
4
5
5
> Clone this repository and install metrics server. Please do note that this setup is good for dev/qa environment. A lot of considerations must be put while installing metrics server in production environment. The official metrics-server repository is kept at https://github.com/kubernetes-incubator/metrics-server and we are using the same repo with few changes.
6
6
7
-
> The file `metrics-server-deployment.yaml` is edited with the below statements -
8
-
9
-
~~~
10
-
command:
11
-
- /metrics-server
12
-
- --kubelet-insecure-tls
13
-
- --kubelet-preferred-address-types=InternalIP
14
-
15
-
~~~
16
-
17
-
> The above command has the flag `--kubelet-insecure-tls` set which ignores strict check of kubelet certificates. In production you will definitely have a single CA private key that will be used to sign all kubelets. Please check the official metrics server documentation on other flags.
0 commit comments