Results 20 comments of momesgin

I think even though you are not allowed to change the values later, you should still be able to see the exact values you entered when you created the cluster....

> > I think even though you are not allowed to change the values later, you should still be able to see the exact values you entered when you created...

> I removed the optional chaining before (I agree it should not be needed) but this caused failures in at least another unit test... I just re-added them to move...

@kwwii based on the requirements, I have some ux/ui questions: - Should we go with separate inputs for different parts of the url: `(registry_host_url) / (repository_namespace) : (tag)` - How...

@rohitsakala should UI do something about this item? > There is a way to not show Created date of index in the Individual Chart page if the Created date is...

We already have a banner on the bottom of the page for all the auth providers: ``` associatedWarning: 'Note: The {provider} user you authenticate as will be associated as an...

@nwmac the old message was shown only when the authentication provider was NOT enabled, should the new message follow the same logic, or should it always be displayed? Also the...

> good call out @izaac. can you add this check @momesgin? once that's done i think we can move this to Done sure, I'll work on it

This is where we filter the versions to be in a valid range: https://github.com/rancher/ui/blob/master/lib/shared/addon/version-choices/service.js#L47 The max version is based on the value of `ui-k8s-default-version-range` coming from the API `v3/settings?limit=-1&sort=name`: ```...