Crie o Google Container Cluster com a versão personalizada do kubernetes

3

Estou tentando usar o contêiner de clusters do Google e enfrentei um problema muito estranho. O Google pré-instala e pré-configura o kubernetes + coreos nesse cluster. Tem a versão 0.12.2 e parece estar com bugs:

link

Existe uma maneira de instalar uma versão mais nova dos kubernetes durante a criação do cluster?

    
por TermiT 26.03.2015 / 16:40

1 resposta

2

Respondendo aqui também, pois resolvemos este no github também :

Unfortunately that is a known issue with 0.12.2 on GKE that we found shortly after making it available. We've since pulled that release from GKE but clusters that are still running it won't be able to create external load balancers.

Your best bet is to create a new cluster (the default is now 0.13.2) which has this bug fixed.

E se você precisar voltar para uma versão mais antiga:

You can choose the cluster version on the command line with --cluster-api-version:

https://cloud.google.com/sdk/gcloud/reference/preview/container/clusters/create

We have a downlevel version available (usually). Also, 0.13.2 is default as of yesterday afternoon, and because of this issue, 0.11.0 remains our downlevel version.

(FWIW, se você está interessado em ajudar a equipe do Kubernetes, nós obviamente monitoramos o github ativamente, nós prestamos atenção ao Stack Overflow sob a tag "kubernetes", e é claro que você está convidado a se juntar ao # google- Recipiente IRC canal em freenode.)

    
por 26.03.2015 / 18:34