上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 59 下一页
摘要: 查询集群所支持的不同资源版本 [root@JumperServer:~] # kubectl api-versions admissionregistration.k8s.io/v1alpha1 admissionregistration.k8s.io/v1beta1 apiextensions.k 阅读全文
posted @ 2023-06-26 15:23 左扬 阅读(65) 评论(0) 推荐(0)
摘要: 查询集群提供哪些API资源 [root@JumperServer:~] # kubectl api-resources NAME SHORTNAMES APIVERSION NAMESPACED KIND bindings v1 true Binding componentstatuses cs v 阅读全文
posted @ 2023-06-26 15:22 左扬 阅读(72) 评论(0) 推荐(0)
摘要: 通过命令行使用 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 左扬 阅读(88) 评论(0) 推荐(0)
摘要: Kubernetes API 版本控制 https://kubernetes.io/zh-cn/docs/reference/using-api/#api-reference 为了提高可扩展性,Kubernetes 支持在不同的 API 路径下提供不同版本的 API,比如 /api/v1 或 /ap 阅读全文
posted @ 2023-06-26 15:06 左扬 阅读(111) 评论(0) 推荐(0)
摘要: gpu 驱动安装失败处理 描述: 部署完平台后,nvidia-smi 命令不存在,或者不能检测到 gpu,平台 gpu 功能不可用。 关键字: gpu, driver, nvidia, clever, docker 现象: 在部署时,Install nvidia driver 这个过程会输出失败日志 阅读全文
posted @ 2023-06-25 09:56 左扬 阅读(187) 评论(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 左扬 阅读(284) 评论(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 左扬 阅读(84) 评论(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 左扬 阅读(81) 评论(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 左扬 阅读(53) 评论(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 左扬 阅读(102) 评论(0) 推荐(0)
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 59 下一页