publish a proper website with kubernetes download instructions #845
publish a proper website with kubernetes download instructions #845k8s-ci-robot merged 3 commits intokubernetes-sigs:masterfrom
Conversation
|
@upodroid: GitHub didn't allow me to request PR reviews from the following users: kubernetes-sigs/release-engineering. Note that only kubernetes-sigs members and repo collaborators can review this PR, and authors cannot review their own PRs. DetailsIn response to this:
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-sigs/prow repository. |
✅ Deploy Preview for downloadkubernetes ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
It's been published to https://dl.k8s.dev, and we can purge all the files related to this app in a single command |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: saschagrunert, upodroid The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Instead of seeing a badly formatted xml list of our bucket, we could serve the contents of downloadkubernetes.com at dl.k8s.io(prod endpoint) and dl.k8s.dev(staging endpoint).
I already created a purge-only token from fastly and added it to k8s-release project.
This will be run as a periodic job that will launch a cloudbuild job in k8s-release project and run every 4 hours. If it detects a diff, it will updated code and purge the entries from the cache.
/cc @kubernetes-sigs/release-engineering