摘要:
问题描述 linux服务器内存不足触发监控报警。 K8S在创建pod之后启动失败,日志报错如下: 问题检查 登录服务器发现服务器8G内存正在被使用的和空闲内存大概4G,还有大概4G被cache占用 这个cache占用了大量内存,那么这个cache时干什么用的? Linux 中的缓存称为Page Ca 阅读全文
摘要:
项目地址: buildimage: https://github.com/zhangchi6414/buildimage buildrun: https://github.com/zhangchi6414/buildrun s2i-operator: https://github.com/kubes 阅读全文
摘要:
# kodbox+minio实现存储可视化 挂载端安装s3fs-fuse apt install s3fs-fuse https://github.com/s3fs-fuse/s3fs-fuse 挂载minio https://github.com/lukewaite/cookbook/blob/m 阅读全文
摘要:
# K8S支持GPU ## 1.Centos安装NVIDIA驱动 查看显卡型号 ``` yum install pciutils lspci | grep -i vga ``` nvdia官网下载驱动 https://www.nvidia.com.tw/Download/index.aspx?lan 阅读全文