I am new at Kubernetes and completely new to setting it up in EKS
.
I am trying to achieve sharing of GPU
between multiple pods, but for that going through few of the documents and articles, I found out I should update the kube-scheduler configuration
with parameters which will then allow me the make the necessary changes for enabling sharing of GPU
between pods.
Question
How do I update the kube-scheduler
configuration in EKS
. If update for the configuration is not possible, is there some other way I can setup kube-scheduler
for only those pods which require GPU
?