1 Star 0 Fork 3

Zhangxixi369/kubernetes-qf

forked from newrain001/kubernetes-qf 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
nginx-lifecycle.yml 519 Bytes
一键复制 编辑 原始数据 按行查看 历史
Your Name 提交于 2024-08-20 14:08 . 提交
apiVersion: v1
kind: Pod
metadata:
creationTimestamp: null
labels:
run: nginx-lifecycle
name: nginx-lifecycle
spec:
containers:
- image: 10.35.152.240:5000/library/nginx:1.16.1
name: nginx-lifecycle
resources: {}
lifecycle:
postStart:
exec:
command: ["sh","-c","echo 'start test' > /hello.txt"]
#preStop:
# exec:
# command: ["sh","-c","curl 10.35.152.167/helloworld"]
dnsPolicy: ClusterFirst
restartPolicy: Always
status: {}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhangxixi369/kubernetes-qf.git
git@gitee.com:zhangxixi369/kubernetes-qf.git
zhangxixi369
kubernetes-qf
kubernetes-qf
main

搜索帮助