nebari-dev / nebari-docs

📖 Documentation for Nebari
https://www.nebari.dev
BSD 3-Clause "New" or "Revised" License
14 stars 27 forks source link

[DOC] - Add node selector label for other cloud providers #415

Open pt247 opened 4 months ago

pt247 commented 4 months ago

Preliminary Checks

Summary

https://www.nebari.dev/docs/explanations/profile-configuration#jupyterlab-profile-node-selectors gives an example for GKE. And notes that "Other cloud providers will have different node labels."

I want to add node selector labels for other supported platforms.

Flowing labels are known:

  1. AWS: dedicated

Steps to Resolve this Issue

  1. Add a label for AWS
  2. Add a label for Azure
  3. Add a label for Digital Ocean ...
### Tasks
viniciusdc commented 4 months ago

For some context, this might help:

GCP: "cloud.google.com/gke-nodepool",
AWS: "eks.amazonaws.com/nodegroup",
Azure: "kubernetes.azure.com/agentpool",

sources:

pt247 commented 4 months ago

AWS now has a different label but I can pick the others. Thanks