diff --git a/doc/source/admintasks/kubernetes/install-ptp-notifications.rst b/doc/source/admintasks/kubernetes/install-ptp-notifications.rst index c8352585a..ee8211a28 100644 --- a/doc/source/admintasks/kubernetes/install-ptp-notifications.rst +++ b/doc/source/admintasks/kubernetes/install-ptp-notifications.rst @@ -435,4 +435,33 @@ hosting the application. For more information see: .. include:: /_includes/install-ptp-notifications-3a94b1ea1ae3.rest +--------------------------------------- +Disable PTP Notification v1/v2 API Pods +--------------------------------------- +.. rubric:: |proc| + +#. Set the ``enabled`` flag to False in the Helm override file for either + ``ptptracking`` or ``ptptrackingv2``. + + .. code-block:: none + + ptptracking: + enabled: False + + .. code-block:: none + + ptptrackingv2: + enabled: False + +#. Update Helm override. + + .. code-block:: none + + ~(keystone_admin)]$ system helm-override-update ptp-notification ptp-notification notification --values notification-override-2212.yaml + +#. Apply ``ptp-notification``. + + .. code-block:: none + + ~(keystone_admin)]$ system application-apply ptp-notification