摘要: 容器重启策略 Pod 的 spec 中包含一个 restartPolicy 字段,其可能取值包括 Always、OnFailure 和 Never。默认值是 Always。 强制删除不听话的pod pod 中的 initcontainer 先用应用程序启动,Init 容器是一种特殊容器,在 Pod 阅读全文
posted @ 2021-09-08 15:29 mingtian是吧 阅读(77) 评论(0) 推荐(0)
摘要: 管理widows 服务的两个命令 sc query spooler sc start spooler sc stop spooler net start spooler control printers control userpasswords msconfig 阅读全文
posted @ 2021-08-11 15:07 mingtian是吧 阅读(55) 评论(0) 推荐(0)
摘要: #提示 解决办法 阅读全文
posted @ 2021-07-28 15:58 mingtian是吧 阅读(321) 评论(0) 推荐(0)
摘要: office2016标准版 cd "C:\Program Files (x86)\Microsoft Office\Office16" cscript ospp.vbs /inpkey:FN8TT-7WMH6-2D4X9-M337T-2342K cscript ospp.vbs /sethst:km 阅读全文
posted @ 2021-07-10 13:57 mingtian是吧 阅读(266) 评论(0) 推荐(0)
摘要: VMware三个版本 workstation: 单机级,用在个人桌面系统中,需要操作系统支持 servier:工作组级,用于服务器,需要操作系统支持 esxi:企业级,用于服务器,不需要操作系统支持 vsphere 包含vcenter 和 esxi 两个主要组件 https://blog.whsir 阅读全文
posted @ 2021-06-17 16:25 mingtian是吧 阅读(76) 评论(0) 推荐(0)
摘要: 设置成开机自动挂载 阅读全文
posted @ 2021-06-15 10:58 mingtian是吧 阅读(191) 评论(0) 推荐(0)
摘要: https://blog.51cto.com/h2appy/1746836 阅读全文
posted @ 2021-05-05 21:26 mingtian是吧 阅读(60) 评论(0) 推荐(0)
摘要: [centos7内核升级](https://www.kernel.org/) ``` rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org rpm -Uvh https://www.elrepo.org/elrepo-release-7 阅读全文
posted @ 2021-05-05 20:36 mingtian是吧 阅读(42) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2021-04-26 10:12 mingtian是吧 阅读(0) 评论(0) 推荐(0)
摘要: pod 和 pod 控制器 Pod ReplicationController ReplicaSet Deployment DaemontSet StatefulSet Job CronJob 服务暴露 Service Ingress 存储 emptyDir hostPath nfs ConfigM 阅读全文
posted @ 2021-04-23 23:13 mingtian是吧 阅读(53) 评论(0) 推荐(0)