Added instructions to upload localkube to GCS as part of updating kubernetes documentation

pull/444/head
Aaron Prindle 2016-08-02 15:20:09 -07:00
parent 0c770d7ff9
commit 6730a7cb00
1 changed files with 2 additions and 0 deletions

View File

@ -396,6 +396,8 @@ git add --all
git commit -m "Manual changes to update Kubernetes to foo"
```
As a final part of updating kubernetes, a new version of localkube should be uploaded to GCS so that users can select this version of kubernetes/localkube in later minikube/localkube builds. For instructions on how to do this, see [LOCALKUBE_RELEASING.md](https://github.com/kubernetes/minikube/blob/master/LOCALKUBE_RELEASING.md)
## Steps to Release Minikube
The steps to release minikube can be found at [RELEASING.md](https://github.com/kubernetes/minikube/blob/master/RELEASING.md)