Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update version mapping to latest state #536

Merged
merged 1 commit into from
Nov 5, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 9 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -636,24 +636,20 @@ Periodically, each pool checks that it has a valid connection to the next hop in

## GCE + GKE Version Mapping

The table below describes what version of GLBC is running on GCE (standard K8s) and on GKE. Note that these versions are simply the defaults. Users still have the power to change the version manually if they want to.
The table below describes what version of GLBC is running on GKE. Note that these versions are simply the defaults. Users still have the power to change the version manually if they want to (see deploy/).

*Format: k8s version -> glbc version*

* GCE:
* 1.9.0 -> 0.9.7
* 1.10.0 -> v1.0.0
* 1.10.1 -> v1.0.1
* 1.10.2 -> v1.1.1
* 1.11.0 -> v1.1.1

* GKE:
* 1.9.6-gke.2 -> 0.9.7
* 1.9.7-gke.5 -> 0.9.7
* 1.10.2-gke.4 -> v1.1.1
* 1.10.4-gke.3 -> v1.1.1
* 1.10.5-gke.4 -> v1.2.3
* 1.10.6-gke.1 -> v1.2.3
* 1.10.4-gke.0 -> v1.1.1
* 1.10.5-gke.1 -> v1.2.2
* 1.10.5-gke.3 -> v1.2.3
* 1.10.6-gke.2 -> v1.3.0
* 1.10.7-gke.1 -> v1.3.2
* 1.11.2-gke.4 -> v1.3.3
* 1.11.3-gke.14 -> v1.4.0

## Wish list:

Expand Down