Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ Tenant Infra Controller ] Ability to Support Low Priority Nodes ( Spot, Virutal Machines and Preemptible ) #77

Open
AdheipSingh opened this issue May 12, 2024 · 1 comment
Assignees

Comments

@AdheipSingh
Copy link
Contributor

  1. Tenant Infra Controller to be able to create spot nodes.
  2. For every spot nodegroup create dedicated nodegroup.
  3. Research on label consistency ie if a pod is having labels for both spot as well as dedicated. How does the scheduler behave ?
  4. Sub task for this is too make sure dataplane is bootstrapped with Cluster Autoscaler for EKS. For GKE autoscaler is already available.
tenantsInfra:
  druid-small:
    machinePool:
    - name: druid-dataservers
      size: t2.small
      min: 1
      max: 3
      strictScheduling: enable
      type: low-priority
      labels:
        app: druid
        size: small
@pkbhowmick pkbhowmick self-assigned this May 19, 2024
@AdheipSingh
Copy link
Contributor Author

  1. Research on label consistency ie if a pod is having labels for both spot as well as dedicated. How does the scheduler behave ?

Lets check this pointer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants