Helm: kube-system tiller-deploy-f9b8476d-zkln4 sempre pendente por programação com falha

Criado em 6 jun. 2018  ·  3Comentários  ·  Fonte: helm/helm


Como consertar isto?

Resultado de helm version :
Cliente: & version.Version {SemVer: "v2.9.1", GitCommit: "20adb27c7c5868466912eebdf6664e7390ebe710", GitTreeState: "clean"}

Resultado de kubectl version :
Versão do cliente: version.Info {Principal: "1", Secundária: "10", GitVersion: "v1.10.3", GitCommit: "2bba0127d85d5a46ab4b778548be28623b32d0b0", GitTreeState: "clean", BuildDate: "2018-05-21T09: 17: 39Z ", GoVersion:" go1.9.3 ", Compilador:" gc ", Plataforma:" linux / amd64 "}
Versão do servidor: version.Info {Major: "1", Minor: "10", GitVersion: "v1.10.3", GitCommit: "2bba0127d85d5a46ab4b778548be28623b32d0b0", GitTreeState: "clean", BuildDate: "2018-05-21T09: 05: 37Z ", GoVersion:" go1.9.3 ", Compilador:" gc ", Plataforma:" linux / amd64 "}

Provedor / plataforma de nuvem (AKS, GKE, Minikube etc.):
Minikube

kubectl -n kube-system describe pod tiller-deploy-f9b8476d-zkln4

Nome: tiller-deploy-f9b8476d-zkln4
Namespace: kube-system
Nó:
Rótulos: app = helm
nome = cana
pod-template-hash = 95640328
Anotações:
Status: Pendente
IP:
Controlado por: ReplicaSet / tiller-deploy-f9b8476d
Recipientes:
leme:
Imagem: gcr.io/kubernetes-helm/ tiller: v2.9.1
Portas: 44134 / TCP, 44135 / TCP
Portas de host: 0 / TCP, 0 / TCP
Liveness: http-get http: //: 44135 / liveness delay = 1s tempo limite = 1s período = 10s # sucesso = 1 # falha = 3
Prontidão: http-get http: //: 44135 / atraso de prontidão = 1s tempo limite = 1s período = 10s # sucesso = 1 # falha = 3
Meio Ambiente:
TILLER_NAMESPACE: sistema kube
TILLER_HISTORY_MAX: 0
Suportes:
/var/run/secrets/kubernetes.io/serviceaccount do default-token-skl9j (ro)
Condições:
Status do tipo
PodScheduled False
Volumes:
default-token-skl9j:
Tipo: Segredo (um volume preenchido por um Segredo)
SecretName: default-token-skl9j
Opcional: falso
Classe QoS: BestEffort
Seletores de nós:
Tolerações: node.kubernetes.io/not- ready: NoExecute por 300s
node.kubernetes.io/un alcançável: NoExecute por 300s
Eventos:
Digite Razão Idade da Mensagem
---- ------ ---- ---- -------
Aviso FailedScheduling 2m (x91 sobre 28m) default-scheduler 0/1 nós disponíveis: 1 nó (s) tinha manchas que o pod não tolerou.

questiosupport

Comentários muito úteis

permitir que o mestre execute pods:
kubectl taint nodes --all node-role.kubernetes.io/master-

Todos 3 comentários

Não tenho certeza, mas seu nó está indicando que está inacessível, portanto, não pode agendar pods.

permitir que o mestre execute pods:
kubectl taint nodes --all node-role.kubernetes.io/master-

Muito obrigado ! Funciona

Esta página foi útil?
0 / 5 - 0 avaliações

Questões relacionadas

dkirrane picture dkirrane  ·  3Comentários

danielcb picture danielcb  ·  3Comentários

antoniaklja picture antoniaklja  ·  3Comentários

itnilesh picture itnilesh  ·  3Comentários

bq1756 picture bq1756  ·  3Comentários