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
when running kubergrunt eks deploy , the new nodes are successfully added, but kubergrunt throws an error in the LB discovery phase:
[] INFO[2023-09-04T13:27:47+02:00] Found 14 LoadBalancer services of 393 services in kubernetes. name=kubergrunt
[] ERRO[2023-09-04T13:27:47+02:00] Error retrieving associated ELB names of the Kubernetes services. name=kubergrunt
[] ERRO[2023-09-04T13:27:47+02:00] Undo by terminating all the new instances and trying again name=kubergrunt
[] ERRO[2023-09-04T13:27:47+02:00] Error while waiting for new nodes to be ready. name=kubergrunt
[] ERRO[2023-09-04T13:27:47+02:00] Either resume with the recovery file or terminate the new instances. name=kubergrunt
ERROR: Unknown value for annotation service.beta.kubernetes.io/aws-load-balancer-type (value: nlb-ip)
what i cannot understand, is that "nlb-ip" is a valid value, and I see this in the load-balancer lookup code:
description:
when running
kubergrunt eks deploy
, the new nodes are successfully added, but kubergrunt throws an error in the LB discovery phase:what i cannot understand, is that "nlb-ip" is a valid value, and I see this in the load-balancer lookup code:
kubergrunt/kubectl/service.go
Line 22 in 32b0d81
here is an example service annotation, with sensitive values removed:
versions:
eks cluster version 1.24
The text was updated successfully, but these errors were encountered: