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

chore(control-panel,station): always use CMC for canister creation #460

Merged
merged 2 commits into from
Dec 9, 2024

Conversation

mraszyk
Copy link
Collaborator

@mraszyk mraszyk commented Dec 6, 2024

This PR updates the helper function for canister creation to always use CMC for canister creation: this way, stations created by the control panel and external canisters created by the station without specifying a subnet explicitly will be created at a (pseudo-)random application subnet instead of always creating those canisters on the same subnet. (The upgrader is still always created on the same subnet as its station.) This is supposed to achieve better load balancing. If external canisters need to be collocated, a subnet should be specified explicitly.

@mraszyk mraszyk marked this pull request as ready for review December 6, 2024 17:11
@mraszyk mraszyk requested a review from a team as a code owner December 6, 2024 17:11
Copy link
Member

@keplervital keplervital left a comment

Choose a reason for hiding this comment

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

LGTM

@mraszyk mraszyk merged commit 4cc0ede into main Dec 9, 2024
23 checks passed
@mraszyk mraszyk deleted the mraszyk/cmc-canister-creation branch December 9, 2024 14:23
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.

2 participants