Установка kubernetes cluser на AWS с использованием ошибки возврата kubeadm - PullRequest
0 голосов
/ 02 мая 2019

Среда:

  • Облачный провайдер: AWS
  • ОС: centos LINUX 7
  • Версия Ansible: 2.7.10
  • Версия Kubespray: мастер-тег: 2.9.0
Copy of your inventory file:

master-1 ansible_host=ip-10-1-x-x.eu-west-3.compute.internal ip=10.1.x.x
master-2 ansible_host=ip-10-1-x-x.eu-west-3.compute.internal ip=10.1.x.x
worker-1 ansible_host=ip-10-1-x-x.eu-west-3.compute.internal ip=10.1.x.x
worker-2 ansible_host=ip-10-1-x-x.eu-west-3.compute.internal ip=10.1.x.x
worker-3 ansible_host=ip-10-1-x-x.eu-west-3.compute.internal ip=10.1.x.x
worker-4 ansible_host=ip-10-1-x-x.eu-west-3.compute.internal ip=10.1.x.x

[kube-master]
master-1
master-2

[etcd]
master-1
master-2
worker-1

[kube-node]
worker-1
worker-2
worker-3
worker-4

[k8s-cluster:children]
kube-master
kube-node

Command used to invoke ansible:
ansible-playbook -i inventory/moneydev-jordan/inventory.ini cluster.yml -b -v --flush-cache --private-key=~/.ssh/k8s-key.pem --user=centos --extra-vars bootstrap_os=centos

    Output of ansible run:
    TASK [kubernetes/kubeadm : Join to cluster] ***********************************************************************************************************************************************************************
    Wednesday 24 April 2019 12:22:20 +0000 (0:00:00.898) 0:04:40.811 *******
    fatal: [worker-1]: FAILED! => {"changed": false, "msg": "async task did not complete within the requested time"}
    fatal: [worker-3]: FAILED! => {"changed": false, "msg": "async task did not complete within the requested time"}
    fatal: [worker-2]: FAILED! => {"changed": false, "msg": "async task did not complete within the requested time"}
    fatal: [worker-4]: FAILED! => {"changed": false, "msg": "async task did not complete within the requested time"}

вход на рабочие узлы и проверка журналов. Я обнаружил, что ниже

невозможно загрузить клиентФайл CA /etc/kubernetes/ssl/ca.crt: открыть /etc/kubernetes/ssl/ca.crt: нет такого файла или каталога

...