-
Notifications
You must be signed in to change notification settings - Fork 715
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 a flag to customize kubeReleaseBucketURL
#3178
Comments
/cc @pacoxu |
/cc @neolit123 |
kubeReleaseBucketURL
kubeReleaseBucketURL
/assign |
what is the blocker here? if it fails, it ends up using the local version, correct? new configuration options should go in the api and not flags: my initial reaction is -1, https://dl.k8s.io/ is a stable default, same to registry.k8s.io. by making this configurable are you supposed to deploy a fake service that emulates what dl.k8s.io does? |
@neolit123 thanks for your comments. |
if there is a custom url, how would one set it up the service? it has some custom version markers and it falls back to binary version on network failure. it is used to fetch latest patch version, but the user can just pass --kubernetes-version instead. cc @SataQiu @carlory @HirazawaUi for opinion. |
@neolit123 user can mirror https://dl.k8s.io. |
LOL, Chinese people active on github are really good at tunneling through the internet, so I've never run into this issue. In fact, there are plenty of guides on the Chinese internet about using kubeadm offline, and they’ve never been troubled by this problem, so I’m quite skeptical about the necessity of adding this parameter. Could you describe the issue you encountered in more detail? edit: |
Upon revisiting this issue, I think the vast majority of users wouldn’t do this (even in a restricted network environment). Setting up a mirror for https://dl.k8s.io/ is far more troublesome than simply specifying kubernetes version (at the very least, there’s no reliable documentation telling users how to set up such a mirror). Unless there’s a more compelling reason, my stance also -1. |
Agreed. |
make sense. thanks you all |
Add a flag to customize
kubeReleaseBucketURL
https://dl.k8s.io is not stable in china. so we can add a flag to customize kubeReleaseBucketURL.
The text was updated successfully, but these errors were encountered: