You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
---
|
|
icon: edit
|
|
date: 2022-10-01
|
|
category:
|
|
- Kubernetes
|
|
headerDepth: 5
|
|
---
|
|
|
|
|
|
# k8s 命令行命令
|
|
# 删除
|
|
强制删除pod
|
|
```
|
|
kubectl delete pod <podName> -n <namespace> --force --grace-period=0
|
|
``` |