1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 06:46:36 +01:00

11 Commits

Author SHA1 Message Date
Vladimir Belousov
51a40345a7 docs: correct spelling in docs
Correct spelling to improve the readability of the documentation
2021-11-01 09:54:42 +03:00
Russell Teague
51f66d63cf Default AWS instance type to 'm5' 2020-07-08 10:25:19 -04:00
Paul Tiedtke
73026e5657 aws: add new vCPU limit to docs
AWS recently changed the instance limit to a vCPU limit

Fixes #2736
2019-12-19 11:54:52 +01:00
W. Trevor King
644f705286 data/aws/vpc: Only create subnet infrastucture for zones with Machine(Set)s
This commit updates our Terraform variables to include the worker
subnets, and then switches on that (and the master zones) in Terraform
to avoid creating subnet infrastructure (NAT gateways, routes, etc.)
in zones that have no Machine(Set)s.  This helps address limit issues
in high-zone regions like us-east-1, as seen in the limits.md change.
Note that without a reduction in our default MachineSet creation, the
installer defaults will still not work on us-east-1 without a limit
bump.

The drawback is that users are now on the hook to provision their own
subnets in other zones if they decide that they want to grow into a
new zone as a day-2 Machine(Set) operation.  For now, they'll have to
provide their own infrastructure for that, and our
user-provided-infrastructure docs should give them sufficient
grounding to do so.  It's possible that in the future the machine-API
or other infrastructure operator could dynamically provision subnets
in zones that were not populated at install-time, but I can't hazard a
guess as to how likely that will be.

The HCL functions for combining the zone lists are documented in [1,2].

[1]: https://www.terraform.io/docs/configuration-0-11/interpolation.html#concat-list1-list2-
[2]: https://www.terraform.io/docs/configuration-0-11/interpolation.html#distinct-list-
2019-03-28 09:17:00 -07:00
OpenShift Merge Robot
563f71fdfb Merge pull request #1306 from cuppett/cuppett/network-cleanups
Removing unused/deprecated security groups and ports. Updated AWS doc
2019-02-27 01:44:41 +01:00
Stephen Cuppett
3989d38f68 Removing text counts of explicit numbered list in the AWS doc. 2019-02-26 17:51:25 -05:00
Eric
5424b23507 updating docs to include deails about VPC gateway endpoints 2019-02-25 08:54:23 -05:00
Stephen Cuppett
6c10827b32 Removing unused/deprecated security groups and ports. Updated AWS user doc.
Summary:

 - Console security group unused, replaced along the way by Router ELB
 - API security group unused, no longer in use after switch to NLB
 - Ports 80/443 not required, console using service port and Router ELB
 - Master port 22623 only targeted from inside the VPC
 - API server only on 6443 (6444 & 6445 carryover from Tectonic)
 - SSH port only targeted from inside the VPC with move to private
 - Heapster (Port 4194) no longer used
 - Master port 10255 (insecure) deprecated and removed in OpenShift
 - Renamed 10250 to secure, because it is the secure kubelet port
2019-02-23 19:11:17 -05:00
W. Trevor King
70775f2d81 docs/user/aws/limits: Add a trailing period to the LB paragraph
Fixing an omission from b383cd75 (Adding user doc/guide for AWS
account and installation, 2019-01-09, #1030).

While I'm doing pedantic things at the end of the file, also
alphabetize the link defintions.
2019-01-17 22:02:57 -08:00
Clayton Coleman
82bd538421 aws: Double the master instance size
We were seeing frequent long requests from etcd. After increasing
CPU (2 -> 4 cores) those pauses dropped significantly. Increase
the limit until the rebase lands and we can deliver the CPU perf
improvements to the control plane.

Make a set of changes to connect machine set size to the values
passed as input. Update the docs.
2019-01-16 16:26:19 -05:00
Stephen Cuppett
b383cd7545 Adding user doc/guide for AWS account and installation 2019-01-10 12:42:37 -05:00