-
Notifications
You must be signed in to change notification settings - Fork 502
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
Add file browser for pkgs.k8s.io
#3317
Comments
We have at least something like this as browsable interface: https://download.opensuse.org/repositories/isv:/kubernetes:/core:/stable:/ |
Hi , Is there any update on this issue ? I am still facing errors as below root@node01 ~ ➜ sudo apt-get updateHit:2 https://download.docker.com/linux/ubuntu focal InRelease |
@ajinjoseph Looks like your repo is not configured correctly, you shouldn't have |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/lifecycle frozen |
What would you like to be added:
The legacy package repositories (and most of package repositories) supported browsing files, e.g. you can browser the APT repository by going over to apt.kubernetes.io. This is however not the case for
pkgs.k8s.io
because the underlying S3 bucket is private andpkgs.k8s.io
points to a CDN.We should research if it's possible to have a file browser in front of
pkgs.k8s.io
that would allow users to check contents of our repositories.If this is not possible, we should at least try to avoid throwing 403 Forbidden when trying to access URLs of directories (e.g.
https://pkgs.k8s.io/core:/stable:/v1.28/deb
) because this is confusing for users (see #3219)./priority backlog
The text was updated successfully, but these errors were encountered: