
Changed name of file to: admin-application-commands-and-helm-overrides.rst Updated Strings.txt Updated formatting issues: installing-and-running-cpu-manager-for-kubernetes.rst Updated Patch Set 4 to include review comments Admin Tasks Updated Changed name of include file to: isolating-cpu-cores-to-enhance-application-performance.rest Change-Id: I0b354dda3c7f66da3a5d430839b5007a6a19cfad Signed-off-by: Juanita-Balaraj <juanita.balaraj@windriver.com> Signed-off-by: Stone <ronald.stone@windriver.com> Signed-off-by: Juanita-Balaraj <juanita.balaraj@windriver.com>
21 lines
728 B
ReStructuredText
21 lines
728 B
ReStructuredText
|
|
.. mbd1576786954045
|
|
.. _uninstalling-cpu-manager-for-kubernetes-on-ipv6:
|
|
|
|
===============================================
|
|
Uninstalling CPU Manager for Kubernetes on IPv6
|
|
===============================================
|
|
|
|
You will have to run some additional uninstall steps for IPv6 configurations.
|
|
|
|
When uninstalling CMK on an IPv6 system, first follow the steps at
|
|
:ref:`Removing CPU Manager for Kubernetes <removing-cpu-manager-for-kubernetes>`,
|
|
then run the following commands:
|
|
|
|
.. code-block:: none
|
|
|
|
~(keystone_admin)$ kubectl delete pod/cmk-uninstall-webhook -n kube-system
|
|
~(keystone_admin)$ kubectl delete ds cmk-uninstall -n kube-system
|
|
~(keystone_admin)$ kubectl delete pod delete-uninstall -n kube-system
|
|
|