On Tue, Jul 5, 2016 at 5:17 PM, Chris Hiestand <[email protected]> wrote:
> Right now the Container Engine Release Notes > <https://cloud.google.com/container-engine/release-notes> do not contain > versions of contrib projects. It this because contrib project versions are > pinned in the kubernetes release? > Some contrib projects are included as part of GKE (gclb, heapster, etc). These projects are referenced in the main Kubernetes repo by version number in the salt and cluster addon configs and can change between minor and patch releases of Kubernetes. The versions from the Kubernetes repo are exactly the versions used by GKE. > Is there a way to quickly tell what contrib version(s) are released in a > particular version of GKE without spinning up a cluster? > Yes. You can look at versions under https://github.com/kubernetes/kubernetes/tree/master/cluster/saltbase/salt and https://github.com/kubernetes/kubernetes/tree/master/cluster/addons for each release version to see what addon version should be running. For example, Kubernetes v1.2.5 is running GCLB v0.6.0 <https://github.com/kubernetes/kubernetes/blob/v1.2.5/cluster/addons/cluster-loadbalancing/glbc/glbc-controller.yaml>, which Kubernetes v1.3.0 is running GCLB v0.7.0 <https://github.com/kubernetes/kubernetes/blob/release-1.3/cluster/saltbase/salt/l7-gcp/glbc.manifest> (also note that the file location changed). > > I wanted this information for GLBC, but I could see this potentially being > useful for other contrib projects. > > I've found the GLBC version information in: > kubernetes/cluster/saltbase/salt/l7-gcp/glbc.manifest . But does GKE use > these salt configuration files? > Yes, but you need to make sure you are browsing the tag corresponding to the release that your GKE cluster is running. > -- > You received this message because you are subscribed to the Google Groups > "Containers at Google" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/google-containers. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Containers at Google" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-containers. For more options, visit https://groups.google.com/d/optout.
