-
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
Output upgrade instructions #2575
Comments
@grampelberg Is the URL a link to a new page on linkerd.io, maybe |
https://linkerd.io/2/tasks/upgrade/ would be where it would go eventually. We should have a redirect in place that goes there though (take a look at how check's been done). |
Should the URL be output only if the user types |
@scottcarol any time a user types |
Adds a URL to the `linkerd upgrade` output which contains full upgrade instructions. The message and the URL anchors are different in the case of success or failure. Fixes #2575.
…rd#2627) Adds a URL to the `linkerd upgrade` output which contains full upgrade instructions. The message and the URL anchors are different in the case of success or failure. Fixes linkerd#2575. Signed-off-by: [email protected] <[email protected]>
Feature Request
What problem are you trying to solve?
Upgrading between versions is more than just the control plane. #2556 covers providing a command, but it only outputs YAML. There are breaking changes, specific upgrade steps and gotchas when going between versions.
How should the problem be solved?
Output a URL that provides the full upgrade instructions between versions as part of the CLI output. This way, users can go read up before then apply to the cluster and follow the steps.
The text was updated successfully, but these errors were encountered: