redspread / localkube

DEPRECRATED - See https://github.com/kubernetes/minikube
Apache License 2.0
184 stars 11 forks source link

Setup kubectl context with cluster #22

Closed ethernetdan closed 8 years ago

ethernetdan commented 8 years ago

When a cluster is started (spread cluster start) a kubectl context for the cluster should be created, if it doesn't exist already. This context should be set as the current context.

Currently there is no authentication or transport security between kubectl and the apiserver but if there ever is this step should setup the necessary configuration.