From 48fa419bba0abf4f24a17584abf055fc8852c292 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 22 Oct 2024 15:08:38 +0000 Subject: [PATCH] Deployed 4abc779 with MkDocs version: 1.6.1 --- UPGRADE-18.0/index.html | 2 +- compute_resources/index.html | 6 +++--- search/search_index.json | 2 +- sitemap.xml | 20 ++++++++++---------- sitemap.xml.gz | Bin 281 -> 281 bytes user_data/index.html | 2 +- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/UPGRADE-18.0/index.html b/UPGRADE-18.0/index.html index 9321ad57..aa80f7ae 100644 --- a/UPGRADE-18.0/index.html +++ b/UPGRADE-18.0/index.html @@ -525,7 +525,7 @@
  • The previous iteration used a count over a list of node group definitions which was prone to disruptive updates; this is now replaced with a map/for_each to align with that of the EKS managed node group and Fargate profile behaviors/style
  • -
  • The user data configuration supported across the module has been completely revamped. A new _user_data internal sub-module has been created to consolidate all user data configuration in one location which provides better support for testability (via the examples/user_data example). The new sub-module supports nearly all possible combinations including the ability to allow users to provide their own user data template which will be rendered by the module. See the examples/user_data example project for the full plethora of example configuration possibilities and more details on the logic of the design can be found in the modules/_user_data directory.
  • +
  • The user data configuration supported across the module has been completely revamped. A new _user_data internal sub-module has been created to consolidate all user data configuration in one location which provides better support for testability (via the tests/user-data example). The new sub-module supports nearly all possible combinations including the ability to allow users to provide their own user data template which will be rendered by the module. See the tests/user-data example project for the full plethora of example configuration possibilities and more details on the logic of the design can be found in the modules/_user_data directory.
  • Resource name changes may cause issues with existing resources. For example, security groups and IAM roles cannot be renamed, they must be recreated. Recreation of these resources may also trigger a recreation of the cluster. To use the legacy (< 18.x) resource naming convention, set prefix_separator to "".
  • Security group usage has been overhauled to provide only the bare minimum network connectivity required to launch a bare bones cluster. See the security group documentation section for more details. Users upgrading to v18.x will want to review the rules they have in place today versus the rules provisioned by the v18.x module and ensure to make any necessary adjustments for their specific workload.
  • diff --git a/compute_resources/index.html b/compute_resources/index.html index 7fa57084..d58c910b 100644 --- a/compute_resources/index.html +++ b/compute_resources/index.html @@ -493,7 +493,7 @@ } } -

    See the examples/eks_managed_node_group/ example for a working example of various configurations.

    +

    See the examples/eks-managed-node-group/ example for a working example of various configurations.

    Self Managed Node Groups

    Refer to the Self Managed Node Group documentation documentation for service related details.

      @@ -518,9 +518,9 @@ } } -

      See the examples/self_managed_node_group/ example for a working example of various configurations.

      +

      See the examples/self-managed-node-group/ example for a working example of various configurations.

      Fargate Profiles

      -

      Fargate profiles are straightforward to use and therefore no further details are provided here. See the examples/fargate_profile/ example for a working example of various configurations.

      +

      Fargate profiles are straightforward to use and therefore no further details are provided here. See the tests/fargate-profile/ tests for a working example of various configurations.

      Default Configurations

      Each type of compute resource (EKS managed node group, self managed node group, or Fargate profile) provides the option for users to specify a default configuration. These default configurations can be overridden from within the compute resource's individual definition. The order of precedence for configurations (from highest to least precedence):