Soh Takada
Results
2
comments of
Soh Takada
It's probably same problem. https://github.com/kubernetes/autoscaler/issues/5089 > If I rebuild the autoscaler myself and build an image Which commit did you use to build your image? `v1.23.1` tag is cut to...
Would you try replacing `aws_eks_cluster.this[0].id` with the hard coded cluster name? I guess `aws_eks_cluster.this[0].id` would be `known after apply` because you're going to bump up EKS cluster version. That's why...