k8s操作手册 2.3拉取 #command: [ "/bin/sh", "-ce", "ping -c 3 1.1.1.1" ] #容器入口程序及参数 resources: requests: #资源需求,定义了容器所需要的最小资源量,便于调度,不 能小于jvm中的Xms memory: "256Mi" cpu: "200m" memory: "256Mi" defaultRequest: # 定 义 默 认 的 资 源 需 求 , 同 创 建 pod 时 指 定 的 resources/requests cpu: 200m memory: "256Mi" min: #定义最小的资源用量 cpu: 50m resourcequota-testxx namespace: default spec: hard: pods: "10" requests.cpu: "4" #同cpu: 4,cpu资源需求的总量限额 requests.memory: 2Gi #同memory: 2Gi,内存资源需求的总量限额 limits.cpu:0 码力 | 126 页 | 4.33 MB | 1 年前3
python3学习手册★requests(HTTPS请求) # pip3 install requests # 在pycharm里,打开工程所在目录,进入venv\Scripts\子目录下 按下Shi�键同时点击鼠标右键,在此处打开PowerShell窗口 cmd> pip3 install requests #使用 import requests response = requests.get("http://sysyear import requests myurl = "http://sysyear.top:4600" myheaders = { "Accept": "application/json", "Content-Type": "application/json;charset=utf8" } mydata = "dddd" response = requests.post(myurl0 码力 | 213 页 | 3.53 MB | 1 年前3
The DevOps Handbookthe relevant changes ii. Sampling and examining pull requests from larger population or those relevant to production incidents 1. Bad pull requests – typically doesn’t have enough context for the reader changes intended outcome, or explanation of the thought process behind the change 2. Good pull requests – sufficient detail on why the change is made, how the change was made, and identified risks and0 码力 | 8 页 | 24.02 KB | 5 月前3
Velocity Conference 2015have been part of the problem to come along Changing the Laws of Engineering with GitHub Pull Requests by Ralph Bodenner (New Relic) https://bit.ly/pull-request-your-culture How you change your process0 码力 | 4 页 | 176.79 KB | 5 月前3
Government Excerptto distribute unemployment benefits, to regulate fish and wildlife. In 2012 they oversaw eighty requests totaling more than $400 million. And they issue standards and guidance to various agencies on0 码力 | 3 页 | 414.99 KB | 5 月前3
The Phoenix Project‘applications affected’ don’t even have what I need. It’s why I’ve stopped even putting in change requests.” “I have to manually type in hundreds of server names in one of the text boxes. Most of the0 码力 | 3 页 | 154.45 KB | 5 月前3
git 操作手册★配置webhook自动化触发功能 首先配置允许向本地网络(私有网段地址)发送webhook通知,如果不配置则 会报错: 管理员用户登录,点击设置: 勾选“Allow requests to the local network from webhooks and integra�ons” 点击“保存” 然后普通用户就可在自己的项目里配置“WebHook”功能了 Se�ngs→Webhooks→Add0 码力 | 35 页 | 1.69 MB | 1 年前3
共 7 条
- 1













