Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

使用kubekey 创建高可用 Kubernetes 集群,提示“execute failed: Module[ETCDConfigureModule] exec failed: #2244

Open
didiplus opened this issue May 15, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@didiplus
Copy link

What is version of KubeKey has the issue?

3.1.1

What is your os environment?

Ubuntu 22.04.4

KubeKey config file

apiVersion: kubekey.kubesphere.io/v1alpha2
kind: Cluster
metadata:
  name: sample
spec:
  hosts:
  - {name: k8s-master1, address: 192.168.1.103, internalAddress: 192.168.1.103, user: root, password: "didiplus558"}
  - {name: k8s-master2, address: 192.168.1.104, internalAddress: 192.168.1.104, user: root, password: "didiplus558"}
  - {name: k8s-master3, address: 192.168.1.106, internalAddress: 192.168.1.106, user: root, password: "didiplus558"}
  roleGroups:
    etcd:
    - k8s-master1
    - k8s-master2
    - k8s-master3
    control-plane:
    - k8s-master1
    - k8s-master2
    - k8s-master3
    worker:
    - k8s-master1
    - k8s-master2
    - k8s-master3
  controlPlaneEndpoint:
    ## Internal loadbalancer for apiservers
    # internalLoadbalancer: haproxy

    domain: lb.kubesphere.local
    address: "192.168.1.210"
    port: 9443
  kubernetes:
    version: v1.29.3
    clusterName: cluster.local
    autoRenewCerts: true
    containerManager: containerd
  etcd:
    type: kubekey
  network:
    plugin: calico
    kubePodsCIDR: 10.233.64.0/18
    kubeServiceCIDR: 10.233.0.0/18
    ## multus support. https://github.com/k8snetworkplumbingwg/multus-cni
    multusCNI:
      enabled: false
  registry:
    privateRegistry: ""
    namespaceOverride: ""
    registryMirrors: []
    insecureRegistries: []
  addons: []

A clear and concise description of what happend.

执行kk create -y cluster -f config-sample.yaml

Relevant log output

_   __      _          _   __
| | / /     | |        | | / /
| |/ / _   _| |__   ___| |/ /  ___ _   _
|    \| | | | '_ \ / _ \    \ / _ \ | | |
| |\  \ |_| | |_) |  __/ |\  \  __/ |_| |
\_| \_/\__,_|_.__/ \___\_| \_/\___|\__, |
                                    __/ |
                                   |___/

17:02:21 CST [GreetingsModule] Greetings
17:02:30 CST message: [k8s-master3]
Greetings, KubeKey!
17:02:31 CST message: [k8s-master1]
Greetings, KubeKey!
17:02:37 CST message: [k8s-master2]
Greetings, KubeKey!
17:02:37 CST success: [k8s-master3]
17:02:37 CST success: [k8s-master1]
17:02:37 CST success: [k8s-master2]
17:02:37 CST [NodePreCheckModule] A pre-check on nodes
17:02:41 CST success: [k8s-master1]
17:02:41 CST success: [k8s-master2]
17:02:41 CST success: [k8s-master3]
17:02:41 CST [ConfirmModule] Display confirmation form
+-------------+------+------+---------+----------+-------+-------+---------+-----------+--------+--------+------------+------------+-------------+------------------+--------------+
| name        | sudo | curl | openssl | ebtables | socat | ipset | ipvsadm | conntrack | chrony | docker | containerd | nfs client | ceph client | glusterfs client | time         |
+-------------+------+------+---------+----------+-------+-------+---------+-----------+--------+--------+------------+------------+-------------+------------------+--------------+
| k8s-master1 | y    | y    | y       | y        | y     | y     | y       | y         | y      |        | v1.7.13    |            |             |                  | CST 17:02:38 |
| k8s-master2 | y    | y    | y       | y        | y     | y     | y       | y         | y      |        | v1.7.13    |            |             |                  | CST 17:02:41 |
| k8s-master3 | y    | y    | y       | y        | y     | y     | y       | y         | y      |        | v1.7.13    |            |             |                  | CST 17:02:41 |
+-------------+------+------+---------+----------+-------+-------+---------+-----------+--------+--------+------------+------------+-------------+------------------+--------------+

This is a simple check of your environment.
Before installation, ensure that your machines meet all requirements specified at
https://github.com/kubesphere/kubekey#requirements-and-recommendations

17:02:41 CST success: [LocalHost]
17:02:41 CST [NodeBinariesModule] Download installation binaries
17:02:41 CST message: [localhost]
downloading amd64 kubeadm v1.29.3 ...
17:02:42 CST message: [localhost]
kubeadm exists
17:02:42 CST message: [localhost]
downloading amd64 kubelet v1.29.3 ...
17:02:43 CST message: [localhost]
kubelet exists
17:02:43 CST message: [localhost]
downloading amd64 kubectl v1.29.3 ...
17:02:43 CST message: [localhost]
kubectl exists
17:02:44 CST message: [localhost]
downloading amd64 helm v3.14.3 ...
17:02:44 CST message: [localhost]
helm exists
17:02:44 CST message: [localhost]
downloading amd64 kubecni v1.2.0 ...
17:02:45 CST message: [localhost]
kubecni exists
17:02:45 CST message: [localhost]
downloading amd64 crictl v1.29.0 ...
17:02:45 CST message: [localhost]
crictl exists
17:02:45 CST message: [localhost]
downloading amd64 etcd v3.5.13 ...
17:02:45 CST message: [localhost]
etcd exists
17:02:45 CST message: [localhost]
downloading amd64 containerd 1.7.13 ...
17:02:45 CST message: [localhost]
containerd exists
17:02:45 CST message: [localhost]
downloading amd64 runc v1.1.12 ...
17:02:46 CST message: [localhost]
runc exists
17:02:46 CST message: [localhost]
downloading amd64 calicoctl v3.27.3 ...
17:02:47 CST message: [localhost]
calicoctl exists
17:02:47 CST success: [LocalHost]
17:02:47 CST [ConfigureOSModule] Get OS release
17:02:47 CST success: [k8s-master3]
17:02:47 CST success: [k8s-master2]
17:02:47 CST success: [k8s-master1]
17:02:47 CST [ConfigureOSModule] Prepare to init OS
17:02:48 CST success: [k8s-master1]
17:02:48 CST success: [k8s-master2]
17:02:48 CST success: [k8s-master3]
17:02:48 CST [ConfigureOSModule] Generate init os script
17:02:49 CST success: [k8s-master2]
17:02:49 CST success: [k8s-master3]
17:02:49 CST success: [k8s-master1]
17:02:49 CST [ConfigureOSModule] Exec init os script
17:03:12 CST stdout: [k8s-master1]
net.ipv4.conf.default.rp_filter = 1
net.ipv4.conf.all.rp_filter = 1
net.ipv4.ip_forward = 1
net.bridge.bridge-nf-call-arptables = 1
net.bridge.bridge-nf-call-ip6tables = 1
net.bridge.bridge-nf-call-iptables = 1
net.ipv4.ip_local_reserved_ports = 30000-32767
net.core.netdev_max_backlog = 65535
net.core.rmem_max = 33554432
net.core.wmem_max = 33554432
net.core.somaxconn = 32768
net.ipv4.tcp_max_syn_backlog = 1048576
net.ipv4.neigh.default.gc_thresh1 = 512
net.ipv4.neigh.default.gc_thresh2 = 2048
net.ipv4.neigh.default.gc_thresh3 = 4096
net.ipv4.tcp_retries2 = 15
net.ipv4.tcp_max_tw_buckets = 1048576
net.ipv4.tcp_max_orphans = 65535
net.ipv4.tcp_keepalive_time = 600
net.ipv4.tcp_keepalive_intvl = 30
net.ipv4.tcp_keepalive_probes = 10
net.ipv4.udp_rmem_min = 131072
net.ipv4.udp_wmem_min = 131072
net.ipv4.conf.all.arp_accept = 1
net.ipv4.conf.default.arp_accept = 1
net.ipv4.conf.all.arp_ignore = 1
net.ipv4.conf.default.arp_ignore = 1
vm.max_map_count = 262144
vm.swappiness = 0
vm.overcommit_memory = 0
fs.inotify.max_user_instances = 524288
fs.inotify.max_user_watches = 524288
fs.pipe-max-size = 4194304
fs.aio-max-nr = 262144
kernel.pid_max = 65535
kernel.watchdog_thresh = 5
kernel.hung_task_timeout_secs = 5
net.ipv6.conf.all.disable_ipv6 = 0
net.ipv6.conf.default.disable_ipv6 = 0
net.ipv6.conf.lo.disable_ipv6 = 0
net.ipv6.conf.all.forwarding = 1
17:03:36 CST stdout: [k8s-master2]
net.ipv4.conf.default.rp_filter = 1
net.ipv4.conf.all.rp_filter = 1
net.ipv4.ip_forward = 1
net.bridge.bridge-nf-call-arptables = 1
net.bridge.bridge-nf-call-ip6tables = 1
net.bridge.bridge-nf-call-iptables = 1
net.ipv4.ip_local_reserved_ports = 30000-32767
net.core.netdev_max_backlog = 65535
net.core.rmem_max = 33554432
net.core.wmem_max = 33554432
net.core.somaxconn = 32768
net.ipv4.tcp_max_syn_backlog = 1048576
net.ipv4.neigh.default.gc_thresh1 = 512
net.ipv4.neigh.default.gc_thresh2 = 2048
net.ipv4.neigh.default.gc_thresh3 = 4096
net.ipv4.tcp_retries2 = 15
net.ipv4.tcp_max_tw_buckets = 1048576
net.ipv4.tcp_max_orphans = 65535
net.ipv4.tcp_keepalive_time = 600
net.ipv4.tcp_keepalive_intvl = 30
net.ipv4.tcp_keepalive_probes = 10
net.ipv4.udp_rmem_min = 131072
net.ipv4.udp_wmem_min = 131072
net.ipv4.conf.all.arp_accept = 1
net.ipv4.conf.default.arp_accept = 1
net.ipv4.conf.all.arp_ignore = 1
net.ipv4.conf.default.arp_ignore = 1
vm.max_map_count = 262144
vm.swappiness = 0
vm.overcommit_memory = 0
fs.inotify.max_user_instances = 524288
fs.inotify.max_user_watches = 524288
fs.pipe-max-size = 4194304
fs.aio-max-nr = 262144
kernel.pid_max = 65535
kernel.watchdog_thresh = 5
kernel.hung_task_timeout_secs = 5
net.ipv6.conf.all.disable_ipv6 = 0
net.ipv6.conf.default.disable_ipv6 = 0
net.ipv6.conf.lo.disable_ipv6 = 0
net.ipv6.conf.all.forwarding = 1
17:03:40 CST stdout: [k8s-master3]
net.ipv4.conf.default.rp_filter = 1
net.ipv4.conf.all.rp_filter = 1
net.ipv4.ip_forward = 1
net.bridge.bridge-nf-call-arptables = 1
net.bridge.bridge-nf-call-ip6tables = 1
net.bridge.bridge-nf-call-iptables = 1
net.ipv4.ip_local_reserved_ports = 30000-32767
net.core.netdev_max_backlog = 65535
net.core.rmem_max = 33554432
net.core.wmem_max = 33554432
net.core.somaxconn = 32768
net.ipv4.tcp_max_syn_backlog = 1048576
net.ipv4.neigh.default.gc_thresh1 = 512
net.ipv4.neigh.default.gc_thresh2 = 2048
net.ipv4.neigh.default.gc_thresh3 = 4096
net.ipv4.tcp_retries2 = 15
net.ipv4.tcp_max_tw_buckets = 1048576
net.ipv4.tcp_max_orphans = 65535
net.ipv4.tcp_keepalive_time = 600
net.ipv4.tcp_keepalive_intvl = 30
net.ipv4.tcp_keepalive_probes = 10
net.ipv4.udp_rmem_min = 131072
net.ipv4.udp_wmem_min = 131072
net.ipv4.conf.all.arp_accept = 1
net.ipv4.conf.default.arp_accept = 1
net.ipv4.conf.all.arp_ignore = 1
net.ipv4.conf.default.arp_ignore = 1
vm.max_map_count = 262144
vm.swappiness = 0
vm.overcommit_memory = 0
fs.inotify.max_user_instances = 524288
fs.inotify.max_user_watches = 524288
fs.pipe-max-size = 4194304
fs.aio-max-nr = 262144
kernel.pid_max = 65535
kernel.watchdog_thresh = 5
kernel.hung_task_timeout_secs = 5
net.ipv6.conf.all.disable_ipv6 = 0
net.ipv6.conf.default.disable_ipv6 = 0
net.ipv6.conf.lo.disable_ipv6 = 0
net.ipv6.conf.all.forwarding = 1
17:03:40 CST success: [k8s-master1]
17:03:40 CST success: [k8s-master2]
17:03:40 CST success: [k8s-master3]
17:03:40 CST [ConfigureOSModule] configure the ntp server for each node
17:03:40 CST skipped: [k8s-master3]
17:03:40 CST skipped: [k8s-master1]
17:03:40 CST skipped: [k8s-master2]
17:03:40 CST [KubernetesStatusModule] Get kubernetes cluster status
17:03:45 CST success: [k8s-master1]
17:03:45 CST success: [k8s-master2]
17:03:45 CST success: [k8s-master3]
17:03:45 CST [InstallContainerModule] Sync containerd binaries
17:03:45 CST skipped: [k8s-master3]
17:03:45 CST skipped: [k8s-master1]
17:03:45 CST skipped: [k8s-master2]
17:03:45 CST [InstallContainerModule] Generate containerd service
17:03:45 CST skipped: [k8s-master2]
17:03:45 CST skipped: [k8s-master3]
17:03:45 CST skipped: [k8s-master1]
17:03:45 CST [InstallContainerModule] Generate containerd config
17:03:45 CST skipped: [k8s-master3]
17:03:45 CST skipped: [k8s-master1]
17:03:45 CST skipped: [k8s-master2]
17:03:45 CST [InstallContainerModule] Enable containerd
17:03:45 CST skipped: [k8s-master2]
17:03:45 CST skipped: [k8s-master1]
17:03:45 CST skipped: [k8s-master3]
17:03:45 CST [InstallContainerModule] Sync crictl binaries
17:03:45 CST skipped: [k8s-master1]
17:03:45 CST skipped: [k8s-master3]
17:03:45 CST skipped: [k8s-master2]
17:03:45 CST [InstallContainerModule] Generate crictl config
17:03:46 CST success: [k8s-master2]
17:03:46 CST success: [k8s-master1]
17:03:46 CST success: [k8s-master3]
17:03:46 CST [PullModule] Start to pull images on all nodes
17:03:46 CST message: [k8s-master3]
downloading image: registry.cn-beijing.aliyuncs.com/kubesphereio/pause:3.9
17:03:46 CST message: [k8s-master1]
downloading image: registry.cn-beijing.aliyuncs.com/kubesphereio/pause:3.9
17:03:46 CST message: [k8s-master2]
downloading image: registry.cn-beijing.aliyuncs.com/kubesphereio/pause:3.9
17:04:09 CST message: [k8s-master2]
downloading image: registry.cn-beijing.aliyuncs.com/kubesphereio/kube-apiserver:v1.29.3
17:04:09 CST message: [k8s-master2]
downloading image: registry.cn-beijing.aliyuncs.com/kubesphereio/kube-controller-manager:v1.29.3
17:04:09 CST message: [k8s-master2]
downloading image: registry.cn-beijing.aliyuncs.com/kubesphereio/kube-scheduler:v1.29.3
17:04:09 CST message: [k8s-master2]
downloading image: registry.cn-beijing.aliyuncs.com/kubesphereio/kube-proxy:v1.29.3
17:04:09 CST message: [k8s-master2]
downloading image: registry.cn-beijing.aliyuncs.com/kubesphereio/coredns:1.9.3
17:04:09 CST message: [k8s-master2]
downloading image: registry.cn-beijing.aliyuncs.com/kubesphereio/k8s-dns-node-cache:1.22.20
17:04:09 CST message: [k8s-master2]
downloading image: registry.cn-beijing.aliyuncs.com/kubesphereio/kube-controllers:v3.27.3
17:04:09 CST message: [k8s-master2]
downloading image: registry.cn-beijing.aliyuncs.com/kubesphereio/cni:v3.27.3
17:04:09 CST message: [k8s-master2]
downloading image: registry.cn-beijing.aliyuncs.com/kubesphereio/node:v3.27.3
17:04:09 CST message: [k8s-master2]
downloading image: registry.cn-beijing.aliyuncs.com/kubesphereio/pod2daemon-flexvol:v3.27.3
17:04:11 CST message: [k8s-master1]
downloading image: registry.cn-beijing.aliyuncs.com/kubesphereio/kube-apiserver:v1.29.3
17:04:11 CST message: [k8s-master1]
downloading image: registry.cn-beijing.aliyuncs.com/kubesphereio/kube-controller-manager:v1.29.3
17:04:11 CST message: [k8s-master1]
downloading image: registry.cn-beijing.aliyuncs.com/kubesphereio/kube-scheduler:v1.29.3
17:04:11 CST message: [k8s-master1]
downloading image: registry.cn-beijing.aliyuncs.com/kubesphereio/kube-proxy:v1.29.3
17:04:11 CST message: [k8s-master1]
downloading image: registry.cn-beijing.aliyuncs.com/kubesphereio/coredns:1.9.3
17:04:11 CST message: [k8s-master1]
downloading image: registry.cn-beijing.aliyuncs.com/kubesphereio/k8s-dns-node-cache:1.22.20
17:04:11 CST message: [k8s-master1]
downloading image: registry.cn-beijing.aliyuncs.com/kubesphereio/kube-controllers:v3.27.3
17:04:11 CST message: [k8s-master1]
downloading image: registry.cn-beijing.aliyuncs.com/kubesphereio/cni:v3.27.3
17:04:11 CST message: [k8s-master1]
downloading image: registry.cn-beijing.aliyuncs.com/kubesphereio/node:v3.27.3
17:04:11 CST message: [k8s-master1]
downloading image: registry.cn-beijing.aliyuncs.com/kubesphereio/pod2daemon-flexvol:v3.27.3
17:04:12 CST message: [k8s-master3]
downloading image: registry.cn-beijing.aliyuncs.com/kubesphereio/kube-apiserver:v1.29.3
17:04:12 CST message: [k8s-master3]
downloading image: registry.cn-beijing.aliyuncs.com/kubesphereio/kube-controller-manager:v1.29.3
17:04:12 CST message: [k8s-master3]
downloading image: registry.cn-beijing.aliyuncs.com/kubesphereio/kube-scheduler:v1.29.3
17:04:12 CST message: [k8s-master3]
downloading image: registry.cn-beijing.aliyuncs.com/kubesphereio/kube-proxy:v1.29.3
17:04:12 CST message: [k8s-master3]
downloading image: registry.cn-beijing.aliyuncs.com/kubesphereio/coredns:1.9.3
17:04:12 CST message: [k8s-master3]
downloading image: registry.cn-beijing.aliyuncs.com/kubesphereio/k8s-dns-node-cache:1.22.20
17:04:12 CST message: [k8s-master3]
downloading image: registry.cn-beijing.aliyuncs.com/kubesphereio/kube-controllers:v3.27.3
17:04:12 CST message: [k8s-master3]
downloading image: registry.cn-beijing.aliyuncs.com/kubesphereio/cni:v3.27.3
17:04:12 CST message: [k8s-master3]
downloading image: registry.cn-beijing.aliyuncs.com/kubesphereio/node:v3.27.3
17:04:12 CST message: [k8s-master3]
downloading image: registry.cn-beijing.aliyuncs.com/kubesphereio/pod2daemon-flexvol:v3.27.3
17:04:12 CST success: [k8s-master2]
17:04:12 CST success: [k8s-master1]
17:04:12 CST success: [k8s-master3]
17:04:12 CST [ETCDPreCheckModule] Get etcd status
17:04:12 CST stdout: [k8s-master2]
ETCD_NAME=etcd-k8s-master2
17:04:13 CST stdout: [k8s-master3]
ETCD_NAME=etcd-k8s-master3
17:04:13 CST success: [k8s-master1]
17:04:13 CST success: [k8s-master2]
17:04:13 CST success: [k8s-master3]
17:04:13 CST [CertsModule] Fetch etcd certs
17:04:13 CST skipped: [k8s-master1]
17:04:13 CST success: [k8s-master2]
17:04:13 CST skipped: [k8s-master3]
17:04:13 CST [CertsModule] Generate etcd Certs
[certs] Using existing ca certificate authority
[certs] Using existing admin-k8s-master1 certificate and key on disk
[certs] Using existing member-k8s-master1 certificate and key on disk
[certs] Using existing node-k8s-master1 certificate and key on disk
[certs] Using existing admin-k8s-master2 certificate and key on disk
[certs] Using existing member-k8s-master2 certificate and key on disk
[certs] Using existing node-k8s-master2 certificate and key on disk
[certs] Using existing admin-k8s-master3 certificate and key on disk
[certs] Using existing member-k8s-master3 certificate and key on disk
[certs] Using existing node-k8s-master3 certificate and key on disk
17:04:13 CST success: [LocalHost]
17:04:13 CST [CertsModule] Synchronize certs file
17:04:15 CST success: [k8s-master2]
17:04:15 CST success: [k8s-master3]
17:04:15 CST success: [k8s-master1]
17:04:15 CST [CertsModule] Synchronize certs file to master
17:04:15 CST skipped: [k8s-master3]
17:04:15 CST skipped: [k8s-master1]
17:04:15 CST skipped: [k8s-master2]
17:04:15 CST [InstallETCDBinaryModule] Install etcd using binary
17:04:17 CST skipped: [k8s-master3]
17:04:17 CST skipped: [k8s-master2]
17:04:17 CST success: [k8s-master1]
17:04:17 CST [InstallETCDBinaryModule] Generate etcd service
17:04:17 CST skipped: [k8s-master3]
17:04:17 CST skipped: [k8s-master2]
17:04:17 CST success: [k8s-master1]
17:04:17 CST [InstallETCDBinaryModule] Generate access address
17:04:17 CST skipped: [k8s-master3]
17:04:17 CST skipped: [k8s-master1]
17:04:17 CST success: [k8s-master2]
17:04:17 CST [ETCDConfigureModule] Health check on exist etcd
17:04:29 CST message: [k8s-master2]
etcd health check failed: Failed to exec command: sudo -E /bin/bash -c "export ETCDCTL_API=2;export ETCDCTL_CERT_FILE='/etc/ssl/etcd/ssl/admin-k8s-master2.pem';export ETCDCTL_KEY_FILE='/etc/ssl/etcd/ssl/admin-k8s-master2-key.pem';export ETCDCTL_CA_FILE='/etc/ssl/etcd/ssl/ca.pem';/usr/local/bin/etcdctl --endpoints=https://192.168.1.103:2379,https://192.168.1.104:2379,https://192.168.1.106:2379 cluster-health | grep -q 'cluster is healthy'"
: Process exited with status 1
17:04:29 CST retry: [k8s-master2]
17:04:29 CST message: [k8s-master3]
etcd health check failed: Failed to exec command: sudo -E /bin/bash -c "export ETCDCTL_API=2;export ETCDCTL_CERT_FILE='/etc/ssl/etcd/ssl/admin-k8s-master3.pem';export ETCDCTL_KEY_FILE='/etc/ssl/etcd/ssl/admin-k8s-master3-key.pem';export ETCDCTL_CA_FILE='/etc/ssl/etcd/ssl/ca.pem';/usr/local/bin/etcdctl --endpoints=https://192.168.1.103:2379,https://192.168.1.104:2379,https://192.168.1.106:2379 cluster-health | grep -q 'cluster is healthy'"
: Process exited with status 1
17:04:29 CST retry: [k8s-master3]
17:04:34 CST message: [k8s-master2]
etcd health check failed: Failed to exec command: sudo -E /bin/bash -c "export ETCDCTL_API=2;export ETCDCTL_CERT_FILE='/etc/ssl/etcd/ssl/admin-k8s-master2.pem';export ETCDCTL_KEY_FILE='/etc/ssl/etcd/ssl/admin-k8s-master2-key.pem';export ETCDCTL_CA_FILE='/etc/ssl/etcd/ssl/ca.pem';/usr/local/bin/etcdctl --endpoints=https://192.168.1.103:2379,https://192.168.1.104:2379,https://192.168.1.106:2379 cluster-health | grep -q 'cluster is healthy'"
: Process exited with status 1
17:04:34 CST retry: [k8s-master2]
17:04:34 CST message: [k8s-master3]
etcd health check failed: Failed to exec command: sudo -E /bin/bash -c "export ETCDCTL_API=2;export ETCDCTL_CERT_FILE='/etc/ssl/etcd/ssl/admin-k8s-master3.pem';export ETCDCTL_KEY_FILE='/etc/ssl/etcd/ssl/admin-k8s-master3-key.pem';export ETCDCTL_CA_FILE='/etc/ssl/etcd/ssl/ca.pem';/usr/local/bin/etcdctl --endpoints=https://192.168.1.103:2379,https://192.168.1.104:2379,https://192.168.1.106:2379 cluster-health | grep -q 'cluster is healthy'"
: Process exited with status 1
17:04:34 CST retry: [k8s-master3]
17:04:39 CST message: [k8s-master3]
etcd health check failed: Failed to exec command: sudo -E /bin/bash -c "export ETCDCTL_API=2;export ETCDCTL_CERT_FILE='/etc/ssl/etcd/ssl/admin-k8s-master3.pem';export ETCDCTL_KEY_FILE='/etc/ssl/etcd/ssl/admin-k8s-master3-key.pem';export ETCDCTL_CA_FILE='/etc/ssl/etcd/ssl/ca.pem';/usr/local/bin/etcdctl --endpoints=https://192.168.1.103:2379,https://192.168.1.104:2379,https://192.168.1.106:2379 cluster-health | grep -q 'cluster is healthy'"
: Process exited with status 1
17:04:39 CST retry: [k8s-master3]
17:04:39 CST message: [k8s-master2]
etcd health check failed: Failed to exec command: sudo -E /bin/bash -c "export ETCDCTL_API=2;export ETCDCTL_CERT_FILE='/etc/ssl/etcd/ssl/admin-k8s-master2.pem';export ETCDCTL_KEY_FILE='/etc/ssl/etcd/ssl/admin-k8s-master2-key.pem';export ETCDCTL_CA_FILE='/etc/ssl/etcd/ssl/ca.pem';/usr/local/bin/etcdctl --endpoints=https://192.168.1.103:2379,https://192.168.1.104:2379,https://192.168.1.106:2379 cluster-health | grep -q 'cluster is healthy'"
: Process exited with status 1
17:04:39 CST retry: [k8s-master2]
17:04:45 CST message: [k8s-master2]
etcd health check failed: Failed to exec command: sudo -E /bin/bash -c "export ETCDCTL_API=2;export ETCDCTL_CERT_FILE='/etc/ssl/etcd/ssl/admin-k8s-master2.pem';export ETCDCTL_KEY_FILE='/etc/ssl/etcd/ssl/admin-k8s-master2-key.pem';export ETCDCTL_CA_FILE='/etc/ssl/etcd/ssl/ca.pem';/usr/local/bin/etcdctl --endpoints=https://192.168.1.103:2379,https://192.168.1.104:2379,https://192.168.1.106:2379 cluster-health | grep -q 'cluster is healthy'"
: Process exited with status 1
17:04:45 CST retry: [k8s-master2]
17:04:45 CST message: [k8s-master3]
etcd health check failed: Failed to exec command: sudo -E /bin/bash -c "export ETCDCTL_API=2;export ETCDCTL_CERT_FILE='/etc/ssl/etcd/ssl/admin-k8s-master3.pem';export ETCDCTL_KEY_FILE='/etc/ssl/etcd/ssl/admin-k8s-master3-key.pem';export ETCDCTL_CA_FILE='/etc/ssl/etcd/ssl/ca.pem';/usr/local/bin/etcdctl --endpoints=https://192.168.1.103:2379,https://192.168.1.104:2379,https://192.168.1.106:2379 cluster-health | grep -q 'cluster is healthy'"
: Process exited with status 1
17:04:45 CST retry: [k8s-master3]
17:04:50 CST message: [k8s-master2]
etcd health check failed: Failed to exec command: sudo -E /bin/bash -c "export ETCDCTL_API=2;export ETCDCTL_CERT_FILE='/etc/ssl/etcd/ssl/admin-k8s-master2.pem';export ETCDCTL_KEY_FILE='/etc/ssl/etcd/ssl/admin-k8s-master2-key.pem';export ETCDCTL_CA_FILE='/etc/ssl/etcd/ssl/ca.pem';/usr/local/bin/etcdctl --endpoints=https://192.168.1.103:2379,https://192.168.1.104:2379,https://192.168.1.106:2379 cluster-health | grep -q 'cluster is healthy'"
: Process exited with status 1
17:04:50 CST retry: [k8s-master2]
17:04:50 CST message: [k8s-master3]
etcd health check failed: Failed to exec command: sudo -E /bin/bash -c "export ETCDCTL_API=2;export ETCDCTL_CERT_FILE='/etc/ssl/etcd/ssl/admin-k8s-master3.pem';export ETCDCTL_KEY_FILE='/etc/ssl/etcd/ssl/admin-k8s-master3-key.pem';export ETCDCTL_CA_FILE='/etc/ssl/etcd/ssl/ca.pem';/usr/local/bin/etcdctl --endpoints=https://192.168.1.103:2379,https://192.168.1.104:2379,https://192.168.1.106:2379 cluster-health | grep -q 'cluster is healthy'"
: Process exited with status 1
17:04:50 CST retry: [k8s-master3]
17:04:55 CST message: [k8s-master2]
etcd health check failed: Failed to exec command: sudo -E /bin/bash -c "export ETCDCTL_API=2;export ETCDCTL_CERT_FILE='/etc/ssl/etcd/ssl/admin-k8s-master2.pem';export ETCDCTL_KEY_FILE='/etc/ssl/etcd/ssl/admin-k8s-master2-key.pem';export ETCDCTL_CA_FILE='/etc/ssl/etcd/ssl/ca.pem';/usr/local/bin/etcdctl --endpoints=https://192.168.1.103:2379,https://192.168.1.104:2379,https://192.168.1.106:2379 cluster-health | grep -q 'cluster is healthy'"
: Process exited with status 1
17:04:55 CST retry: [k8s-master2]
17:04:55 CST message: [k8s-master3]
etcd health check failed: Failed to exec command: sudo -E /bin/bash -c "export ETCDCTL_API=2;export ETCDCTL_CERT_FILE='/etc/ssl/etcd/ssl/admin-k8s-master3.pem';export ETCDCTL_KEY_FILE='/etc/ssl/etcd/ssl/admin-k8s-master3-key.pem';export ETCDCTL_CA_FILE='/etc/ssl/etcd/ssl/ca.pem';/usr/local/bin/etcdctl --endpoints=https://192.168.1.103:2379,https://192.168.1.104:2379,https://192.168.1.106:2379 cluster-health | grep -q 'cluster is healthy'"
: Process exited with status 1
17:04:55 CST retry: [k8s-master3]
17:05:00 CST message: [k8s-master2]
etcd health check failed: Failed to exec command: sudo -E /bin/bash -c "export ETCDCTL_API=2;export ETCDCTL_CERT_FILE='/etc/ssl/etcd/ssl/admin-k8s-master2.pem';export ETCDCTL_KEY_FILE='/etc/ssl/etcd/ssl/admin-k8s-master2-key.pem';export ETCDCTL_CA_FILE='/etc/ssl/etcd/ssl/ca.pem';/usr/local/bin/etcdctl --endpoints=https://192.168.1.103:2379,https://192.168.1.104:2379,https://192.168.1.106:2379 cluster-health | grep -q 'cluster is healthy'"
: Process exited with status 1
17:05:00 CST retry: [k8s-master2]
17:05:00 CST message: [k8s-master3]
etcd health check failed: Failed to exec command: sudo -E /bin/bash -c "export ETCDCTL_API=2;export ETCDCTL_CERT_FILE='/etc/ssl/etcd/ssl/admin-k8s-master3.pem';export ETCDCTL_KEY_FILE='/etc/ssl/etcd/ssl/admin-k8s-master3-key.pem';export ETCDCTL_CA_FILE='/etc/ssl/etcd/ssl/ca.pem';/usr/local/bin/etcdctl --endpoints=https://192.168.1.103:2379,https://192.168.1.104:2379,https://192.168.1.106:2379 cluster-health | grep -q 'cluster is healthy'"
: Process exited with status 1
17:05:00 CST retry: [k8s-master3]
17:05:05 CST message: [k8s-master2]
etcd health check failed: Failed to exec command: sudo -E /bin/bash -c "export ETCDCTL_API=2;export ETCDCTL_CERT_FILE='/etc/ssl/etcd/ssl/admin-k8s-master2.pem';export ETCDCTL_KEY_FILE='/etc/ssl/etcd/ssl/admin-k8s-master2-key.pem';export ETCDCTL_CA_FILE='/etc/ssl/etcd/ssl/ca.pem';/usr/local/bin/etcdctl --endpoints=https://192.168.1.103:2379,https://192.168.1.104:2379,https://192.168.1.106:2379 cluster-health | grep -q 'cluster is healthy'"
: Process exited with status 1
17:05:05 CST retry: [k8s-master2]
17:05:06 CST message: [k8s-master3]
etcd health check failed: Failed to exec command: sudo -E /bin/bash -c "export ETCDCTL_API=2;export ETCDCTL_CERT_FILE='/etc/ssl/etcd/ssl/admin-k8s-master3.pem';export ETCDCTL_KEY_FILE='/etc/ssl/etcd/ssl/admin-k8s-master3-key.pem';export ETCDCTL_CA_FILE='/etc/ssl/etcd/ssl/ca.pem';/usr/local/bin/etcdctl --endpoints=https://192.168.1.103:2379,https://192.168.1.104:2379,https://192.168.1.106:2379 cluster-health | grep -q 'cluster is healthy'"
: Process exited with status 1
17:05:06 CST retry: [k8s-master3]
17:05:11 CST message: [k8s-master2]
etcd health check failed: Failed to exec command: sudo -E /bin/bash -c "export ETCDCTL_API=2;export ETCDCTL_CERT_FILE='/etc/ssl/etcd/ssl/admin-k8s-master2.pem';export ETCDCTL_KEY_FILE='/etc/ssl/etcd/ssl/admin-k8s-master2-key.pem';export ETCDCTL_CA_FILE='/etc/ssl/etcd/ssl/ca.pem';/usr/local/bin/etcdctl --endpoints=https://192.168.1.103:2379,https://192.168.1.104:2379,https://192.168.1.106:2379 cluster-health | grep -q 'cluster is healthy'"
: Process exited with status 1
17:05:11 CST retry: [k8s-master2]
17:05:11 CST message: [k8s-master3]
etcd health check failed: Failed to exec command: sudo -E /bin/bash -c "export ETCDCTL_API=2;export ETCDCTL_CERT_FILE='/etc/ssl/etcd/ssl/admin-k8s-master3.pem';export ETCDCTL_KEY_FILE='/etc/ssl/etcd/ssl/admin-k8s-master3-key.pem';export ETCDCTL_CA_FILE='/etc/ssl/etcd/ssl/ca.pem';/usr/local/bin/etcdctl --endpoints=https://192.168.1.103:2379,https://192.168.1.104:2379,https://192.168.1.106:2379 cluster-health | grep -q 'cluster is healthy'"
: Process exited with status 1
17:05:11 CST retry: [k8s-master3]
17:05:16 CST message: [k8s-master3]
etcd health check failed: Failed to exec command: sudo -E /bin/bash -c "export ETCDCTL_API=2;export ETCDCTL_CERT_FILE='/etc/ssl/etcd/ssl/admin-k8s-master3.pem';export ETCDCTL_KEY_FILE='/etc/ssl/etcd/ssl/admin-k8s-master3-key.pem';export ETCDCTL_CA_FILE='/etc/ssl/etcd/ssl/ca.pem';/usr/local/bin/etcdctl --endpoints=https://192.168.1.103:2379,https://192.168.1.104:2379,https://192.168.1.106:2379 cluster-health | grep -q 'cluster is healthy'"
: Process exited with status 1
17:05:16 CST message: [k8s-master2]
etcd health check failed: Failed to exec command: sudo -E /bin/bash -c "export ETCDCTL_API=2;export ETCDCTL_CERT_FILE='/etc/ssl/etcd/ssl/admin-k8s-master2.pem';export ETCDCTL_KEY_FILE='/etc/ssl/etcd/ssl/admin-k8s-master2-key.pem';export ETCDCTL_CA_FILE='/etc/ssl/etcd/ssl/ca.pem';/usr/local/bin/etcdctl --endpoints=https://192.168.1.103:2379,https://192.168.1.104:2379,https://192.168.1.106:2379 cluster-health | grep -q 'cluster is healthy'"
: Process exited with status 1
17:05:16 CST retry: [k8s-master2]
17:05:16 CST retry: [k8s-master3]
17:05:21 CST message: [k8s-master2]
etcd health check failed: Failed to exec command: sudo -E /bin/bash -c "export ETCDCTL_API=2;export ETCDCTL_CERT_FILE='/etc/ssl/etcd/ssl/admin-k8s-master2.pem';export ETCDCTL_KEY_FILE='/etc/ssl/etcd/ssl/admin-k8s-master2-key.pem';export ETCDCTL_CA_FILE='/etc/ssl/etcd/ssl/ca.pem';/usr/local/bin/etcdctl --endpoints=https://192.168.1.103:2379,https://192.168.1.104:2379,https://192.168.1.106:2379 cluster-health | grep -q 'cluster is healthy'"
: Process exited with status 1
17:05:21 CST retry: [k8s-master2]
17:05:21 CST message: [k8s-master3]
etcd health check failed: Failed to exec command: sudo -E /bin/bash -c "export ETCDCTL_API=2;export ETCDCTL_CERT_FILE='/etc/ssl/etcd/ssl/admin-k8s-master3.pem';export ETCDCTL_KEY_FILE='/etc/ssl/etcd/ssl/admin-k8s-master3-key.pem';export ETCDCTL_CA_FILE='/etc/ssl/etcd/ssl/ca.pem';/usr/local/bin/etcdctl --endpoints=https://192.168.1.103:2379,https://192.168.1.104:2379,https://192.168.1.106:2379 cluster-health | grep -q 'cluster is healthy'"
: Process exited with status 1
17:05:21 CST retry: [k8s-master3]
17:05:26 CST message: [k8s-master2]
etcd health check failed: Failed to exec command: sudo -E /bin/bash -c "export ETCDCTL_API=2;export ETCDCTL_CERT_FILE='/etc/ssl/etcd/ssl/admin-k8s-master2.pem';export ETCDCTL_KEY_FILE='/etc/ssl/etcd/ssl/admin-k8s-master2-key.pem';export ETCDCTL_CA_FILE='/etc/ssl/etcd/ssl/ca.pem';/usr/local/bin/etcdctl --endpoints=https://192.168.1.103:2379,https://192.168.1.104:2379,https://192.168.1.106:2379 cluster-health | grep -q 'cluster is healthy'"
: Process exited with status 1
17:05:26 CST retry: [k8s-master2]
17:05:26 CST message: [k8s-master3]
etcd health check failed: Failed to exec command: sudo -E /bin/bash -c "export ETCDCTL_API=2;export ETCDCTL_CERT_FILE='/etc/ssl/etcd/ssl/admin-k8s-master3.pem';export ETCDCTL_KEY_FILE='/etc/ssl/etcd/ssl/admin-k8s-master3-key.pem';export ETCDCTL_CA_FILE='/etc/ssl/etcd/ssl/ca.pem';/usr/local/bin/etcdctl --endpoints=https://192.168.1.103:2379,https://192.168.1.104:2379,https://192.168.1.106:2379 cluster-health | grep -q 'cluster is healthy'"
: Process exited with status 1
17:05:26 CST retry: [k8s-master3]
17:05:32 CST message: [k8s-master3]
etcd health check failed: Failed to exec command: sudo -E /bin/bash -c "export ETCDCTL_API=2;export ETCDCTL_CERT_FILE='/etc/ssl/etcd/ssl/admin-k8s-master3.pem';export ETCDCTL_KEY_FILE='/etc/ssl/etcd/ssl/admin-k8s-master3-key.pem';export ETCDCTL_CA_FILE='/etc/ssl/etcd/ssl/ca.pem';/usr/local/bin/etcdctl --endpoints=https://192.168.1.103:2379,https://192.168.1.104:2379,https://192.168.1.106:2379 cluster-health | grep -q 'cluster is healthy'"
: Process exited with status 1
17:05:32 CST retry: [k8s-master3]
17:05:32 CST message: [k8s-master2]
etcd health check failed: Failed to exec command: sudo -E /bin/bash -c "export ETCDCTL_API=2;export ETCDCTL_CERT_FILE='/etc/ssl/etcd/ssl/admin-k8s-master2.pem';export ETCDCTL_KEY_FILE='/etc/ssl/etcd/ssl/admin-k8s-master2-key.pem';export ETCDCTL_CA_FILE='/etc/ssl/etcd/ssl/ca.pem';/usr/local/bin/etcdctl --endpoints=https://192.168.1.103:2379,https://192.168.1.104:2379,https://192.168.1.106:2379 cluster-health | grep -q 'cluster is healthy'"
: Process exited with status 1
17:05:32 CST retry: [k8s-master2]
17:05:37 CST message: [k8s-master2]
etcd health check failed: Failed to exec command: sudo -E /bin/bash -c "export ETCDCTL_API=2;export ETCDCTL_CERT_FILE='/etc/ssl/etcd/ssl/admin-k8s-master2.pem';export ETCDCTL_KEY_FILE='/etc/ssl/etcd/ssl/admin-k8s-master2-key.pem';export ETCDCTL_CA_FILE='/etc/ssl/etcd/ssl/ca.pem';/usr/local/bin/etcdctl --endpoints=https://192.168.1.103:2379,https://192.168.1.104:2379,https://192.168.1.106:2379 cluster-health | grep -q 'cluster is healthy'"
: Process exited with status 1
17:05:37 CST retry: [k8s-master2]
17:05:37 CST message: [k8s-master3]
etcd health check failed: Failed to exec command: sudo -E /bin/bash -c "export ETCDCTL_API=2;export ETCDCTL_CERT_FILE='/etc/ssl/etcd/ssl/admin-k8s-master3.pem';export ETCDCTL_KEY_FILE='/etc/ssl/etcd/ssl/admin-k8s-master3-key.pem';export ETCDCTL_CA_FILE='/etc/ssl/etcd/ssl/ca.pem';/usr/local/bin/etcdctl --endpoints=https://192.168.1.103:2379,https://192.168.1.104:2379,https://192.168.1.106:2379 cluster-health | grep -q 'cluster is healthy'"
: Process exited with status 1
17:05:37 CST retry: [k8s-master3]
17:05:42 CST message: [k8s-master2]
etcd health check failed: Failed to exec command: sudo -E /bin/bash -c "export ETCDCTL_API=2;export ETCDCTL_CERT_FILE='/etc/ssl/etcd/ssl/admin-k8s-master2.pem';export ETCDCTL_KEY_FILE='/etc/ssl/etcd/ssl/admin-k8s-master2-key.pem';export ETCDCTL_CA_FILE='/etc/ssl/etcd/ssl/ca.pem';/usr/local/bin/etcdctl --endpoints=https://192.168.1.103:2379,https://192.168.1.104:2379,https://192.168.1.106:2379 cluster-health | grep -q 'cluster is healthy'"
: Process exited with status 1
17:05:42 CST retry: [k8s-master2]
17:05:42 CST message: [k8s-master3]
etcd health check failed: Failed to exec command: sudo -E /bin/bash -c "export ETCDCTL_API=2;export ETCDCTL_CERT_FILE='/etc/ssl/etcd/ssl/admin-k8s-master3.pem';export ETCDCTL_KEY_FILE='/etc/ssl/etcd/ssl/admin-k8s-master3-key.pem';export ETCDCTL_CA_FILE='/etc/ssl/etcd/ssl/ca.pem';/usr/local/bin/etcdctl --endpoints=https://192.168.1.103:2379,https://192.168.1.104:2379,https://192.168.1.106:2379 cluster-health | grep -q 'cluster is healthy'"
: Process exited with status 1
17:05:42 CST retry: [k8s-master3]
17:05:47 CST message: [k8s-master2]
etcd health check failed: Failed to exec command: sudo -E /bin/bash -c "export ETCDCTL_API=2;export ETCDCTL_CERT_FILE='/etc/ssl/etcd/ssl/admin-k8s-master2.pem';export ETCDCTL_KEY_FILE='/etc/ssl/etcd/ssl/admin-k8s-master2-key.pem';export ETCDCTL_CA_FILE='/etc/ssl/etcd/ssl/ca.pem';/usr/local/bin/etcdctl --endpoints=https://192.168.1.103:2379,https://192.168.1.104:2379,https://192.168.1.106:2379 cluster-health | grep -q 'cluster is healthy'"
: Process exited with status 1
17:05:47 CST retry: [k8s-master2]
17:05:47 CST message: [k8s-master3]
etcd health check failed: Failed to exec command: sudo -E /bin/bash -c "export ETCDCTL_API=2;export ETCDCTL_CERT_FILE='/etc/ssl/etcd/ssl/admin-k8s-master3.pem';export ETCDCTL_KEY_FILE='/etc/ssl/etcd/ssl/admin-k8s-master3-key.pem';export ETCDCTL_CA_FILE='/etc/ssl/etcd/ssl/ca.pem';/usr/local/bin/etcdctl --endpoints=https://192.168.1.103:2379,https://192.168.1.104:2379,https://192.168.1.106:2379 cluster-health | grep -q 'cluster is healthy'"
: Process exited with status 1
17:05:47 CST retry: [k8s-master3]
17:05:53 CST message: [k8s-master2]
etcd health check failed: Failed to exec command: sudo -E /bin/bash -c "export ETCDCTL_API=2;export ETCDCTL_CERT_FILE='/etc/ssl/etcd/ssl/admin-k8s-master2.pem';export ETCDCTL_KEY_FILE='/etc/ssl/etcd/ssl/admin-k8s-master2-key.pem';export ETCDCTL_CA_FILE='/etc/ssl/etcd/ssl/ca.pem';/usr/local/bin/etcdctl --endpoints=https://192.168.1.103:2379,https://192.168.1.104:2379,https://192.168.1.106:2379 cluster-health | grep -q 'cluster is healthy'"
: Process exited with status 1
17:05:53 CST retry: [k8s-master2]
17:05:53 CST message: [k8s-master3]
etcd health check failed: Failed to exec command: sudo -E /bin/bash -c "export ETCDCTL_API=2;export ETCDCTL_CERT_FILE='/etc/ssl/etcd/ssl/admin-k8s-master3.pem';export ETCDCTL_KEY_FILE='/etc/ssl/etcd/ssl/admin-k8s-master3-key.pem';export ETCDCTL_CA_FILE='/etc/ssl/etcd/ssl/ca.pem';/usr/local/bin/etcdctl --endpoints=https://192.168.1.103:2379,https://192.168.1.104:2379,https://192.168.1.106:2379 cluster-health | grep -q 'cluster is healthy'"
: Process exited with status 1
17:05:53 CST retry: [k8s-master3]
17:05:58 CST message: [k8s-master2]
etcd health check failed: Failed to exec command: sudo -E /bin/bash -c "export ETCDCTL_API=2;export ETCDCTL_CERT_FILE='/etc/ssl/etcd/ssl/admin-k8s-master2.pem';export ETCDCTL_KEY_FILE='/etc/ssl/etcd/ssl/admin-k8s-master2-key.pem';export ETCDCTL_CA_FILE='/etc/ssl/etcd/ssl/ca.pem';/usr/local/bin/etcdctl --endpoints=https://192.168.1.103:2379,https://192.168.1.104:2379,https://192.168.1.106:2379 cluster-health | grep -q 'cluster is healthy'"
: Process exited with status 1
17:05:58 CST retry: [k8s-master2]
17:05:58 CST message: [k8s-master3]
etcd health check failed: Failed to exec command: sudo -E /bin/bash -c "export ETCDCTL_API=2;export ETCDCTL_CERT_FILE='/etc/ssl/etcd/ssl/admin-k8s-master3.pem';export ETCDCTL_KEY_FILE='/etc/ssl/etcd/ssl/admin-k8s-master3-key.pem';export ETCDCTL_CA_FILE='/etc/ssl/etcd/ssl/ca.pem';/usr/local/bin/etcdctl --endpoints=https://192.168.1.103:2379,https://192.168.1.104:2379,https://192.168.1.106:2379 cluster-health | grep -q 'cluster is healthy'"
: Process exited with status 1
17:05:58 CST retry: [k8s-master3]
^[[B17:06:03 CST message: [k8s-master3]
etcd health check failed: Failed to exec command: sudo -E /bin/bash -c "export ETCDCTL_API=2;export ETCDCTL_CERT_FILE='/etc/ssl/etcd/ssl/admin-k8s-master3.pem';export ETCDCTL_KEY_FILE='/etc/ssl/etcd/ssl/admin-k8s-master3-key.pem';export ETCDCTL_CA_FILE='/etc/ssl/etcd/ssl/ca.pem';/usr/local/bin/etcdctl --endpoints=https://192.168.1.103:2379,https://192.168.1.104:2379,https://192.168.1.106:2379 cluster-health | grep -q 'cluster is healthy'"
: Process exited with status 1
17:06:03 CST retry: [k8s-master3]
17:06:03 CST message: [k8s-master2]
etcd health check failed: Failed to exec command: sudo -E /bin/bash -c "export ETCDCTL_API=2;export ETCDCTL_CERT_FILE='/etc/ssl/etcd/ssl/admin-k8s-master2.pem';export ETCDCTL_KEY_FILE='/etc/ssl/etcd/ssl/admin-k8s-master2-key.pem';export ETCDCTL_CA_FILE='/etc/ssl/etcd/ssl/ca.pem';/usr/local/bin/etcdctl --endpoints=https://192.168.1.103:2379,https://192.168.1.104:2379,https://192.168.1.106:2379 cluster-health | grep -q 'cluster is healthy'"
: Process exited with status 1
17:06:03 CST retry: [k8s-master2]
17:06:09 CST message: [k8s-master3]
etcd health check failed: Failed to exec command: sudo -E /bin/bash -c "export ETCDCTL_API=2;export ETCDCTL_CERT_FILE='/etc/ssl/etcd/ssl/admin-k8s-master3.pem';export ETCDCTL_KEY_FILE='/etc/ssl/etcd/ssl/admin-k8s-master3-key.pem';export ETCDCTL_CA_FILE='/etc/ssl/etcd/ssl/ca.pem';/usr/local/bin/etcdctl --endpoints=https://192.168.1.103:2379,https://192.168.1.104:2379,https://192.168.1.106:2379 cluster-health | grep -q 'cluster is healthy'"
: Process exited with status 1
17:06:09 CST message: [k8s-master2]
etcd health check failed: Failed to exec command: sudo -E /bin/bash -c "export ETCDCTL_API=2;export ETCDCTL_CERT_FILE='/etc/ssl/etcd/ssl/admin-k8s-master2.pem';export ETCDCTL_KEY_FILE='/etc/ssl/etcd/ssl/admin-k8s-master2-key.pem';export ETCDCTL_CA_FILE='/etc/ssl/etcd/ssl/ca.pem';/usr/local/bin/etcdctl --endpoints=https://192.168.1.103:2379,https://192.168.1.104:2379,https://192.168.1.106:2379 cluster-health | grep -q 'cluster is healthy'"
: Process exited with status 1
17:06:09 CST skipped: [k8s-master1]
17:06:09 CST failed: [k8s-master3]
17:06:09 CST failed: [k8s-master2]
error: Pipeline[CreateClusterPipeline] execute failed: Module[ETCDConfigureModule] exec failed:
failed: [k8s-master3] [ExistETCDHealthCheck] exec failed after 20 retries: etcd health check failed: Failed to exec command: sudo -E /bin/bash -c "export ETCDCTL_API=2;export ETCDCTL_CERT_FILE='/etc/ssl/etcd/ssl/admin-k8s-master3.pem';export ETCDCTL_KEY_FILE='/etc/ssl/etcd/ssl/admin-k8s-master3-key.pem';export ETCDCTL_CA_FILE='/etc/ssl/etcd/ssl/ca.pem';/usr/local/bin/etcdctl --endpoints=https://192.168.1.103:2379,https://192.168.1.104:2379,https://192.168.1.106:2379 cluster-health | grep -q 'cluster is healthy'"
: Process exited with status 1
failed: [k8s-master2] [ExistETCDHealthCheck] exec failed after 20 retries: etcd health check failed: Failed to exec command: sudo -E /bin/bash -c "export ETCDCTL_API=2;export ETCDCTL_CERT_FILE='/etc/ssl/etcd/ssl/admin-k8s-master2.pem';export ETCDCTL_KEY_FILE='/etc/ssl/etcd/ssl/admin-k8s-master2-key.pem';export ETCDCTL_CA_FILE='/etc/ssl/etcd/ssl/ca.pem';/usr/local/bin/etcdctl --endpoints=https://192.168.1.103:2379,https://192.168.1.104:2379,https://192.168.1.106:2379 cluster-health | grep -q 'cluster is healthy'"
: Process exited with status 1

Additional information

No response

@didiplus didiplus added the bug Something isn't working label May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant