随笔 - 121
文章 - 0
评论 - 2
阅读 -
68745
12 2023 档案
使用Volcano调度工作负载
摘要:背景: Volcano是一个基于Kubernetes的批处理平台,提供了高性能任务调度引擎、高性能异构芯片管理、高性能任务运行管理等通用计算能力,通过接入AI、大数据、基因、渲染等诸多行业计算框架服务终端用户,并针对计算型应用提供了作业调度、作业管理、队列管理等多项功能。一般情况下,Kubernet
阅读全文
elasticsearch数据迁移方案
摘要:#elasticdump迁移工具【适合小数据量】 1、安装node #下载安装包 wget https://nodejs.org/dist/v16.14.0/node-v16.14.0-linux-x64.tar.xztar axf node-v16.14.0-linux-x64.tar.xz -C
阅读全文
Unhandled exception. System.IO.IOException: The configured user limit (128) on the number of inotify instances 处理
摘要:现象:Unhandled exception. System.IO.IOException: The configured user limit (128) on the number of inotify instances has been reached, or the per-process
阅读全文
k8s:通过 kubectl 插件 Kubepug 实现集群升级检查(废弃API资源检查)
摘要:背景:k8s 的版本迭代很快,虽然主要版本一直没有变化,但是次要版本一直在迭代,2022年一年就发布了三个次要版本,同时不同的次要版本之间 API 资源一直在变化,有新加入的,也有废弃删除的。不同版本的 api 资源版本也有不同,往往不是向下兼容的,比如在低版本中 API 资源版本为 v1beta1
阅读全文
默认使用bridge网络模式 nerdctl run -d 报"failed to call cni.Setup: plugin type=\"bridge\" failed (add) 问题处理
摘要:背景:执行 nerdctl run -d --name nginx -p8080:80 nginx 时,报如下错误 FATA[0000] failed to create shim task: OCI runtime create failed: runc create failed: unable
阅读全文