# kubectl describe node k8s-n2
Name:               k8s-n2
Roles:              <none>
Labels:             beta.kubernetes.io/arch=amd64
                    beta.kubernetes.io/os=linux
                    gpu_type=k20m
                    kubernetes.io/hostname=k8s-n2
                    local_storage=ssd
                    role=gpu-node
                    storage=ceph
                    type=physics
Annotations:        node.alpha.kubernetes.io/ttl=0
                    volumes.kubernetes.io/controller-managed-attach-detach=true
CreationTimestamp:  Thu, 03 May 2018 06:38:34 +0000
Taints:             <none>
Unschedulable:      false
Addresses:
  InternalIP:  109.105.1.208
  Hostname:    k8s-n2
Capacity:
 cpu:                  64
 ephemeral-storage:    229351Mi
 hugepages-1Gi:        0
 hugepages-2Mi:        0
 memory:               165091016Ki
 nvidia.com/gpu-k20m:  3
 pods:                 110
Allocatable:
 cpu:                  64
 ephemeral-storage:    216442758401
 hugepages-1Gi:        0
 hugepages-2Mi:        0
 memory:               164988616Ki
 nvidia.com/gpu-k20m:  0
 pods:                 110

============================================================

1. 每个deploy一个gpu, 起了三个low都running,此时资源耗尽

第四个low起不来,第五个middle杀掉了第三个,第五个running

起第六个high,需要2个gpu,杀掉了第一个和第二个,这俩low的,第六个running

删掉第六个,第三,第四 running

删掉第五个,第一个起

在另一个ns里起第七个high,2个gpu,杀掉的一个第2或3,第七个没起来,始终杀不掉两个

最终,全都挂掉

0/10 nodes are available: 10 Insufficient nvidia.com/gpu-k20m, 3 Insufficient memory, 9 node(s) didn't match node selector.
Update plugin resources failed due to requested number of devices unavailable for nvidia.com/gpu-k20m. Requested: 1, Available: 0, which is unexpected.

最新文章

  1. Android 控件属性介绍
  2. java.sql.SQLException: JZ00L
  3. java类集框架图(google找的,备个份)
  4. vs2015手动安装xamarin
  5. 使用NPOI导出excel
  6. Protocol Buffers介绍
  7. android131 360 04 手机安全页面
  8. isEqual
  9. 【算法】快速排序-Java版
  10. vector 汇总
  11. python_基础学习_04_mysql库验证与安装(mysql-python,mysql.connector)
  12. drupal错误: Maximum execution time of 240 seconds exceeded
  13. 使用TagHelper完成分页步骤
  14. thymeleaf模板引擎入门
  15. 201521123092《java程序设计》第九周学习总结
  16. 有关于二分搜索的常见问题(java实现)
  17. CMake入门实战
  18. 马昕璐201771010118《面向对象程序设计(java)》第七周学习总结
  19. 【vue】vue +element 搭建项目,vue-cli 如何打包上线
  20. eclipse如何设置断点&amp;断点处运行快捷键

热门文章

  1. 使用Jquery实现Win8开始菜单效果的站点导航
  2. FileStream 和StreamWriter 一起用时
  3. C/C++基础----泛型算法
  4. RegExp实例
  5. 无法连接redis问题
  6. h3c端口汇聚的几种情况-S5500-S5048
  7. C# implement java like CountDownLatch
  8. Hive基础之Hive环境搭建
  9. 关于raid5的一系列问题
  10. 如何对hashmap按value值排序