-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[Release-1.5] update download url to the latest link #6703
Conversation
Hi @FeynmanZhou. Thanks for your PR. I'm waiting for a istio member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@ericvn Update the download link to sync with KubeSphere. Please help to review the updates. |
|
||
{{< text bash >}} | ||
$ curl -L https://kubesphere.io/download/stable/v2.1.0 > installer.tar.gz | ||
$ curl -L https://kubesphere.io/download/stable/latest > installer.tar.gz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure the best way to handle latest and then specifying a particular version on the cd
and then there k8s versions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ericvn
I think it could be better that do not specify a particular version, which means I can change cd kubesphere-all-v2.1.1
to cd kubesphere-all-${version}
instead. For k8s version, it should be manually updated when version changes. How do you think of this way?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I look at https://preliminary.istio.io/docs/setup/getting-started/#download (although I know that page is being reworked so it might change soon), but I could see saying something like:
Change to the Kubesphere directory. For example, if the created directory is kubesphere-all-v2.2.0, `cd kubesphere-all-v2.2.0`
Or maybe you keep the text bash with the cd so they can cut/paste (although if they have completion turned on, it's just type cd<tab>
to get it filled out).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And then maybe remove the Kubernetes versions since they will change over time and not require updates to this doc.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good suggestion, I have modified it accordingly. Please help to review the updates.
/ok-to-test |
As a side note, I see #6704 was opened for issues with Kubesphere. |
Signed-off-by: FeynmanZhou <[email protected]>
[ ] Configuration Infrastructure
[X ] Docs
[ ] Installation
[ ] Networking
[ ] Performance and Scalability
[ ] Policies and Telemetry
[ ] Security
[ ] Test and Release
[ ] User Experience
[ ] Developer Infrastructure