kustomize-controller in CrashLoopBackOff failed to get API group resources (i/o timeout) #5020
-
In one of our k8s clusters (running in AWS EKS) kustomization-controller and almost all other flux related controllers are in CrashLoopBackOff stage. Here is error logs from kustomization controller pod:
So looks like it can't connect some api. I'm not sure when this happen because haven't touched cluster for a while.
Flux version 2.1.2, I'm also tried to upgrade it to latest 2.4.0 but I think it's not applied correctly when these controllers are not very healthy. There is also one kustomization in failed state but haven't found a way to force flux to pick up commit which fixes:
Any help how to get flux "alive state" in cluster would be appreciated! Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Looks like the EKS API server is no longer accessible from the nodes where Flux runs. Cannot say what’s causing it, call AWS support or look into CNI/CoreDNS/VPC. |
Beta Was this translation helpful? Give feedback.
Looks like the EKS API server is no longer accessible from the nodes where Flux runs. Cannot say what’s causing it, call AWS support or look into CNI/CoreDNS/VPC.