docs/doc/source/usertasks/kubernetes/uninstalling-cmk.rst
Keane Lim 21b11b47d6 OpenStack VNF Integration User Tasks
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>
2021-03-23 11:10:42 -04:00

613 B

Uninstall CMK

You can uninstall the CPU Manager for Kubernetes from the command line.

  1. Delete cmk.

    % helm delete --purge cmk

    Wait for all pods in the terminating state to be deleted before proceeding.

  2. Delete cmk-webhook.

    % helm delete --purge cmk-webhook

    Wait for all pods in the terminating state to be deleted before proceeding.

  3. Delete cmk-init.

    % helm delete --purge cmk-init