Skip to content
#

eks

Here are 465 public repositories matching this topic...

aclevername
aclevername commented Jan 5, 2021

Why do you want this feature?
When a command fails its not always clear whats caused it, and if you haven't run it at a higher verbosity the information required to fully debug it might be lost.

What feature/behavior/change do you want?
eksctl to dump the log output with a higher verbosity upon failure. e.g.

$ eksctl create cluster --name my-cluster
error: exited 1

$ ls
arturas-d
arturas-d commented Dec 29, 2020

We ensure compliance of Kubernetes Cluster with company policies using Gatekeeper. One of the main policies is ensuring we have a liveness probe to helps the kubelet know when it should restart a container. Without a defined liveliness probe we simply can't deploy aws-node-termination-handler on our cluster as it breaks required policies.
Is there any recommended command to define liveness probe

preflightsiren
preflightsiren commented Oct 28, 2020

Is this a BUG REPORT or FEATURE REQUEST?: Bug Report

What happened: Running go run ./main.go with KUBECONFIG=/Users/scole/.kube/config:/Users/scole/.kube/config-apptio-clusters:/Users/scole/.kube/config-eks causes the startup to fail.

2020-10-29T10:19:12.506+1100	INFO	controller-runtime.metrics	metrics server is starting to listen	{"addr": ":8080"}
2020-10-29T10:19:12.506+1
seankelly001
seankelly001 commented Oct 20, 2020

What happened:
I ran:
kconnect use eks --region us-east-1 --non-interactive
Note: I had username, password, and IDP settings in config

I was then prompted for role arn

What did you expect to happen:
For kconnect to fail immediately, and to show that roleArn is required

How to reproduce it:
Run kcoonect use eks with all parameters required except --roleArn, and with --no

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

You can’t perform that action at this time.