kubectl logs查看日志时遇到failed to create fsnotify watcher: too many open files的解决sysctl fs.inotify.max_user_instances=8192,不光要查master,还要查和修改该容器所在节点。
kubectl logs查看日志时遇到failed to create fsnotify watcher: too many open files的解决sysctl fs.inotify.max_user_instances=8192,不光要查master,还要查和修改该容器所在节点。
排障过程中发现curl的一个不太常见参数-w,检查 time_appconnect 非常好用,记录一下。
centos7 删除无用内核kernel恢复boot空间
kubesphere v2.1版 单节点部署 All-in-One 安装之无力吐槽。话说下午在虚拟机下安装kubesphere最新版v2.1, 一句话总结,kubesphere v2.1版这是我见过最烂的一键安装包,无论是在线包,还是离线包。
记录一下虚拟机下centos磁盘扩容的过程,其实是转载。