We are using the hosted version of Kubernetes inside the Google Container Engine (GKE).
We are currently on version 1.3.x, which comes with the Kubernetes v1.1.1 toolbar.
A few days ago, Kubernetes Dashboard v1.4.0 was released, which includes some very nice improvements.
My Question : What is the recommended way to update the Kubernetes control panel on a hosted Kubernetes cluster ( GKE )?
The cluster has a control panel controlled by the replication controller. We could just reset the RC configuration, edit the tag and image tags and apply it. But I do not want to break the dashboard. Therefore, I would like to know what the βofficialβ or proposed way to do this is.
source share