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

A controller to help manage App Mesh resources for a Kubernetes cluster.

Results 61 aws-app-mesh-controller-for-k8s issues
Sort by recently updated
recently updated
newest added

*Description of changes:* Add support for deploying additional volumes and mounts into the controller with the Helm chart. Modeled after the same functionality in the `aws-load-balancer-controller` chart. By submitting this...

*Description of changes:* According to the API reference, the route name must be at least 1 character and at most 255 characters. https://docs.aws.amazon.com/app-mesh/latest/APIReference/API_RouteData.html Currently an empty string is valid input...

**Is your feature request related to a problem?** No. **Describe the solution you'd like** A description of what you want to happen. Replace APPMESH_VIRTUAL_NODE_NAME with APPMESH_RESOURCE_ARN in Envoy config variables....

enhancement

**Describe the bug** if you try to inject the following annotation to any deployment ``` appmesh.k8s.aws/sidecarEnv: '[{"sample_key_1":"value","sample_key_2":"value"}]' ``` you will get the follwing error ``` malformed annotation appmesh.k8s.aws/sidecarEnv , expected...

bug

**Describe the bug** Changelog.md isn't being updated and there are tags without github releases. **Steps to reproduce** 1. Visit https://github.com/aws/aws-app-mesh-controller-for-k8s/tags 2. Visit https://github.com/aws/aws-app-mesh-controller-for-k8s/releases 3. Visit https://github.com/aws/aws-app-mesh-controller-for-k8s/blob/master/CHANGELOG.md **Expected outcome** All versioned...

Documentation update needed

**Summary** I schedule a Pod on EKS Fargate which uses initContainer to wait for some external condition. Since the injected Envoy is not yet started during PodInitializing, it seems that...

enhancement
Priority: Medium
Roadmap: Researching

**Describe the solution you'd like** Please add support for the `port` field from [GatewayRouteTarget](https://docs.aws.amazon.com/app-mesh/latest/APIReference/API_GatewayRouteTarget.html) to the [GatewayRoute CRD](https://aws.github.io/aws-app-mesh-controller-for-k8s/reference/api_spec/#appmesh.k8s.aws/v1beta2.GatewayRouteTarget).

enhancement
Documentation update needed

**Describe the bug** I have a backend and frontend Deployment with service discovery set to DNS (dns name of the backend Service) for the backend Virtual Node. My backend Deployment...

bug

**Describe the bug** I have two virtual gateways, one internet-facing and the other internal-facing deployed within the same namespace. I have this setup in two separate environments. In one environment,...

bug

App Mesh's list APIs have been updated to provide additional metadata (such as resource `version`). In the controller, we're currently describing each resource to determine state drift and reconcile. This...

enhancement