1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

Merge pull request #105661 from openshift-cherrypick-robot/cherry-pick-105575-to-enterprise-4.21

[enterprise-4.21] OSDOCS-16070:Removal of tech preview refs in GDP documentation
This commit is contained in:
Shubha Narayanan
2026-01-29 19:55:23 +05:30
committed by GitHub
2 changed files with 0 additions and 8 deletions

View File

@@ -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.

View File

@@ -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