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.

15 lines
209 B
Markdown

1 year ago
---
icon: edit
date: 2022-10-01
category:
- Kubernetes
headerDepth: 5
---
# k8s 命令行命令
# 删除
强制删除pod
```
kubectl delete pod <podName> -n <namespace> --force --grace-period=0
```