赞
踩
用于测试ping,curl等类型的pod
- apiVersion: apps/v1
- kind: Deployment
- metadata:
- name: centos-deployment
- labels:
- app: centos
- spec:
- replicas: 1
- selector:
- matchLabels:
- app: centos
- template:
- metadata:
- labels:
- app: centos
- spec:
- containers:
- - name: centos
- image: centos:7
- imagePullPolicy: IfNotPresent
- command: ["/bin/sh","-ce","tail -f /dev/null"]
-
- ports:
- - containerPort: 22

Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。