Merge pull request #15519 from ihmccreery/upgrade-versioning

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2015-10-15 06:30:12 -07:00
8 changed files with 120 additions and 141 deletions

View File

@@ -74,16 +74,7 @@ The node upgrade process is user-initiated and is described in the [GKE document
Upgrades on open source Google Compute Engine (GCE) clusters are controlled by the `cluster/gce/upgrade.sh` script.
Its usage is as follows:
```console
cluster/gce/upgrade.sh [-M|-N|-P] -l | <release or continuous integration version> | [latest_stable|latest_release|latest_ci]
Upgrades master and nodes by default
-M: Upgrade master only
-N: Upgrade nodes only
-P: Node upgrade prerequisites only (create a new instance template)
-l: Use local(dev) binaries
```
Get its usage by running `cluster/gce/upgrade.sh -h`.
For example, to upgrade just your master to a specific version (v1.0.2):
@@ -94,7 +85,7 @@ cluster/gce/upgrade.sh -M v1.0.2
Alternatively, to upgrade your entire cluster to the latest stable release:
```console
cluster/gce/upgrade.sh latest_stable
cluster/gce/upgrade.sh release/stable
```
### Other platforms