From e768e3f743b22964554810659788ec986d522674 Mon Sep 17 00:00:00 2001 From: Taylor Smith Date: Mon, 18 Jun 2018 10:15:38 -0700 Subject: [PATCH] Update INSTALL.md Fix link for kubernetes installer --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index ab0b881c9d..4969f24a3f 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -318,7 +318,7 @@ The default resource requests per-pod requires: > Memory: 6GB > CPU: 3 cores -This can be tuned by overriding the variables found in [/installer/kubernetes/defaults/main.yml](/installer/roles/kubernetes/defaults/main.yml). Special care should be taken when doing this as undersized instances will experience crashes and resource exhaustion. +This can be tuned by overriding the variables found in [/installer/roles/kubernetes/defaults/main.yml](/installer/roles/kubernetes/defaults/main.yml). Special care should be taken when doing this as undersized instances will experience crashes and resource exhaustion. For more detail on how resource requests are formed see: [https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/](https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/)