15 lines
204 B
YAML
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"
|