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

Extend Kyma Provisioning Parameters to allow multiple Worker Node Pools definitions #952

Open
1 of 10 tasks
PK85 opened this issue Jul 25, 2024 · 2 comments
Open
1 of 10 tasks
Assignees
Labels
kind/feature Categorizes issue or PR as related to a new feature. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Comments

@PK85
Copy link

PK85 commented Jul 25, 2024

See:

kyma-project/kyma#18709 (comment)

Plan:

  1. We keep our main worker pool nodes as they are. It will be for Kyma workloads
  2. We need to support additionalWorkerNodes for customers (we decided that they are by default min 3 and three zones)

AC

@PK85 PK85 added the kind/feature Categorizes issue or PR as related to a new feature. label Jul 25, 2024
@PK85 PK85 added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Dec 18, 2024
@KsaweryZietara KsaweryZietara self-assigned this Dec 18, 2024
@KsaweryZietara
Copy link
Contributor

KsaweryZietara commented Dec 23, 2024

23.12.2024

  1. We've decided to extend machine type list with new types (for example GPUs) in next task.
  2. We've decided to extend the schema with _load_current_config: true parameter, which loads current instance configuration into the update instance schema. In the next step we will test additionalWorkerNodePools on preview plan. If everything works, we will release additionalWorkerNodePools on every plan.

@KsaweryZietara
Copy link
Contributor

KsaweryZietara commented Jan 9, 2025

Additional Worker Node Pools will be available on:

  • azure, aws, gcp, sap-converged-cloud, preview:
    • autoScalerMin: 3 (default - 3)
    • autoScalerMax: 300 (default - 20)
  • azure_lite:
    • autoScalerMin: 2 (default - 2)
    • autoScalerMax: 40 (default - 10)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

No branches or pull requests

2 participants