Skip to content
#

eks

Here are 772 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
erikanderson
erikanderson commented Jan 10, 2022

What happened:
[A clear and concise description of what the bug is.]

Cannot use password with * character (with and without enclosing single quotes)

What did you expect to happen:

Successful login with saml

How to reproduce it:

Try to use password either with input or no input that has a * character

kconnect use eks --idp-protocol saml --no-input --region us-east
kind/bug good first issue priority/important area/authentication

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