summaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorRaphaƫl B <raphb.bis@gmail.com>2018-05-31 11:32:55 +0200
committerGitHub <noreply@github.com>2018-05-31 11:32:55 +0200
commitf485185562f6f9efbfd102daefa257cc05f21200 (patch)
treeea62645262034952d540532e6ff162de5efb36de /INSTALL.md
parentMerge pull request #1924 from pilou-/ansible_venv_readd_netaddr (diff)
downloadawx-f485185562f6f9efbfd102daefa257cc05f21200.tar.xz
awx-f485185562f6f9efbfd102daefa257cc05f21200.zip
Fix bad path
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 60d18b3aab..f87a32bf1f 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/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/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/)