You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please answer the following questions for yourself before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
I am running the latest version
I checked the documentation and found no answer
I checked to make sure that this issue has not already been filed
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
The text was updated successfully, but these errors were encountered:
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 directoryk8s-addons
finished with error.Failure Information (for bugs)
I get next error when I run
terragrunt apply
ink8s-addons
directory:Steps to Reproduce
Please provide detailed steps for reproducing the issue.
The text was updated successfully, but these errors were encountered: