Skip to content

Commit

Permalink
Move keepalive timeout requirement to vSphere requirements [#162876281]
Browse files Browse the repository at this point in the history
  • Loading branch information
mlimonczenko committed Jan 8, 2019
1 parent afb59e8 commit a556a7b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 0 additions & 6 deletions _requirements.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ The following are general requirements for deploying and managing a PCF deployme

* The most recent version of the [Cloud Foundry Command Line Interface](https://github.com/cloudfoundry/cli#downloads) (cf CLI).

<% if current_page.data.iaas == "vSphere" %>
* External load balancers must have an HTTP keepalive connection timeout greater than five seconds.
Using a value of five seconds or less can cause problems with Autoscaler and other
platform components. For more information, see [TCP connection get reset when apps intend to reuse HTTP keep-alive connection](https://community.pivotal.io/s/article/tcp-connection-get-reset-when-apps-intend-to-reuse-http-keep-alive-connection).
<% end %>

&nbsp;
[//]: # (This nbsp fixes header format issue after partials)

1 change: 1 addition & 0 deletions vsphere.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ The following are the minimum resource requirements for maintaining a [Pivotal C
* A configured vSphere cluster:
* If you enable vSphere DRS (Distributed Resource Scheduler) for the cluster, you must set the Automation level to **Partially automated** or **Fully automated**. If you set the Automation level to **Manual**, the BOSH automated installation will fail with a `power_on_vm` error when BOSH attempts to create virtual machines (VMs).
* Disable hardware virtualization if your vSphere hosts do not support VT-X/EPT. If you are unsure whether the VM hosts support VT-x/EPT, you should disable this setting. If you leave this setting enabled and the VM hosts do not support VT-x/EPT, then each VM requires manual intervention in vCenter to continue powering on without the Intel virtualized VT-x/EPT. Refer to the vCenter help topic at [Configuring Virtual Machines > Setting Virtual Processors and Memory > Set Advanced Processor Options](http://pubs.vmware.com/fusion-6/index.jsp?topic=%2Fcom.vmware.fusion.help.doc%2FGUID-38178690-1234-4843-B135-4063F9AA73E4.html) for more information.
* If you configure an external load balancer, an HTTP keepalive connection timeout greater than five seconds

<p class="note"><strong>Note:</strong> If you are deploying PCF behind a firewall, see the <a href="config_firewall.html">Preparing Your Firewall for Deploying Pivotal Cloud Foundry</a> topic.</p>

Expand Down

0 comments on commit a556a7b

Please sign in to comment.