Skip to content

Commit

Permalink
appmesh-controller: v1.4.3c (aws#750)
Browse files Browse the repository at this point in the history
Co-authored-by: eks-bot <[email protected]>
  • Loading branch information
eks-bot and eks-bot authored May 10, 2022
1 parent 7071b16 commit 7076449
Show file tree
Hide file tree
Showing 6 changed files with 953 additions and 407 deletions.
2 changes: 1 addition & 1 deletion stable/appmesh-controller/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: appmesh-controller
description: App Mesh controller Helm chart for Kubernetes
version: 1.4.7
version: 1.4.8
appVersion: 1.4.3
home: https://github.com/aws/eks-charts
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
Expand Down
8 changes: 3 additions & 5 deletions stable/appmesh-controller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ helm upgrade -i appmesh-controller eks/appmesh-controller \

This section will assist you in upgrading the appmesh-controller from <=v0.5.0 version to >=v1.0.0 version.

You can either build new CRDs from scratch or migrate existing CRDs to the new schema. Please refer to the documentation [here for the new API spec](https://aws.github.io/aws-app-mesh-controller-for-k8s/reference/api_spec/). Also, you can find several examples [here](https://github.com/aws/aws-app-mesh-examples/tree/main/walkthroughs) with v1beta2 spec to help you get started.
You can either build new CRDs from scratch or migrate existing CRDs to the new schema. Please refer to the documentation [here for the new API spec](https://aws.github.io/aws-app-mesh-controller-for-k8s/reference/api_spec/). Also, you can find several examples [here](https://github.com/aws/aws-app-mesh-examples/tree/master/walkthroughs) with v1beta2 spec to help you get started.

Starting v1.0.0, Mesh resource supports namespaceSelectors, where you can either select namespace based on labels (recommended option) or select all namespaces. To select a namespace in a Mesh, you will need to define `namespaceSelector`:

Expand Down Expand Up @@ -254,7 +254,7 @@ metadata:
appmesh.k8s.aws/sidecarInjectorWebhook: enabled
```

For more examples, please refer to the walkthroughs [here](https://github.com/aws/aws-app-mesh-examples/tree/main/walkthroughs). If you don't find an example that fits your use-case, please read the API spec [here](https://aws.github.io/aws-app-mesh-controller-for-k8s/reference/api_spec/). If you find an issue in the documentation or the examples, please open an issue and we'll help resolve it.
For more examples, please refer to the walkthroughs [here](https://github.com/aws/aws-app-mesh-examples/tree/master/walkthroughs). If you don't find an example that fits your use-case, please read the API spec [here](https://aws.github.io/aws-app-mesh-controller-for-k8s/reference/api_spec/). If you find an issue in the documentation or the examples, please open an issue and we'll help resolve it.

### Upgrade without preserving old App Mesh resources

Expand Down Expand Up @@ -406,12 +406,10 @@ Parameter | Description | Default
`tracing.address` | Jaeger or Datadog agent server address (ignored for X-Ray) | `appmesh-jaeger.appmesh-system`
`tracing.port` | Jaeger or Datadog agent port (ignored for X-Ray) | `9411`
`tracing.samplingRate` | X-Ray tracer sampling rate. Value can be a decimal number between 0 and 1.00 (100%) | `0.05`
`tracing.logLevel` | X-Ray agent log level, from most verbose to least: dev, debug, info, prod(default), warn, error. | `prod`
`tracing.role` | X-Ray agent assume the specified IAM role to upload segments to a different account | `None`
`enableCertManager` | Enable Cert-Manager | `false`
`xray.image.repository` | X-Ray image repository | `public.ecr.aws/xray/aws-xray-daemon`
`xray.image.tag` | X-Ray image tag | `latest`
`accountId` | AWS Account ID for the Kubernetes cluster | None
`env` | environment variables to be injected into the appmesh-controller pod | `{}`
`livenessProbe` | Liveness probe settings for the controller | (see `values.yaml`)
`podDisruptionBudget` | PodDisruptionBudget | `{}`
`podDisruptionBudget` | PodDisruptionBudget | `{}`
Loading

0 comments on commit 7076449

Please sign in to comment.