上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 61 下一页
摘要: 通过命令行使用 API 长话短说,我们将使用以 batch API 组为例来讲 cli 相关的操作。 首先,需要在终端运行下面的命令: [root@localhost ~]# kubectl proxy --port=8089 Starting to serve on 127.0.0.1:8089 阅读全文
posted @ 2023-06-26 15:20 左扬 阅读(113) 评论(0) 推荐(0)
摘要: 深入解析 Kubernetes API 版本控制:从 Alpha 到 Stable 的演进之路 https://kubernetes.io/zh-cn/docs/reference/using-api/#api-reference 在 Kubernetes 生态中,API 是整个系统的核心骨架。无论 阅读全文
posted @ 2023-06-26 15:06 左扬 阅读(125) 评论(0) 推荐(0)
摘要: gpu 驱动安装失败处理 一、描述 遇到的核心问题是平台部署后 nvidia-smi 命令异常(不存在或无法检测 GPU),导致 GPU 功能不可用,且部署过程中 NVIDIA 驱动安装步骤仅输出失败日志但未终止部署,需要一套完整的排查和解决流程。 二、关键字 gpu, driver, nvidia 阅读全文
posted @ 2023-06-25 09:56 左扬 阅读(215) 评论(0) 推荐(0)
摘要: 如何验证 GPU 模块是否正常? gpu 节点上,运行 nvidia-smi 能正常返回并识别出 GPU 的型号等信息; 通过 ls -la /dev/ | grep nvidia 能看到 nvidia0 等的 GPU 设备。 gpu 节点上,运行 docker info | grep Runtim 阅读全文
posted @ 2023-06-25 09:53 左扬 阅读(315) 评论(0) 推荐(0)
摘要: REST APIs —— Cluster APIs —— Cluster update settings API https://www.elastic.co/guide/en/elasticsearch/reference/8.8/cluster-update-settings.html#clus 阅读全文
posted @ 2023-06-24 23:47 左扬 阅读(105) 评论(0) 推荐(0)
摘要: REST APIs —— Cluster APIs —— Cluster stats API https://www.elastic.co/guide/en/elasticsearch/reference/8.8/cluster-stats.html#cluster-stats Returns cl 阅读全文
posted @ 2023-06-24 23:34 左扬 阅读(96) 评论(0) 推荐(0)
摘要: REST APIs —— Cluster APIs —— Cluster state API https://www.elastic.co/guide/en/elasticsearch/reference/8.8/cluster-state.html#cluster-state Returns an 阅读全文
posted @ 2023-06-24 23:19 左扬 阅读(66) 评论(0) 推荐(0)
摘要: REST APIs —— Cluster APIs —— Cluster reroute API https://www.elastic.co/guide/en/elasticsearch/reference/8.8/cluster-reroute.html#cluster-reroute Chan 阅读全文
posted @ 2023-06-24 23:08 左扬 阅读(116) 评论(0) 推荐(0)
摘要: REST APIs —— Cluster APIs —— Cluster health API https://www.elastic.co/guide/en/elasticsearch/reference/8.8/cluster-health.html#cluster-health Returns 阅读全文
posted @ 2023-06-24 22:53 左扬 阅读(93) 评论(0) 推荐(0)
摘要: REST APIs —— Cluster APIs —— Cluster get settings API https://www.elastic.co/guide/en/elasticsearch/reference/8.8/cluster-get-settings.html#cluster-ge 阅读全文
posted @ 2023-06-24 22:44 左扬 阅读(67) 评论(0) 推荐(0)
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 61 下一页