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 68 aws-app-mesh-controller-for-k8s issues
Sort by recently updated
recently updated
newest added

**Describe the bug** `restartPolicy: Always` is dropped from initContainer. https://kubernetes.io/docs/concepts/workloads/pods/sidecar-containers/ **Steps to reproduce** Apply following deployment: ```yaml apiVersion: apps/v1 kind: Deployment metadata: name: appmesh-test labels: component: appmesh-test spec: replicas: 1...

bug

**Describe the bug** App Mesh Kubernetes controller issues unnecessary updates to virtual nodes in some cases when the virtual node has more than one backend. This will occur when the...

bug

This adds optional (defaulting to empty) topologySpreadConstraints to the helm chart. Similar to https://github.com/kubernetes-sigs/aws-load-balancer-controller/pull/2575 By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this...

**Is your feature request related to a problem?** I want to access services in AppMesh from CronJob containers. Since envoy containers will not end automatically, the CronJob Pods never end...

enhancement

**Describe the bug** Setting the flag --envoy-admin-access-enable-ipv6=true in the controller deployment config should set the ENVOY_ADMIN_ACCESS_ENABLE_IPV6 env var to true for all envoy sidecar containers. It does not, and the...

bug

Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 19.9.0 to 23.0.0. Release notes Sourced from gunicorn's releases. 23.0.0 Gunicorn 23.0.0 has been released. This version improve HTTP 1.1. support and which improve safety You're invited...

dependencies
python

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.36.0. Commits 85d1d54 go.mod: update golang.org/x dependencies cde1dda proxy, http/httpproxy: do not mismatch IPv6 zone ids against hosts fe7f039 publicsuffix: spruce up code gen and...

dependencies
go

## Description :warning: **The image `gcr.io/kubebuilder/kube-rbac-proxy` is deprecated and will become unavailable.** **You must move as soon as possible, sometime from early 2025, the GCR will go away.** > _Unfortunately,...