Skip to content
#

eks

Here are 498 public repositories matching this topic...

grzegorzlisowski
grzegorzlisowski commented May 3, 2020

PR o'clock

Description

Resolves #774

The change is intended to improve the ability to manage worker groups using maps. Which should allow to more flexibly add/remove worker groups (improve this: https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/docs/faq.md#how-do-i-safely-remove-old-worker-groups).

The change includes suggested in #774 changes which include:

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

sunguroku
sunguroku commented Jan 25, 2021

Ingresses for Docker templates have -docker as a suffix. getIngress query should query by label selector instead of name, so that non-Docker template deployments display the correct URL instead of the internal URL.

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

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