StarScream
StarScream
## Description I have EKS on version "18.29.0" and need to upgrade to the latest. I created launch template: ``` resource "aws_launch_template" "play_k8s_apps" { name_prefix = "play-k8s-apps-" image_id = "ami-04bf865d65956a33a"...
I installed DevLake using Helm chart on my AWS EKS cluster. Used previous instructions from ticket: https://github.com/apache/incubator-devlake-helm-chart/issues/87 but, without success. Still not working. Helm values.yaml looks like: ``` replicaCount: 1...
I installed Apache DevLake on AWS EKS cluster using helm, but when I want to access it, it's not working. Even when I export node port and node ip I...