Skip to content

Conversation

@piyush117
Copy link
Contributor

@piyush117 piyush117 commented Nov 3, 2025

Description

This change includes the new worker node flavors(machine type) widget which was added as an enhancement. The default_worker_pool_machine_type parameter in the IBM Cloud catalog configuration now uses a dynamic worker_node_flavors widget instead of a static dropdown list.

Release required?

  • No release
  • Patch release (x.x.X)
  • Minor release (x.X.x)
  • Major release (X.x.x)
Release notes content

The widget now dynamically fetches available worker node flavors based on the selected region, ensuring users only see machine types that are actually available in their chosen deployment location. With optionsRefresh: true, the machine type options automatically update when the user changes the region selection, providing real-time accuracy. These changes highlight the significant UX improvement this widget brings to the catalog experience!

Run the pipeline

If the CI pipeline doesn't run when you create the PR, the PR requires a user with GitHub collaborators access to run the pipeline.

Run the CI pipeline when the PR is ready for review and you expect tests to pass. Add a comment to the PR with the following text:

/run pipeline

Checklist for reviewers

  • If relevant, a test for the change is included or updated with this PR.
  • If relevant, documentation for the change is included or updated with this PR.

For mergers

  • Use a conventional commit message to set the release level. Follow the guidelines.
  • Include information that users need to know about the PR in the commit message. The commit message becomes part of the GitHub release notes.
  • Use the Squash and merge option.

@piyush117
Copy link
Contributor Author

/run pipeline

@piyush117
Copy link
Contributor Author

/run pipeline

@piyush117
Copy link
Contributor Author

/run pipeline

@piyush117
Copy link
Contributor Author

/run pipeline

1 similar comment
@piyush117
Copy link
Contributor Author

/run pipeline

@piyush117
Copy link
Contributor Author

/run pipeline

Comment on lines +624 to +635
"required": true,
"custom_config": {
"type": "worker_node_flavors",
"grouping": "deployment",
"original_grouping": "deployment",
"associations": {
"parameters": [
{
"name": "region",
"optionsRefresh": true
}
]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need this here as its a quickstart? Is it not hidden in qs?
@imprateeksh what do you suggest?

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants