[go: up one dir, main page]

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

fix: display correct cluster type during creation with --wait flag #481

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Praveen005
Copy link
Contributor

When you create a cluster with --wait flag, the spinner message says, creating a k3s cluster, even if the cluster type is talos, now it takes the value from from --cluster-type flag, or defaults to k3s if nothing specified.

Issue:

If you see, we are creating a talos cluster, but the spinner message says k3s:

Screenshot 2024-10-17 202844

Result:

Correctly picking up the cluster type now:

Screenshot 2024-10-17 213207

Rightly defaulting to k3s:

Screenshot 2024-10-18 013946

Ealier it had a hard-coded cluster type value, now it take the value from --cluster-type flag, or defaults to k3s if nothing specified
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.

1 participant