AliyunContainerService / gpushare-scheduler-extender

GPU Sharing Scheduler for Kubernetes Cluster
Apache License 2.0
1.36k stars 303 forks source link

你好,kubectl logs这个命令在gpu容器上无效,在普通容器上却可以 #209

Closed 140ai closed 1 year ago

140ai commented 1 year ago

我按照例子,创建了GPU容器,使用kubectl logs pod/gpu-xxxxxxx,报下面这个错误 Error from server: Get "https://192.168.0.250:10250/containerLogs/default/binpack-1-7b5ff88647-755s5/binpack-1": dial tcp 192.168.0.250:10250: i/o timeout 但我启动普通容器kubectl create deployment mynginx --image=nginx 这个命令可以运行 我不知道是不是我安装的k8s集群有问题,可以解答一下吗?