我要评分
获取效率
正确性
完整性
易理解

(Optional) Deleting Pods

To stop the WAAS Booster service in a cluster, you need to delete the pods. After the pods are deleted, the WAAS Booster service automatically stops, and the quota of all service pods is restored to the initial setting.

  1. View pods.
    kubectl get pods

    If the following information is displayed, the waasbooster pods are running:

  2. Delete the pods.
    kubectl delete -f waasbooster.yaml

    If the following information is displayed, the pods are deleted successfully.