Skip to content

Commit eb3c244

Browse files
authored
Add deprecation warning for pod enricher (#297)
See #292
1 parent fe9e031 commit eb3c244

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/modules/commons-operator/pages/pod-enrichment.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
= Pod enricher
22
:description: Use Labels to instruct the Stackable Commons Operator to enrich Pods with Kubernetes node addresses
33

4+
WARNING: The pod enricher is deprecated as of the Stackable Data Platform 24.11, and will be removed in the next release. For more information, see https://github.com/stackabletech/commons-operator/issues/292[issue #292].
5+
46
The Stackable Commons Operator automatically adds commonly used information to Pod objects, which would otherwise have to be inferred by traversing the Kubernetes object graph.
57

68
== Usage

rust/operator-binary/src/pod_enrichment_controller.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Deprecated for removal, see https://github.com/stackabletech/commons-operator/issues/292
2+
13
use std::{collections::BTreeMap, str::FromStr, sync::Arc, time::Duration};
24

35
use futures::StreamExt;

0 commit comments

Comments
 (0)