aws / aws-app-mesh-controller-for-k8s

A controller to help manage App Mesh resources for a Kubernetes cluster.
Apache License 2.0
182 stars 110 forks source link

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

Open kangsheng89 opened 3 months ago

kangsheng89 commented 3 months ago

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

Additional Context: