Skip to content

Commit 41c1253

Browse files
author
lerndevops
authored
Update README.md
1 parent cf19173 commit 41c1253

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

kube/controllers/hpa/README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,6 @@
44

55
> 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.
66
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.
18-
197
> Install the metrics server
208
219
` cd metrics-server`

0 commit comments

Comments
 (0)