-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Create links on kubeflow.org to redirect to ksonnet tarballs and deploy scripts #1156
Comments
We could create a
An alternative for 1. is to instead of using |
@richardsliu Do you want to look into this. |
Can't we just use |
That's what we are doing now and it works. But it means we have to update
multiple places every time we publish an update.
I hope we can do something like create a static HTML page for each link and
just redirect.
Side benefit is that it might help us coect download metrics.
…On Fri, Jul 13, 2018, 4:04 AM Ankush Agarwal ***@***.***> wrote:
Can't we just use curl
https://raw.githubusercontent.com/kubeflow/kubeflow/<version>/docs/gke/configs/deploy.sh
| bash for now?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1156 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAvcA9dPpxMeKpmafiUWHv-ihsdoU6MWks5uGH7QgaJpZM4VIIYf>
.
|
It looks like netify might support this |
This works you can now do
An alternative idea raised in #96 was force pushing Git tags. But as @pdmack suggested that can get squirrelly. The next step is probably #1239 so that you don't have to specify the version in two places. See this comment |
@jlewi I wonder if "version/stable" is required? i.e., |
* update kfserving to kustomize v3 * add kustomize v3 for knative * update expected for test * update to address comments * update to address comments * update expected test data * Update knative/kubeflow/kustomization.yaml Co-authored-by: Dan Sun <dsun20@bloomberg.net> * Update tests/legacy_kustomizations/knative-install/kustomization.yaml Co-authored-by: Dan Sun <dsun20@bloomberg.net> * Update knative/kubeflow/kustomization.yaml Co-authored-by: Dan Sun <dsun20@bloomberg.net> * Update knative/kubeflow/kustomization.yaml Co-authored-by: Dan Sun <dsun20@bloomberg.net> * Update knative/kubeflow/kustomization.yaml Co-authored-by: Dan Sun <dsun20@bloomberg.net> * Update knative/kubeflow/kustomization.yaml Co-authored-by: Dan Sun <dsun20@bloomberg.net> * Update knative/kubeflow/kustomization.yaml Co-authored-by: Dan Sun <dsun20@bloomberg.net> * Update knative/kubeflow/kustomization.yaml Co-authored-by: Dan Sun <dsun20@bloomberg.net> * Update knative/kubeflow/kustomization.yaml Co-authored-by: Dan Sun <dsun20@bloomberg.net> * move kfserving to v0.3.0 * update kfdefs * revert back to use kubeflow namespace * address kubeflow-gateway comment * update expected knative-install configmap Co-authored-by: Dan Sun <dsun20@bloomberg.net>
We would like the getting started experience to be something like
To support that we'd like to host links in kubeflow.org that will automatically redirect to
We'd also like to create links that point to the most recent release and head e.g.
So that its easy for users to automatically get the latest release or version.
What should the URL structure be? Proposal
Proposal 1:
Proposal 2:
Anybody know off hand how we could use hugo to easily have these URLs mapped to GitHub URLs e.g.
For source.tar.gz we can just grab the links from our releases page
https://github.com/kubeflow/kubeflow/releases
The text was updated successfully, but these errors were encountered: