Difference between revisions of "Error: waiting for EKS Add-On"
Jump to navigation
Jump to search
Line 22: | Line 22: | ||
Error: waiting for EKS Add-On (xxxx:coredns) update (1234): timeout while waiting for state to become 'Successful' (last state: 'InProgress', timeout: 20m0s) | Error: waiting for EKS Add-On (xxxx:coredns) update (1234): timeout while waiting for state to become 'Successful' (last state: 'InProgress', timeout: 20m0s) | ||
− | │ | + | │ |
− | │ with module.downstream-clusters-EKS.module.eks.aws_eks_addon.this["coredns"], | + | │ with module.downstream-clusters-EKS.module.eks.aws_eks_addon.this["coredns"], |
− | │ on .terraform/modules/xxx/main.tf line 390, in resource "aws_eks_addon" "this": | + | │ on .terraform/modules/xxx/main.tf line 390, in resource "aws_eks_addon" "this": |
− | │ 390: resource "aws_eks_addon" "this" { | + | │ 390: resource "aws_eks_addon" "this" { |
== Related == | == Related == |
Revision as of 11:27, 22 February 2024
no endpoints available for service
Error: waiting for EKS Add-On (yourcluster:coredns) create: unexpected state 'CREATE_FAILED', wanted target 'ACTIVE'. last error: : AdmissionRequestDenied: Internal error occurred: failed calling webhook "check-ignore-label.gatekeeper.sh": failed to call webhook: Post "https://gatekeeper-webhook-service.gatekeeper-system.svc:443/v1/admitlabel?timeout=3s": no endpoints available for service "gatekeeper-webhook-service" │ │ with module.clusters-EKS.module.eks.aws_eks_addon.this["coredns"], │ on .terraform/modules/clusters-EKS.eks/main.tf line 390, in resource "aws_eks_addon" "this": │ 390: resource "aws_eks_addon" "this" {
Solution: relaunch terraform apply or remove them manually
Service "XXXX" not found
Error: waiting for EKS Add-On .../... .../... service "gatekeeper-webhook-service" not found
Error: waiting for EKS Add-On (xxx) update (1234): timeout while waiting for state to become 'Successful' (last state: 'InProgress', timeout: 20m0s) │ │ with module.downstream-clusters-EKS.module.eks.aws_eks_addon.this["kube-proxy"], │ on .terraform/modules/xxx/main.tf line 390, in resource "aws_eks_addon" "this": │ 390: resource "aws_eks_addon" "this" {
Error: waiting for EKS Add-On (xxxx:coredns) update (1234): timeout while waiting for state to become 'Successful' (last state: 'InProgress', timeout: 20m0s) │ │ with module.downstream-clusters-EKS.module.eks.aws_eks_addon.this["coredns"], │ on .terraform/modules/xxx/main.tf line 390, in resource "aws_eks_addon" "this": │ 390: resource "aws_eks_addon" "this" {
Related
helm status gatekeeper -n gatekeeper-system
- Gatekeeper (Kubernetes)
service "gatekeeper-webhook-service" not found
See also
- Terraform apply examples with errors
- CoreDNS,
kube-dns
, Know how to configure and use CoreDNS,Corefile
- AWS EKS Addons: best practices,
vpc-cni, kube-proxy, coredns, aws-ebs-csi-driver, aws-efs-csi-driver, aws-guardduty-agent, amazon-cloudwatch-observability, aws eks describe-addon-versions, aws eks create-addon, aws eks list-addons
Advertising: