astefanutti / kubebox

⎈❏ Terminal and Web console for Kubernetes
http://astefanutti.github.io/kubebox
MIT License
2.16k stars 140 forks source link

Connection failed to https #23

Closed bjliushouyi closed 5 years ago

bjliushouyi commented 5 years ago

image What's wrong with that? thanks!

astefanutti commented 5 years ago

As it seems you're using the hosted Web version, it requires proper CORS configuration on the API server. You can find some information at https://github.com/astefanutti/kubebox#online.

To confirm it is a CORS issue, you can open the console panel in your Web browser and check the error messages.

astefanutti commented 5 years ago

Let me close this. Feel free to re-open if it turns out it's not a CORS issue.