摘要:
最大文件数 socket: too many open files 原因:服务器打开文件数超过限制 解决方法:修改服务器最大打开文件数配置 查看服务器限制配置: [root@node-21-243 ~]# ulimit -a core file size (blocks, -c) 0 data se 阅读全文
摘要:
httpd启动失败: [root@localhost ~]# systemctl start httpd Job for httpd.service failed because the control process exited with error code. See "systemctl s 阅读全文
摘要:
openstack的horizon是基于django框架开发,入口在代码库中/horizon/openstack_dashboard,了解django的会觉得该文件夹下文件比较熟悉。 urls路由入口: # /horizon/openstack_dashboard/urls.py from open 阅读全文
摘要:
核心概念(13%) 题1:创建命名空间与pod 题目:Create a namespace called 'mynamespace' and a pod with image nginx called nginx on this namespace 题解: # 创建命令空间 kubectl crea 阅读全文