Skip to content

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
yuvarajrece added a commit to yuvarajrece/cli that referenced this pull request Mar 23, 2025
Display correct cluster type during creation with --wait flag (civo#481)

Updated spinner to show the right cluster type dynamically (k3s→talos).
@fulviodenza
Copy link
Contributor

Closing as this has been fixed here yuvarajrece@f0887c5

@fulviodenza fulviodenza closed this May 6, 2025
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