
k8s集群提示docker login问题(同样适用于Rancher)
k8s启动容器报错ImagePullBackOff查看详情kubectl describe pod xxxFailed to pull image "xxx": rpc error: code = Unknown d...
k8s启动容器报错ImagePullBackOff查看详情kubectl describe pod xxxFailed to pull image "xxx": rpc error: code = Unknown d...
环境准备本次在一个已经安装的ESXI 6.7的机器上,虚拟出来一台虚拟机,安装的ubuntu-16.04.6-desktop-amd64系统.在官网下载对应的ISO文件: VMware-VCSA-all-6.7.0-...
首先找到路径/admin/views/template.php文件,替换一下全部代码<?php if (!defined('EMLOG_ROOT')) {exit('error!');}?> <d...
$.ajax({ url: '/Ajax/System/ajaxcheshi.ashx', dataType:'text', // datatype: 'json', type: 'post', data:user,...
show variables like '%max_connections%'; 查看最大连接数set global max_connections=1000 重新设置,重启失效打开my.ini,修改max_conn...