Browse Source
Merge pull request #2326 from merwan/patch-1
Fix link markdown markup
pull/2382/head
Chad Swenson
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
2 deletions
-
docs/large-deployments.md
|
|
@ -3,8 +3,7 @@ Large deployments of K8s |
|
|
|
|
|
|
|
For a large scaled deployments, consider the following configuration changes: |
|
|
|
|
|
|
|
* Tune [ansible settings] |
|
|
|
(http://docs.ansible.com/ansible/intro_configuration.html) |
|
|
|
* Tune [ansible settings](http://docs.ansible.com/ansible/intro_configuration.html) |
|
|
|
for `forks` and `timeout` vars to fit large numbers of nodes being deployed. |
|
|
|
|
|
|
|
* Override containers' `foo_image_repo` vars to point to intranet registry. |
|
|
|