Skip to content
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

Config loading doesn't handle servers w/o http(s) #88

Closed
brendandburns opened this issue Oct 8, 2017 · 0 comments
Closed

Config loading doesn't handle servers w/o http(s) #88

brendandburns opened this issue Oct 8, 2017 · 0 comments

Comments

@brendandburns
Copy link
Contributor

When loading a config that looks like:

apiVersion: v1
clusters:
- cluster:
    server: "192.168.1.135:8001"
  name: "nuc"

Connection requests fail, because there is no protocol for the URL.

However kubectl works properly. We should add a prefix if it is missing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant