Skip to content
#

eks

Here are 738 public repositories matching this topic...

hryamzik
hryamzik commented Jul 22, 2021

I'm trying to apply node labels using the following configuration:

  - name: test
    instanceType: m5.large
    minSize: 1
    maxSize: 2
    desiredCapacity: 2
    labels:
      role: test
      node-role.kubernetes.io/test: ok

According to #580 and #582 using node-role subdomain should the way to apply labels, however I still get a domain error:

AWS::EKS::No
good first issue kind/bug priority/backlog blocked/aws
bwagner5
bwagner5 commented Nov 17, 2020

NTH Queue-Processor should catch the ASG Launch Lifecycle Hook and complete it once the node has joined the k8s cluster successfully. Since ASG considers the instance ready when EC2 health checks pass rather than when it actually joins the k8s cluster, if ASG performs Launch-Before-Terminate, a node could be terminated before the new node is ready to go.

Type: Enhancement good first issue Priority: Medium stalebot-ignore

The AWS EKS Accelerator for Terraform is a framework designed to help deploy and operate secure multi-account, multi-region AWS environments. The power of the solution is the configuration file which enables the users to provide a unique terraform state for each cluster and manage multiple clusters from one repository. This code base allows users to deploy EKS add-ons using Helm charts.

  • Updated Apr 1, 2022
  • HCL

Improve this page

Add a description, image, and links to the eks topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the eks topic, visit your repo's landing page and select "manage topics."

Learn more