-
Notifications
You must be signed in to change notification settings - Fork 0
FAQ
Shih Yu Ho edited this page Oct 8, 2019
·
8 revisions
首先需要一台能連到該 K8s Cluster, 且安裝了 kubectl
command, 並執行:
kubectl get pod -l app=caplet -o name -n NAMESPACE \
| xargs kubectl delete --force --grace-period 0 -n NAMESPACE
NAMESPACE
請修改成 Captain-Kube 安裝的 namespace, 通常會安裝在 default
Copyright © 2018 SoftLeader Technology Crop. All rights reserved.