anaconda-enterprise-anaconda-platform.yml
configuration file.
resource-profiles
section:
resource-profiles
section of the Config map:
gpu-profile
entry:
node_selector
to your resource profile when you need to schedule certain user workloads on a particular node. This may be needed when running different CPU types, such as Intel or AMD; or different GPU types, such as Tesla v100 or Tesla p100. To enable, simply add node_selector
to the bottom of your resource profile, with the key
: value
matching the label you have applied to your worker node. Please see the example below:
values.yaml
template.
Create a new section at the bottom of your values.yaml
file with the following template,
customized for your environment. Please note that you can create as many resource profiles
as needed.