-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
View version numbers of the providers #2171
Comments
+1, I'd probably also hide the URL, which is rather large |
Yeah maybe that could be provided in the |
If we want to make it accessible the list of versions available for a provider, I propose to change
This can be easily extended to get the list provider versions as well
This is optional; If the version is not specified, clusterctl pick the default one.
The url of the provider repository is important and I think it should remain accessible in the |
I guess the UX I was going for was to see in the list which of the
Here, I'm not sure which is the default infrastructure provider until I've run the command. |
@wfernandes the list above is the list of known providers; the list of installed providers might vary cluster by cluster, and in most cases, there is only an infra provider --> the default one. |
Another ask would be display if possible the contract version supported by the providers.
And then if I check the current/latest release, all I see is
|
@wfernandes any thoughts on this? |
I need to look into this some more since it has been a while. I can take a look into this and see if this is still necessary/applicable. |
/milestone v0.3.x |
After investigating I'm going to fix the output of Currently we display
I'm thinking of splitting the URL and displaying a portion of it.
|
User Story
As a [developer/user] I would like to see the version of the providers available and which ones are default.
Detailed Description
clusterctl config providers
doesn't provide the version number of the providers available.Yet as part of
clusterctl init
andclusterctl-settings.json
we are asked to provide a version number.clusterctl config providers --help
it suggests the use of version numbers like/kind feature
/area clusterctl
The text was updated successfully, but these errors were encountered: