Difference between revisions of "Error: waiting for EKS Add-On"

From wikieduonline
Jump to navigation Jump to search
 
(26 intermediate revisions by 2 users not shown)
Line 1: Line 1:
  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
+
=== [[no endpoints available for service]] ===
  "https://gatekeeper-webhook-service.gatekeeper-system.svc:443/v1/admitlabel?timeout=3s": no endpoints available for service "gatekeeper-
+
{{aws_eks_addon waiting for coredns}}
  webhook-service"
+
 
 +
Solution: relaunch [[terraform apply]] or remove them manually
 +
 
 +
=== Service "XXXX" not found ===
 +
[[Error: waiting for EKS Add-On]]
 +
.../...
 +
  .../... service "[[gatekeeper-webhook-service]]" not found
 +
 
 +
 
 +
=== [[timeout while waiting for state to become]] ===
 +
  Error: waiting for EKS Add-On (xxx:kube-proxy) 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"],
 
  │  with module.downstream-clusters-EKS.module.eks.aws_eks_addon.this["coredns"],
  │  on .terraform/modules/downstream-clusters-EKS.eks/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" {
 +
 +
 +
Error: waiting for EKS Add-On (xxx:vpc-cni) update (122345): timeout while waiting for
 +
state to become 'Successful' (last state: 'InProgress', timeout: 20m0s)
 +
 +
│  with module.downstream-clusters-EKS.module.eks.aws_eks_addon.before_compute["vpc-cni"],
 +
│  on .terraform/modules/xxxx/main.tf line 418, in resource "aws_eks_addon" "before_compute":
 +
│  418: resource "aws_eks_addon" "before_compute" {
 +
 +
 +
Error: waiting for EKS Add-On (xxx:aws-efs-csi-driver) update (123456): timeout while
 +
waiting for state to become 'Successful' (last state: 'InProgress', timeout: 20m0s). Consider setting attribute "" to "OVERWRITE"
 +
│ 
 +
│  with module.downstream-clusters-EKS.module.efs_addon[0].aws_eks_addon.efs_addon,
 +
│  on .terraform/modules/xxx/modules/efs-addon/main.tf line 72, in resource "aws_eks_addon" "efs_addon":
 +
│  72: resource "aws_eks_addon" "efs_addon" {
  
 
== Related ==
 
== Related ==
 
* <code>[[helm status gatekeeper -n gatekeeper-system]]</code>
 
* <code>[[helm status gatekeeper -n gatekeeper-system]]</code>
 
* [[Gatekeeper (Kubernetes)]]
 
* [[Gatekeeper (Kubernetes)]]
 +
* <code>[[service "gatekeeper-webhook-service" not found]]</code>
 +
* <code>[[kubectl get pods -n kube-system]]</code>
  
 
== See also ==
 
== See also ==
* {{EKS}}
+
* {{terraform apply errors}}
 +
* {{CoreDNS}}
 +
* {{EKS addons}}
  
 
[[Category:EKS]]
 
[[Category:EKS]]

Latest revision as of 12:16, 22 February 2024

no endpoints available for service[edit]

 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[edit]

Error: waiting for EKS Add-On
.../...
.../... service "gatekeeper-webhook-service" not found


timeout while waiting for state to become[edit]

 Error: waiting for EKS Add-On (xxx:kube-proxy) 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" {


Error: waiting for EKS Add-On (xxx:vpc-cni) update (122345): timeout while waiting for 
state to become 'Successful' (last state: 'InProgress', timeout: 20m0s)
│ 
│   with module.downstream-clusters-EKS.module.eks.aws_eks_addon.before_compute["vpc-cni"],
│   on .terraform/modules/xxxx/main.tf line 418, in resource "aws_eks_addon" "before_compute":
│  418: resource "aws_eks_addon" "before_compute" {


Error: waiting for EKS Add-On (xxx:aws-efs-csi-driver) update (123456): timeout while 
waiting for state to become 'Successful' (last state: 'InProgress', timeout: 20m0s). Consider setting attribute "" to "OVERWRITE"
│  
│   with module.downstream-clusters-EKS.module.efs_addon[0].aws_eks_addon.efs_addon,
│   on .terraform/modules/xxx/modules/efs-addon/main.tf line 72, in resource "aws_eks_addon" "efs_addon":
│   72: resource "aws_eks_addon" "efs_addon" {

Related[edit]

See also[edit]

Advertising: