Skip to content

Commit f9e2dbb

Browse files
authored
Delete insecure external link. (#19567)
* Delete insecure external link. Delete insecure external link. The website hasn't an HTTPS version. Also, the project (https://github.com/kubernetes-retired/contrib/tree/master/node-perf-dash) will be archived 2 years ago. * Update reserve-compute-resources.md * Remove link to blog for the same reason.
1 parent 16ff8f5 commit f9e2dbb

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

content/en/docs/tasks/administer-cluster/reserve-compute-resources.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,7 @@ be configured to use the `systemd` cgroup driver.
9494
`kube-reserved` is meant to capture resource reservation for kubernetes system
9595
daemons like the `kubelet`, `container runtime`, `node problem detector`, etc.
9696
It is not meant to reserve resources for system daemons that are run as pods.
97-
`kube-reserved` is typically a function of `pod density` on the nodes. [This
98-
performance dashboard](http://node-perf-dash.k8s.io/#/builds) exposes `cpu` and
99-
`memory` usage profiles of `kubelet` and `docker engine` at multiple levels of
100-
pod density. [This blog
101-
post](https://kubernetes.io/blog/2016/11/visualize-kubelet-performance-with-node-dashboard)
102-
explains how the dashboard can be interpreted to come up with a suitable
103-
`kube-reserved` reservation.
97+
`kube-reserved` is typically a function of `pod density` on the nodes.
10498

10599
In addition to `cpu`, `memory`, and `ephemeral-storage`, `pid` may be
106100
specified to reserve the specified number of process IDs for

0 commit comments

Comments
 (0)