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