NVIDIA / cloud-native-stack

Run cloud native workloads on NVIDIA GPUs
Apache License 2.0
118 stars 47 forks source link

Preferred single node setup #19

Closed rmkraus closed 2 years ago

rmkraus commented 2 years ago

This may not actually be a bug as it is a question more for guidance.

We are running a single node EGX "cluster". It seems that by default, in this configuration, the single node will only have the "master" label and not the "worker" label.

When only running single node, is the suggested solution to simply add the worker label to the node manually?

angudadevops commented 2 years ago

Agree but we tainted the the master node to run the workloads. so we can change until unless workloads are expected to run based on node role but we for EGX stack we didn't see that scenario. If you need that label for master can add that too.

angudadevops commented 2 years ago

@rmkraus hope that answer your question