From cd8bbd6a35437793ea8230c633ee933baa430e89 Mon Sep 17 00:00:00 2001 From: tedaveryredhat Date: Wed, 28 Jan 2026 10:03:59 -0500 Subject: [PATCH] OSDOCS-16070:Removal of tech preview refs in GDP documentation --- microshift_configuring/microshift-gdp.adoc | 4 ---- .../microshift-proc-configuring-generic-device-plugin.adoc | 4 ---- 2 files changed, 8 deletions(-) diff --git a/microshift_configuring/microshift-gdp.adoc b/microshift_configuring/microshift-gdp.adoc index 897d7e473e..5aaa697907 100644 --- a/microshift_configuring/microshift-gdp.adoc +++ b/microshift_configuring/microshift-gdp.adoc @@ -4,10 +4,6 @@ include::_attributes/attributes-microshift.adoc[] :context: microshift-generic-device-plugin -:FeatureName: The Generic Device Plugin for {microshift-short} - -include::snippets/technology-preview.adoc[] - toc::[] The Generic Device Plugin (GDP) for {microshift-short} enables your containerized applications to securely access physical host devices, such as serial ports, video cameras, or sound cards directly from within Kubernetes pods. By using GDP, you can extend capabilities of {microshift-short} to support applications that require direct hardware interaction, such as Internet of Things (IoT) applications. diff --git a/modules/microshift-proc-configuring-generic-device-plugin.adoc b/modules/microshift-proc-configuring-generic-device-plugin.adoc index 85c1aad016..562671c47a 100644 --- a/modules/microshift-proc-configuring-generic-device-plugin.adoc +++ b/modules/microshift-proc-configuring-generic-device-plugin.adoc @@ -6,10 +6,6 @@ [id="microshift-configuring-generic-device-plugin_{context}"] = Configuring the Generic Device Plugin -:FeatureName: The Generic Device Plugin for {microshift-short} - -include::snippets/technology-preview.adoc[] - The Generic Device Plugin (GDP) is disabled by default in {microshift-short}. To use the GDP, you must enable it and specify which host devices your Kubernetes applications can access. To enable the GDP, you must modify the {microshift-short} `config.yaml` file or create a configuration snippet file. For example, `/etc/microshift/config.d/10-gdp.yaml`. .Prerequisites