01 2024 档案
摘要:前言 在安装 kubernetes 插件 k8s-device-plugin时,报错: Error: template: nvidia-device-plugin/templates/gfd.yml:22:19: executing "nvidia-device-plugin/templates/g
阅读全文
摘要:前言 k8s集群中,有pod出现了 Affinity ,使用 kubectl describe pod 命令,发现了报错 2 node(s) didn't match Pod's node affinity. Warning FailedScheduling <unknown> default-sc
阅读全文
摘要:在Linux中,你可以使用curl命令来测试URL的访问速度。curl是一个强大的命令行工具,可以用于文件传输和测试网络连接。 以下是使用curl测试URL访问速度的步骤: 打开终端或命令行界面。 输入以下命令: curl -o /dev/null -s -w "time_namelookup: %
阅读全文
摘要:前言 一直使用 npm build没问题的,突然出现报错: npm WARN install Usage of the `--dev` option is deprecated. Use `--only=dev` instead. npm ERR! code CERT_HAS_EXPIRED npm
阅读全文
摘要:前言 在 Linux 环境中,我使用 sudo 执行命令,发生报错:sudo: unable to resolve host xxxx: Name or service not known 解决 这个错误通常发生在更改主机名后,使用 sudo 命令时出现问题。sudo 命令会尝试解析主机名,但如果无
阅读全文