kops kubernetes dashboard não está funcionando

1

Criei um cluster kops kubernetes

Painel instalado usando:

kubectl create -f https://raw.githubusercontent.com/kubernetes/kops/master/addons/kubernetes-dashboard/v1.6.3.yaml

Versões

kubectl version

dá:

Client Version: version.Info{Major:"1", Minor:"8", GitVersion:"v1.8.0", GitCommit:"6e937839ac04a38cac63e6a7a306c5d035fe7b0a", GitTreeState:"clean", BuildDate:"2017-09-28T22:57:57Z", GoVersion:"go1.8.3", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"7", GitVersion:"v1.7.4", GitCommit:"793658f2d7ca7f064d2bdf606519f9fe1229c381", GitTreeState:"clean", BuildDate:"2017-08-17T08:30:51Z", GoVersion:"go1.8.3", Compiler:"gc", Platform:"linux/amd64"}

Navegação para:

link

Dá:

Erro: "Resposta HTTP malformada" \ x15 \ x03 \ x01 \ x00 \ x02 \ x02 "' Tentando acessar: ' link '

Como devo acessar o painel?

    
por Greg Pagendam-Turner 11.10.2017 / 13:42

1 resposta

0

Novas versões do painel não funcionam corretamente com o caminho /ui curto. Você precisa usar feio /api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/ em vez disso.

Verifique o site oficial para detalhes. link

    
por 29.10.2017 / 11:43