aws-app-mesh-controller-for-k8s icon indicating copy to clipboard operation
aws-app-mesh-controller-for-k8s copied to clipboard

Missing documentation for that EKS VPC Endpoint is required for private cluster

Open kangsheng89 opened this issue 3 months ago • 0 comments

Describe the bug AppMesh Private EKS cluster required EKS VPC endpoint. Missing documentation for this. The main.go will call eks.describeCluster during startup. Without adding EKS VPCE, the controller will crash with exit 2 error.

Steps to reproduce

Expected outcome A concise description of what you expected to happen.

Environment

  • App Mesh controller version
  • Envoy version
  • Are you using any integrations? X-ray, Jaeger etc. If so versions?
  • Kubernetes version
  • Using EKS (yes/no), if so version?

Additional Context:

kangsheng89 avatar Mar 18 '24 04:03 kangsheng89