Prerequisites
Please answer the following questions for yourself before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
Expected Behavior
Update terrafrom code to fix the issue
Current Behavior
Running command terragrunt apply in directory k8s-addons finished with error.
Failure Information (for bugs)
I get next error when I run terragrunt apply in k8s-addons directory:
│ Error: 1 error occurred:
│ * Internal error occurred: failed calling webhook "mservice.elbv2.k8s.aws": failed to call webhook: Post "https://aws-load-balancer-controller-webhook-service.aws-load-balancer-controller.svc:443/mutate-v1-service?timeout=10s": no endpoints available for service "aws-load-balancer-controller-webhook-service"
│
│
│
│ with helm_release.external_secrets[0],
│ on eks-external-secrets.tf line 143, in resource "helm_release" "external_secrets":
│ 143: resource "helm_release" "external_secrets" {
│
╵
╷
│ Error: 4 errors occurred:
│ * Internal error occurred: failed calling webhook "mservice.elbv2.k8s.aws": failed to call webhook: Post "https://aws-load-balancer-controller-webhook-service.aws-load-balancer-controller.svc:443/mutate-v1-service?timeout=10s": no endpoints available for service "aws-load-balancer-controller-webhook-service"
│ * Internal error occurred: failed calling webhook "mservice.elbv2.k8s.aws": failed to call webhook: Post "https://aws-load-balancer-controller-webhook-service.aws-load-balancer-controller.svc:443/mutate-v1-service?timeout=10s": no endpoints available for service "aws-load-balancer-controller-webhook-service"
│ * Internal error occurred: failed calling webhook "mservice.elbv2.k8s.aws": failed to call webhook: Post "https://aws-load-balancer-controller-webhook-service.aws-load-balancer-controller.svc:443/mutate-v1-service?timeout=10s": no endpoints available for service "aws-load-balancer-controller-webhook-service"
│ * Internal error occurred: failed calling webhook "mservice.elbv2.k8s.aws": failed to call webhook: Post "https://aws-load-balancer-controller-webhook-service.aws-load-balancer-controller.svc:443/mutate-v1-service?timeout=10s": no endpoints available for service "aws-load-balancer-controller-webhook-service"
│
│
│
│ with helm_release.loki_stack[0],
│ on eks-loki-stack.tf line 169, in resource "helm_release" "loki_stack":
│ 169: resource "helm_release" "loki_stack" {
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
- step 1 - clone code to local computer
- step 2 - prepare infrastructure by deploying VPC, EKS cluster with Karpenter
- step 3 - deploy k8s-addons with curent settings
Prerequisites
Please answer the following questions for yourself before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
Expected Behavior
Update terrafrom code to fix the issue
Current Behavior
Running command
terragrunt applyin directoryk8s-addonsfinished with error.Failure Information (for bugs)
I get next error when I run
terragrunt applyink8s-addonsdirectory:Steps to Reproduce
Please provide detailed steps for reproducing the issue.