Skip to content

Commit

Permalink
docs: claim official ARM support
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikołaj Świątek committed Jan 17, 2022
1 parent 2ec5be8 commit fe036cd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- docs: claim official ARM support [#2024][#2024]
- feat: add batching to experimental otelcol log collector [#2018][#2018]
- feat: add experimental otelcol log collector [#1986][#1986]
- feat: add option to disable pod owners enrichment [#1959][#1959]
Expand Down Expand Up @@ -37,6 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#2018]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2018
[#2020]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2020
[#2025]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2025
[#2024]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2024

## [v2.3.2][v2_3_2]

Expand Down
12 changes: 12 additions & 0 deletions deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,15 @@ The following matrix displays the tested package versions for our Helm chart.
| 0.12.0 | 8.2.0 | 1.6.3 | 2.8.1 | 1.0.9 | - | - | |
| 0.9.0 - 0.11.0 | 6.2.1 | 1.6.3 | 2.4.4 | 1.0.8 | - | - | |
| 0.6.0 - 0.8.0 | 6.2.1 | 1.6.3 | 2.4.4 | 1.0.5 | - | - | |

### ARM support

The collection Helm Chart supports AWS Graviton CPUs, and has been tested in ARM-based EKS clusters. In principle, it
should run fine on any ARM64 node, but there is currently no official support for non-AWS ARM environments. If you do
however run into problems in such an environment, don't hesitate to open an [issue][issues] describing them.

The only exception to the above is Falco, which currently lacks official ARM Docker images. See
[this issue][falco] for more information.

[falco]: https://github.com/falcosecurity/falco/issues/1589
[issues]: https://github.com/SumoLogic/sumologic-kubernetes-collection/issues

0 comments on commit fe036cd

Please sign in to comment.