From 645193737cc6e37d51425b71bb6b9363792f2477 Mon Sep 17 00:00:00 2001 From: Dave Protasowski Date: Tue, 21 Oct 2025 17:33:17 -0400 Subject: [PATCH] put a call to action for users to notify us about use of qpoptions --- docs/versioned/serving/queue-extensions.md | 6 ++++++ docs/versioned/serving/services/using-queue-extensions.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/docs/versioned/serving/queue-extensions.md b/docs/versioned/serving/queue-extensions.md index 53a3600d26c..f5a4f46b0cf 100644 --- a/docs/versioned/serving/queue-extensions.md +++ b/docs/versioned/serving/queue-extensions.md @@ -5,6 +5,12 @@ components: function: how-to --- +!!! note + + This integration is current [Alpha](https://github.com/knative/community/blob/main/mechanics/MATURITY-LEVELS.md#alpha-stage). + We're trying to guage usage of this so if you're using or interested please reach out to us in + [#knative-serving](https://cloud-native.slack.com/archives/C04LMU0AX60) slack. + # Extending Queue Proxy image with QPOptions Knative service pods include two containers: diff --git a/docs/versioned/serving/services/using-queue-extensions.md b/docs/versioned/serving/services/using-queue-extensions.md index e54396ad3e9..67aac6d3dbe 100644 --- a/docs/versioned/serving/services/using-queue-extensions.md +++ b/docs/versioned/serving/services/using-queue-extensions.md @@ -5,6 +5,12 @@ components: function: explanation --- +!!! note + + This integration is current [Alpha](https://github.com/knative/community/blob/main/mechanics/MATURITY-LEVELS.md#alpha-stage). + We're trying to guage usage of this so if you're using or interested please reach out to us in + [#knative-serving](https://cloud-native.slack.com/archives/C04LMU0AX60) slack. + # Using extensions enabled by QPOptions QPOptions is a Queue Proxy feature that enables extending Queue Proxy with additional Go packages. For example, the [security-guard](https://knative.dev/security-guard#section-readme) repository extends Queue Proxy by adding runtime security features to protect user services.