d6ae8c5fb1
Modified PTP Status Notification Table Added Includes file Updated example for kubernetes deployment of the sidecar and a simulated application Fixed formatting Updated Patchset 1 comments Removed override-default-application topic Fixed Table formatting Updated PTP Sections with modified content Signed-off-by: Juanita-Balaraj <juanita.balaraj@windriver.com> Change-Id: I7805615b1bbd44a541a12220b4497529cf714360
41 lines
1.1 KiB
ReStructuredText
41 lines
1.1 KiB
ReStructuredText
|
|
.. nie1614092105640
|
|
.. _remove-ptp-notifications:
|
|
|
|
========================
|
|
Remove PTP Notifications
|
|
========================
|
|
|
|
You can remove all pods and Kubernetes resources created during the application
|
|
deployment.
|
|
|
|
Use the following procedure to remove |PTP| notifications.
|
|
|
|
.. rubric:: |proc|
|
|
|
|
#. Remove the ``ptp-notification`` application and verify the application
|
|
status move backs to "uploaded" using the following command:
|
|
|
|
.. code-block:: none
|
|
|
|
~(keystone_admin)]$ system application-remove ptp-notification
|
|
~(keystone_admin)]$ system application-list
|
|
|
|
#. Delete the ``ptp-notification`` and verify the application is removed from
|
|
the application list.
|
|
|
|
.. code-block:: none
|
|
|
|
~(keystone_admin)]$ system application-delete ptp-notification
|
|
~(keystone_admin)]$ system application-list
|
|
|
|
#. Remove labels applied to controller-0, (repeat for each labelled host)
|
|
using the following commands, for example:
|
|
|
|
.. code-block:: none
|
|
|
|
~(keystone_admin)]$ system host-label-remove <host name> ptp-notification
|
|
~(keystone_admin)]$ system host-label-remove <host name> ptp-registration
|
|
|
|
|