Re: [kubernetes-users] Current status of GPU support in Kubernetes

2017-10-25 Thread
Clusters are not ready to go just yet. please sign up via this link - https://goo.gl/forms/HR0Upm9w30DW8aIU2 On Oct 25, 2017 8:11 AM, "Itamar O" wrote: > I already took that cluster down, so I'll reproduce it later and run > `kubectl describe no`. > What user guide are you referring to? I was un

Re: [kubernetes-users] Current status of GPU support in Kubernetes

2017-10-25 Thread Itamar O
I already took that cluster down, so I'll reproduce it later and run `kubectl describe no`. What user guide are you referring to? I was under the impression that using GKE with the Google optimized images gives me ready-to-go-machines. The user guide I'm familiar with talks about installing GPU dri

Re: [kubernetes-users] Current status of GPU support in Kubernetes

2017-10-25 Thread
Can you post output of 'kubectl describe no'? Did you follow the user guide to install drivers? On Oct 25, 2017 7:23 AM, "Itamar O" wrote: > Vishnu, > I have an alpha cluster on GKE with GPU (project is whitelisted, running > 1.7.8), but I am unable to schedule workloads that require GPUs: > [im

Re: [kubernetes-users] Current status of GPU support in Kubernetes

2017-10-25 Thread Itamar O
Vishnu, I have an alpha cluster on GKE with GPU (project is whitelisted, running 1.7.8), but I am unable to schedule workloads that require GPUs: [image: unnamed.png] example YAML for reproducing this: apiVersion: apps/v1beta1 kind: Deployment metadata: name: my-tf labels: app: tf spec:

Re: [kubernetes-users] Current status of GPU support in Kubernetes

2017-10-23 Thread
Hey there, if you are trying out alpha experience for GPUs on GKE, please sign up via this form and request access to the doc listed in the form. If you have issues with GKE after going through the user guide, please PM me and I'll help you out. On Mon, Oct

Re: [kubernetes-users] Current status of GPU support in Kubernetes

2017-10-23 Thread ktsai
Hi Vishnu, I am also trying to run a GPU cluster on GKE. And also hitting allocatable GPU = 0 problem. Can you please guide me? On Tuesday, October 17, 2017 at 6:36:20 AM UTC+9, Vishnu Kannan wrote: > GPU support in kubernetes is moving out of tree using a new extension > mechanism called devi

Re: [kubernetes-users] Current status of GPU support in Kubernetes

2017-10-17 Thread burtchensu
On Tuesday, October 17, 2017 at 5:36:20 AM UTC+8, Vishnu Kannan wrote: > GPU support in kubernetes is moving out of tree using a new extension > mechanism called device plugins. Nvidia has published a GPU device plugin > recently that is expected to work with kubernetes v1.8.  > > > If you are

Re: [kubernetes-users] Current status of GPU support in Kubernetes

2017-10-16 Thread
GPU support in kubernetes is moving out of tree using a new extension mechanism called device plugins . Nvidia has published a GPU device plugin recently that is expected to work

Re: [kubernetes-users] Current status of GPU support in Kubernetes

2017-10-16 Thread burtchensu
Hi Vu Pham, My allocatable GPU number is 0. Can you advise how you overcome the issue? Thanks, Burt -- You received this message because you are subscribed to the Google Groups "Kubernetes user discussion and Q&A" group. To unsubscribe from this group and stop receiving emails from it, send an

Re: [kubernetes-users] Current status of GPU support in Kubernetes

2017-10-16 Thread burtchensu
On Tuesday, December 20, 2016 at 12:00:41 AM UTC+8, Vu Pham wrote: > Nevermind, it's my bad. I was using the wrong binaries :) > It's working now. I am gonna bring it to the cluster. > > > Looking forward to see new features for GPUs in the codebase. Things like > Memory management and so on wou

Re: [kubernetes-users] Current status of GPU support in Kubernetes

2016-12-19 Thread Vu Pham
Nevermind, it's my bad. I was using the wrong binaries :) It's working now. I am gonna bring it to the cluster. Looking forward to see new features for GPUs in the codebase. Things like Memory management and so on would be very helpful. Thanks and cheers, On Mon, Dec 19, 2016 at 3:55 PM, wrote:

Re: [kubernetes-users] Current status of GPU support in Kubernetes

2016-12-19 Thread phvu225
Awesome! I checked out the branch, rebase with master, compiled it and deploy on a single-node Ubuntu 14.04 machine. However, when I run "kubectl describe nodes", it shows: Capacity: alpha.kubernetes.io/nvidia-gpu:0 Allocatable: alpha.kubernetes.io/nvidia-gpu:0 I am pretty

Re: [kubernetes-users] Current status of GPU support in Kubernetes

2016-12-04 Thread Hui-Zhi Zhao
Hi all, I have rebased #28216 , any comment is welcome. Meanwhile, I will add more logs and annotations. Regards, Hui-Zhi Zhao > On 30 Nov 2016, at 7:12 PM, Hui-Zhi Zhao wrote: > > Great! I am working on rebase my > pr(https://github.com/

Re: [kubernetes-users] Current status of GPU support in Kubernetes

2016-11-30 Thread Hui-Zhi Zhao
Great! I am working on rebase my pr(https://github.com/kubernetes/kubernetes/pull/28216 ). Regards, Hui-Zhi Zhao > On 30 Nov 2016, at 6:28 PM, Vishnu Kannan wrote: > > this -- You received this message because you are subscribed to the Go

Re: [kubernetes-users] Current status of GPU support in Kubernetes

2016-11-30 Thread
Kubernetes supports only 1 GPU as of now. Take a look at this doc . This PR is attempting to add support for multiple GPUs. We hope to introduce alpha suppor

[kubernetes-users] Current status of GPU support in Kubernetes

2016-11-30 Thread phvu225
Hi everyone, We are considering using Kubernetes to manage batch jobs on an on-prem GPU cluster. However, I had a hard time looking for updated information about GPU support in Kubernetes. Here it said only 1 GPU per machine is supported: https://github.com/kubernetes/kubernetes/pull/24836 Is