You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to deploy mk8s on google cloud with juju, I have 3 units of standard instance and a GPU instance, however I couldn't find a way to do it through the YAML file.
I did the same on AWS but the instances there are configured a bit differently than the ones on GCP, for AWS the script looks like:
There is no constraint designated as gpu-type or accelerator, leaving the only remaining option to provision the resources manually and include the machines in the YAML script. However, these instances do not come pre-installed with NVIDIA drivers, necessitating manual installation via SSH access to each machine.
The text was updated successfully, but these errors were encountered:
I am trying to deploy mk8s on google cloud with juju, I have 3 units of standard instance and a GPU instance, however I couldn't find a way to do it through the YAML file.
I did the same on AWS but the instances there are configured a bit differently than the ones on GCP, for AWS the script looks like:
For GCP:
I changed line 9 and 17 to:
There is no constraint designated as
gpu-type
oraccelerator
, leaving the only remaining option to provision the resources manually and include the machines in the YAML script. However, these instances do not come pre-installed with NVIDIA drivers, necessitating manual installation via SSH access to each machine.The text was updated successfully, but these errors were encountered: