Commit 6ae71f4
kube-stack: Update OTel collector gateway to use OTEL_K8S_POD_IP instead of MY_POD_IP (#12205)
* Update OTel collector gateway to use 0.0.0.0 instead of MY_POD_IP
This allows the gateway to listen on all network interfaces for
traffic, this follows the same pattern that the daemon collector uses.
This prevents warnings being logged in k8s
* Add changelog for OTel gateway endpoint update
* Update gateway collector binding address to use specific K8s OTEL_K8S_POD_IP
This is done as using 0.0.0.0 can be more risky in the case of DDOS
attacks, see https://opentelemetry.io/docs/security/config-best-practices/#protect-against-denial-of-service-attacks
* Update OTel gateway otlp endpoint to be OTEL_K8S_POD_IP in k8s tests
* Update changelog with OTEL_K8S_POD_IP for kube-stack gateway OTLP update
* Revert update to k8s integration test for OTel gateway
These tests are automatically updated from upstream
* docs: update security url to link to central policy (#12241)
* docs: update security url to link to central policy
* docs: update security url to link to central policy
* [main][Automation] Update elastic/beats to eff88abc6dc8 (#12237)
Co-authored-by: swiatekm <93588780+swiatekm@users.noreply.github.com>
Co-authored-by: Mikołaj Świątek <mail@mikolajswiatek.com>
* Update elastic-agent-libs 0.31.0 -> 0.32.0 (#12240)
Co-authored-by: Mikołaj Świątek <mail@mikolajswiatek.com>
* List available rollbacks (#11751)
* add new messages and operation
* List available rollbacks from CLI
* Add output flag for human, json, yaml
* assert list rollback command in standalone manual rollback tests
* bump beats
* fixup! assert list rollback command in standalone manual rollback tests
* fixup! fixup! assert list rollback command in standalone manual rollback tests
---------
Co-authored-by: Eric Beahan <eric.beahan@elastic.co>
* [main][Automation] Update elastic/beats to 990735bb782a (#12252)
Co-authored-by: swiatekm <93588780+swiatekm@users.noreply.github.com>
---------
Co-authored-by: Mikołaj Świątek <mail@mikolajswiatek.com>
Co-authored-by: Paul McCann <paul.mccann@elastic.co>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: swiatekm <93588780+swiatekm@users.noreply.github.com>
Co-authored-by: Michal Pristas <michal.pristas@elastic.co>
Co-authored-by: Paolo Chilà <paolo.chila@elastic.co>
Co-authored-by: Eric Beahan <eric.beahan@elastic.co>1 parent 494ff61 commit 6ae71f4
File tree
4 files changed
+51
-6
lines changed- changelog/fragments
- deploy/helm/edot-collector/kube-stack
- managed_otlp
4 files changed
+51
-6
lines changedLines changed: 45 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
234 | | - | |
| 234 | + | |
235 | 235 | | |
236 | | - | |
| 236 | + | |
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
533 | 533 | | |
534 | 534 | | |
535 | 535 | | |
536 | | - | |
| 536 | + | |
537 | 537 | | |
538 | | - | |
| 538 | + | |
539 | 539 | | |
540 | 540 | | |
541 | 541 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
538 | 538 | | |
539 | 539 | | |
540 | 540 | | |
541 | | - | |
| 541 | + | |
542 | 542 | | |
543 | | - | |
| 543 | + | |
544 | 544 | | |
545 | 545 | | |
546 | 546 | | |
| |||
0 commit comments