From 62c0c4ba164324769a9aab003f4e214609cdcf65 Mon Sep 17 00:00:00 2001 From: Ngairangbam Mili Date: Wed, 4 Sep 2024 07:26:15 +0000 Subject: [PATCH] Update ptp-notification docs to indicate how to disable v1/v2 API pods Added the steps to disable v1/v2 API pods in the ptp notification document. Change-Id: Id07c2b16078b7fb3edae3dd1c68f0fd53701710e Signed-off-by: Ngairangbam Mili --- .../kubernetes/install-ptp-notifications.rst | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) 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