kubernetes EKS:同步负载平衡器时出错:无法确保负载平衡器:为示例找到多个标记的安全组

db2dz4w8  于 2022-12-17  发布在  Kubernetes
关注(0)|答案(1)|浏览(250)
Warning  SyncLoadBalancerFailed  54s (x4 over 91s)  service-controller  Error syncing load balancer: failed to ensure load balancer: Multiple tagged security groups found for instance i-05f3a11329a20bb93; ensure only the k8s security group is tagged; the tagged groups were sg-08ca90265d3402e6c(education-eks-ooHfNJwm-node-20221205083117267100000007) sg-04ad04b5d3bb35e66(eks-cluster-sg-education-eks-ooHfNJwm-1857011925)
  Normal   EnsuringLoadBalancer    14s (x5 over 94s)  service-controller  Ensuring load balancer
  Warning  SyncLoadBalancerFailed  13s                service-controller  Error syncing load balancer: failed to ensure load balancer: Multiple tagged security groups found for instance i-046c2cc46714af250; ensure only the k8s security group is tagged; the tagged groups were sg-08ca90265d3402e6c(education-eks-ooHfNJwm-node-20221205083117267100000007) sg-04ad04b5d3bb35e66(eks-cluster-sg-education-eks-ooHfNJwm-1857011925)

我使用以下代码创建了集群:eks using terraform

相关问题