fabric8io / go.fabric8.io

MIT License
0 stars 1 forks source link

I wonder if we could add an option to query the users ~/.kube/config to see how to connect to minikube / minishift etc? #1

Open jstrachan opened 8 years ago

jstrachan commented 8 years ago

would need special security / plugin mind you though. Might require a new page?

Or maybe we could add a gofabric8 command on the CLI which posted details of the currrent context to the go.fabric8.io web page (to then store it for future use)?

Or at the very least a gofabric8 command to list the require values for this form?

jimmidyson commented 8 years ago

Could investigate the html5 filereader API, although I've never tried it.

jimmidyson commented 8 years ago

Unfortunately can't do that transparently, need user to select config file via input.

jstrachan commented 8 years ago

OK how about we start with a gofabric8 command to POST the data to go.fabric8.io to populate it?

jstrachan commented 8 years ago

could be a GET with ?apiserver=whatnot&token=cheese&namespace=blah either if thats simpler; then just direct to hide the token after its been loaded by the web app?