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

**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