Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump aws-otel-collector version to v0.13.0 #669

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ spec:
spec:
containers:
- name: aws-otel-collector
image: amazon/aws-otel-collector:v0.11.0
image: amazon/aws-otel-collector:v0.13.0
env:
- name: K8S_NODE_NAME
valueFrom:
Expand Down
2 changes: 1 addition & 1 deletion docs/developers/container-insights-eks-infra.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ When deployed as a daemon set in an EKS cluster, the AWS OpenTelemetry Collector
1. Deploy aws-otel-collector as a daemon set. An example config template can be found [here](../../deployment-template/eks/otel-container-insights-infra.yaml).

```bash
cat otel-container-insight.yaml |
cat otel-container-insights-infra.yaml |
kubectl apply -f -
```

Expand Down