
Completed review comments Minor abbreviation fix Moved topics into its own VNF Integration section Fixed abbreviations Re-organized Kubernetes topics Change-Id: I8940d3572b789990d3b5f2d201f8ec8a46ce2943 Signed-off-by: Keane Lim <keane.lim@windriver.com>
34 lines
613 B
ReStructuredText
34 lines
613 B
ReStructuredText
|
|
.. usq1569263366388
|
|
.. _uninstalling-cmk:
|
|
|
|
=============
|
|
Uninstall CMK
|
|
=============
|
|
|
|
You can uninstall the CPU Manager for Kubernetes from the command line.
|
|
|
|
.. rubric:: |proc|
|
|
|
|
#. Delete **cmk**.
|
|
|
|
.. code-block:: none
|
|
|
|
% helm delete --purge cmk
|
|
|
|
Wait for all pods in the terminating state to be deleted before proceeding.
|
|
|
|
#. Delete **cmk-webhook**.
|
|
|
|
.. code-block:: none
|
|
|
|
% helm delete --purge cmk-webhook
|
|
|
|
Wait for all pods in the terminating state to be deleted before proceeding.
|
|
|
|
#. Delete **cmk-init**.
|
|
|
|
.. code-block:: none
|
|
|
|
% helm delete --purge cmk-init
|