k8s/redis02/busybox.yaml
2022-03-23 22:27:21 +08:00

15 lines
204 B
YAML

apiVersion: v1
kind: Pod
metadata:
name: test01
labels:
app: busybox
spec:
containers:
- name: test001
image: busybox
command:
- "ping"
args:
- "baidu.com"