Kubernetes提示和技巧
kubectl命令
官方kubectl备忘单
查看资源使用情况
kubectl top no
kubectl top po
显示Docker图像的年龄和SHA
kubectl get pod -o json | jq '.status.containerStatuses[] | { "image": .image, "imageID": .imageID }'
显示先前启动的容器的日志以调试异常的连续重启
kubectl logs --previous
1.当document文档就绪时执行Javascr ipt代码。
我们为什么使用jQuery库呢?原因之一就在于我们可以使jQuery代码在各种不同的浏览器和存在bug的浏览器上完美运行。
[removed][removed]
[removed]
// Different ways to achieve the Document Ready event
// With jQuery
$(document).ready(function(){ /* ... */});
// Short