kubesphere / kubekey

Install Kubernetes/K3s only, both Kubernetes/K3s and KubeSphere, and related cloud-native add-ons, it supports all-in-one, multi-node, and HA 🔥 ⎈ 🐳
https://kubesphere.io
Apache License 2.0
2.32k stars 546 forks source link

kk cannot create cluster with containerd #652

Closed meilihao closed 3 years ago

meilihao commented 3 years ago

What is version of KubeKey has the issue?

1.2.0-alpha.3

What is your os environment?

Ubuntu 20.04.3 LTS

KubeKey config file

apiVersion: kubekey.kubesphere.io/v1alpha1
kind: Cluster
metadata:
  name: sample
spec:
  hosts:
  - {name: chen-aliyun, address: 192.168.0.43, internalAddress: 192.168.0.43, user: root, password: xxx}
  roleGroups:
    etcd:
    - chen-aliyun
    master: 
    - chen-aliyun
    worker:
    - chen-aliyun
  controlPlaneEndpoint:
    domain: lb.kubesphere.local
    address: ""
    port: 6443
  kubernetes:
    version: v1.22.1
    imageRepo: kubesphere
    clusterName: cluster.local
    containerManager: containerd
  network:
    plugin: cilium
    kubePodsCIDR: 10.233.64.0/18
    kubeServiceCIDR: 10.233.0.0/18
  registry:
    registryMirrors: []
    insecureRegistries: []
  addons: []

---
apiVersion: installer.kubesphere.io/v1alpha1
kind: ClusterConfiguration
metadata:
  name: ks-installer
  namespace: kubesphere-system
  labels:
    version: v3.1.1
spec:
  persistence:
    storageClass: ""       
  authentication:
    jwtSecret: ""
  zone: ""
  local_registry: ""        
  etcd:
    monitoring: false      
    endpointIps: localhost  
    port: 2379             
    tlsEnable: true
  common:
    redis:
      enabled: false
    redisVolumSize: 2Gi 
    openldap:
      enabled: false
    openldapVolumeSize: 2Gi  
    minioVolumeSize: 20Gi
    monitoring:
      endpoint: http://prometheus-operated.kubesphere-monitoring-system.svc:9090
    es:  
      elasticsearchMasterVolumeSize: 4Gi   
      elasticsearchDataVolumeSize: 20Gi   
      logMaxAge: 7          
      elkPrefix: logstash
      basicAuth:
        enabled: false
        username: ""
        password: ""
      externalElasticsearchUrl: ""
      externalElasticsearchPort: ""  
  console:
    enableMultiLogin: true 
    port: 30880
  alerting:       
    enabled: false
    # thanosruler:
    #   replicas: 1
    #   resources: {}
  auditing:    
    enabled: false
  devops:           
    enabled: false
    jenkinsMemoryLim: 2Gi     
    jenkinsMemoryReq: 1500Mi 
    jenkinsVolumeSize: 8Gi   
    jenkinsJavaOpts_Xms: 512m  
    jenkinsJavaOpts_Xmx: 512m
    jenkinsJavaOpts_MaxRAM: 2g
  events:          
    enabled: false
    ruler:
      enabled: true
      replicas: 2
  logging:         
    enabled: false
    logsidecar:
      enabled: true
      replicas: 2
  metrics_server:             
    enabled: false
  monitoring:
    storageClass: ""
    prometheusMemoryRequest: 400Mi  
    prometheusVolumeSize: 20Gi  
  multicluster:
    clusterRole: none 
  network:
    networkpolicy:
      enabled: false
    ippool:
      type: none
    topology:
      type: none
  openpitrix:
    store:
      enabled: false
  servicemesh:    
    enabled: false  
  kubeedge:
    enabled: false
    cloudCore:
      nodeSelector: {"node-role.kubernetes.io/worker": ""}
      tolerations: []
      cloudhubPort: "10000"
      cloudhubQuicPort: "10001"
      cloudhubHttpsPort: "10002"
      cloudstreamPort: "10003"
      tunnelPort: "10004"
      cloudHub:
        advertiseAddress: 
          - ""           
        nodeLimit: "100"
      service:
        cloudhubNodePort: "30000"
        cloudhubQuicNodePort: "30001"
        cloudhubHttpsNodePort: "30002"
        cloudstreamNodePort: "30003"
        tunnelNodePort: "30004"
    edgeWatcher:
      nodeSelector: {"node-role.kubernetes.io/worker": ""}
      tolerations: []
      edgeWatcherAgent:
        nodeSelector: {"node-role.kubernetes.io/worker": ""}
        tolerations: []

A clear and concise description of what happend.

Can't deloy kubesphere.

I tried kubekey v1.1.1 with k8s v1.20.6 and kubekey v1.2.0-alpha.3 with k8s v1.22.1, go the same problem.

i use containerd with Dockershim Deprecation: Is Docker Truly out of Game?

Relevant log output

Sep 02 00:13:48 chen-aliyun sudo[25308]:     chen : TTY=pts/1 ; PWD=/home/chen/opt/kk ; USER=root ; COMMAND=/usr/bin/kk create cluster -f config.yaml
Sep 02 00:13:48 chen-aliyun sudo[25308]: pam_unix(sudo:session): session opened for user root by chen(uid=0)
Sep 02 00:13:48 chen-aliyun sshd[25317]: Accepted password for root from 192.168.0.43 port 36014 ssh2
Sep 02 00:13:48 chen-aliyun sshd[25317]: pam_unix(sshd:session): session opened for user root by (uid=0)
Sep 02 00:13:48 chen-aliyun systemd[1]: Created slice User Slice of UID 0.
Sep 02 00:13:48 chen-aliyun systemd[1]: Starting User Runtime Directory /run/user/0...
Sep 02 00:13:48 chen-aliyun systemd-logind[500]: New session 178 of user root.
Sep 02 00:13:48 chen-aliyun systemd[1]: Finished User Runtime Directory /run/user/0.
Sep 02 00:13:48 chen-aliyun systemd[1]: Starting User Manager for UID 0...
Sep 02 00:13:48 chen-aliyun systemd[25320]: pam_unix(systemd-user:session): session opened for user root by (uid=0)
Sep 02 00:13:48 chen-aliyun systemd[25320]: Reached target Paths.
Sep 02 00:13:48 chen-aliyun systemd[25320]: Reached target Timers.
Sep 02 00:13:48 chen-aliyun systemd[25320]: Starting D-Bus User Message Bus Socket.
Sep 02 00:13:48 chen-aliyun systemd[25320]: Listening on GnuPG network certificate management daemon.
Sep 02 00:13:48 chen-aliyun systemd[25320]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Sep 02 00:13:48 chen-aliyun systemd[25320]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Sep 02 00:13:48 chen-aliyun systemd[25320]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Sep 02 00:13:48 chen-aliyun systemd[25320]: Listening on GnuPG cryptographic agent and passphrase cache.
Sep 02 00:13:48 chen-aliyun systemd[25320]: Listening on D-Bus User Message Bus Socket.
Sep 02 00:13:48 chen-aliyun systemd[25320]: Reached target Sockets.
Sep 02 00:13:48 chen-aliyun systemd[25320]: Reached target Basic System.
Sep 02 00:13:48 chen-aliyun systemd[25320]: Reached target Main User Target.
Sep 02 00:13:48 chen-aliyun systemd[25320]: Startup finished in 45ms.
Sep 02 00:13:48 chen-aliyun systemd[1]: Started User Manager for UID 0.
Sep 02 00:13:48 chen-aliyun systemd[1]: Started Session 178 of user root.
Sep 02 00:13:48 chen-aliyun sudo[25345]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c which sudo
Sep 02 00:13:48 chen-aliyun sudo[25345]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:13:48 chen-aliyun sudo[25345]: pam_unix(sudo:session): session closed for user root
Sep 02 00:13:48 chen-aliyun sudo[25348]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c which curl
Sep 02 00:13:48 chen-aliyun sudo[25348]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:13:48 chen-aliyun sudo[25348]: pam_unix(sudo:session): session closed for user root
Sep 02 00:13:48 chen-aliyun sudo[25351]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c which openssl
Sep 02 00:13:48 chen-aliyun sudo[25351]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:13:48 chen-aliyun sudo[25351]: pam_unix(sudo:session): session closed for user root
Sep 02 00:13:48 chen-aliyun sudo[25354]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c which ebtables
Sep 02 00:13:48 chen-aliyun sudo[25354]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:13:48 chen-aliyun sudo[25354]: pam_unix(sudo:session): session closed for user root
Sep 02 00:13:48 chen-aliyun sudo[25357]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c which socat
Sep 02 00:13:48 chen-aliyun sudo[25357]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:13:48 chen-aliyun sudo[25357]: pam_unix(sudo:session): session closed for user root
Sep 02 00:13:48 chen-aliyun sudo[25360]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c which ipset
Sep 02 00:13:48 chen-aliyun sudo[25360]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:13:48 chen-aliyun sudo[25360]: pam_unix(sudo:session): session closed for user root
Sep 02 00:13:48 chen-aliyun sudo[25363]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c which conntrack
Sep 02 00:13:48 chen-aliyun sudo[25363]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:13:48 chen-aliyun sudo[25363]: pam_unix(sudo:session): session closed for user root
Sep 02 00:13:48 chen-aliyun sudo[25366]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c which docker
Sep 02 00:13:48 chen-aliyun sudo[25366]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:13:48 chen-aliyun sudo[25366]: pam_unix(sudo:session): session closed for user root
Sep 02 00:13:48 chen-aliyun sudo[25369]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c which showmount
Sep 02 00:13:48 chen-aliyun sudo[25369]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:13:48 chen-aliyun sudo[25369]: pam_unix(sudo:session): session closed for user root
Sep 02 00:13:48 chen-aliyun sudo[25372]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c which rbd
Sep 02 00:13:48 chen-aliyun sudo[25372]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:13:48 chen-aliyun sudo[25372]: pam_unix(sudo:session): session closed for user root
Sep 02 00:13:48 chen-aliyun sudo[25375]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c which glusterfs
Sep 02 00:13:48 chen-aliyun sudo[25375]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:13:48 chen-aliyun sudo[25375]: pam_unix(sudo:session): session closed for user root
Sep 02 00:13:53 chen-aliyun sshd[25379]: Accepted password for root from 192.168.0.43 port 36016 ssh2
Sep 02 00:13:53 chen-aliyun sshd[25379]: pam_unix(sshd:session): session opened for user root by (uid=0)
Sep 02 00:13:53 chen-aliyun systemd[1]: Started Session 180 of user root.
Sep 02 00:13:53 chen-aliyun systemd-logind[500]: New session 180 of user root.
Sep 02 00:13:53 chen-aliyun sudo[25411]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c useradd -M -c 'Kubernetes user' -s /sbin/nologin -r kube || :
Sep 02 00:13:53 chen-aliyun sudo[25411]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:13:53 chen-aliyun useradd[25413]: failed adding user 'kube', data deleted
Sep 02 00:13:53 chen-aliyun sudo[25411]: pam_unix(sudo:session): session closed for user root
Sep 02 00:13:53 chen-aliyun sudo[25414]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c useradd -M -c 'Etcd user' -s /sbin/nologin -r etcd || :
Sep 02 00:13:53 chen-aliyun sudo[25414]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:13:53 chen-aliyun useradd[25416]: failed adding user 'etcd', data deleted
Sep 02 00:13:53 chen-aliyun sudo[25414]: pam_unix(sudo:session): session closed for user root
Sep 02 00:13:53 chen-aliyun sudo[25417]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c mkdir -p /usr/local/bin
Sep 02 00:13:53 chen-aliyun sudo[25417]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:13:53 chen-aliyun sudo[25417]: pam_unix(sudo:session): session closed for user root
Sep 02 00:13:53 chen-aliyun sudo[25420]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c chown kube -R /usr/local/bin
Sep 02 00:13:53 chen-aliyun sudo[25420]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:13:53 chen-aliyun sudo[25420]: pam_unix(sudo:session): session closed for user root
Sep 02 00:13:53 chen-aliyun sudo[25423]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c mkdir -p /etc/kubernetes
Sep 02 00:13:53 chen-aliyun sudo[25423]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:13:53 chen-aliyun sudo[25423]: pam_unix(sudo:session): session closed for user root
Sep 02 00:13:53 chen-aliyun sudo[25426]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c chown kube -R /etc/kubernetes
Sep 02 00:13:53 chen-aliyun sudo[25426]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:13:53 chen-aliyun sudo[25426]: pam_unix(sudo:session): session closed for user root
Sep 02 00:13:53 chen-aliyun sudo[25429]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c mkdir -p /etc/kubernetes/pki
Sep 02 00:13:53 chen-aliyun sudo[25429]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:13:53 chen-aliyun sudo[25429]: pam_unix(sudo:session): session closed for user root
Sep 02 00:13:53 chen-aliyun sudo[25432]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c chown kube -R /etc/kubernetes/pki
Sep 02 00:13:53 chen-aliyun sudo[25432]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:13:53 chen-aliyun sudo[25432]: pam_unix(sudo:session): session closed for user root
Sep 02 00:13:53 chen-aliyun sudo[25435]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c mkdir -p /etc/kubernetes/manifests
Sep 02 00:13:53 chen-aliyun sudo[25435]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:13:53 chen-aliyun sudo[25435]: pam_unix(sudo:session): session closed for user root
Sep 02 00:13:53 chen-aliyun sudo[25438]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c chown kube -R /etc/kubernetes/manifests
Sep 02 00:13:53 chen-aliyun sudo[25438]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:13:53 chen-aliyun sudo[25438]: pam_unix(sudo:session): session closed for user root
Sep 02 00:13:53 chen-aliyun sudo[25441]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c mkdir -p /usr/local/bin/kube-scripts
Sep 02 00:13:53 chen-aliyun sudo[25441]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:13:53 chen-aliyun sudo[25441]: pam_unix(sudo:session): session closed for user root
Sep 02 00:13:53 chen-aliyun sudo[25444]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c chown kube -R /usr/local/bin/kube-scripts
Sep 02 00:13:53 chen-aliyun sudo[25444]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:13:53 chen-aliyun sudo[25444]: pam_unix(sudo:session): session closed for user root
Sep 02 00:13:53 chen-aliyun sudo[25447]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c mkdir -p /usr/libexec/kubernetes/kubelet-plugins/volume/exec
Sep 02 00:13:53 chen-aliyun sudo[25447]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:13:53 chen-aliyun sudo[25447]: pam_unix(sudo:session): session closed for user root
Sep 02 00:13:53 chen-aliyun sudo[25450]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c chown kube -R /usr/libexec/kubernetes
Sep 02 00:13:53 chen-aliyun sudo[25450]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:13:53 chen-aliyun sudo[25450]: pam_unix(sudo:session): session closed for user root
Sep 02 00:13:53 chen-aliyun sudo[25453]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c mkdir -p /etc/cni/net.d && chown kube -R /etc/cni
Sep 02 00:13:53 chen-aliyun sudo[25453]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:13:53 chen-aliyun sudo[25453]: pam_unix(sudo:session): session closed for user root
Sep 02 00:13:53 chen-aliyun sudo[25457]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c mkdir -p /opt/cni/bin && chown kube -R /opt/cni
Sep 02 00:13:53 chen-aliyun sudo[25457]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:13:53 chen-aliyun sudo[25457]: pam_unix(sudo:session): session closed for user root
Sep 02 00:13:53 chen-aliyun sudo[25461]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c mkdir -p /var/lib/calico && chown kube -R /var/lib/calico
Sep 02 00:13:53 chen-aliyun sudo[25461]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:13:53 chen-aliyun sudo[25461]: pam_unix(sudo:session): session closed for user root
Sep 02 00:13:53 chen-aliyun sudo[25465]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c mkdir -p /var/lib/etcd && chown etcd -R /var/lib/etcd
Sep 02 00:13:53 chen-aliyun sudo[25465]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:13:53 chen-aliyun sudo[25465]: pam_unix(sudo:session): session closed for user root
Sep 02 00:13:53 chen-aliyun sudo[25470]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c if [ -d /tmp/kubekey ]; then rm -rf /tmp/kubekey ;fi
Sep 02 00:13:53 chen-aliyun sudo[25470]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:13:53 chen-aliyun sudo[25470]: pam_unix(sudo:session): session closed for user root
Sep 02 00:13:53 chen-aliyun sudo[25473]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c hostnamectl set-hostname chen-aliyun && sed -i '/^127.0.1.1/s/.*/127.0.1.1      chen-aliyun/g' /etc/hosts
Sep 02 00:13:53 chen-aliyun sudo[25473]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:13:53 chen-aliyun dbus-daemon[476]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.326' (uid=0 pid=25475 comm="hostnamectl set-hostname chen-aliyun " label="unconfined")
Sep 02 00:13:53 chen-aliyun systemd[1]: Starting Hostname Service...
Sep 02 00:13:53 chen-aliyun dbus-daemon[476]: [system] Successfully activated service 'org.freedesktop.hostname1'
Sep 02 00:13:53 chen-aliyun systemd[1]: Started Hostname Service.
Sep 02 00:13:53 chen-aliyun sudo[25473]: pam_unix(sudo:session): session closed for user root
Sep 02 00:13:53 chen-aliyun sudo[25484]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/usr/bin/cp /tmp/kubekey/initOS.sh /usr/local/bin/kube-scripts
Sep 02 00:13:53 chen-aliyun sudo[25484]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:13:53 chen-aliyun sudo[25484]: pam_unix(sudo:session): session closed for user root
Sep 02 00:13:53 chen-aliyun sudo[25483]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/usr/local/bin/kube-scripts/initOS.sh
Sep 02 00:13:53 chen-aliyun sudo[25483]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:13:53 chen-aliyun systemd[1]: Reloading.
Sep 02 00:13:53 chen-aliyun systemd[1]: Reloading.
Sep 02 00:13:53 chen-aliyun systemd[1]: Reloading.
Sep 02 00:13:54 chen-aliyun kernel: bash (25486): drop_caches: 3
Sep 02 00:13:54 chen-aliyun crontab[25600]: (root) LIST (root)
Sep 02 00:13:54 chen-aliyun crontab[25603]: (root) REPLACE (root)
Sep 02 00:13:54 chen-aliyun sudo[25483]: pam_unix(sudo:session): session closed for user root
Sep 02 00:13:54 chen-aliyun sshd[25605]: Accepted password for root from 192.168.0.43 port 36018 ssh2
Sep 02 00:13:54 chen-aliyun sshd[25605]: pam_unix(sshd:session): session opened for user root by (uid=0)
Sep 02 00:13:54 chen-aliyun systemd[1]: Started Session 181 of user root.
Sep 02 00:13:54 chen-aliyun systemd-logind[500]: New session 181 of user root.
Sep 02 00:13:54 chen-aliyun sudo[25625]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/usr/bin/env PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin crictl pull kubesphere/pause:3.5
Sep 02 00:13:54 chen-aliyun sudo[25625]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:13:54 chen-aliyun containerd[502]: time="2021-09-02T00:13:54.852737385+08:00" level=info msg="PullImage \"kubesphere/pause:3.5\""
Sep 02 00:13:57 chen-aliyun containerd[502]: time="2021-09-02T00:13:57.057817348+08:00" level=info msg="ImageUpdate event &ImageUpdate{Name:docker.io/kubesphere/pause:3.5,Labels:map[string]string{io.cri-containerd.image: managed,},XXX_unrecognized:[],}"
Sep 02 00:13:57 chen-aliyun containerd[502]: time="2021-09-02T00:13:57.061745760+08:00" level=info msg="ImageUpdate event &ImageUpdate{Name:sha256:ed210e3e4a5bae1237f1bb44d72a05a2f1e5c6bfe7a7e73da179e2534269c459,Labels:map[string]string{io.cri-containerd.image: managed,},XXX_unrecognized:[],}"
Sep 02 00:13:57 chen-aliyun containerd[502]: time="2021-09-02T00:13:57.063846240+08:00" level=info msg="ImageUpdate event &ImageUpdate{Name:docker.io/kubesphere/pause:3.5,Labels:map[string]string{io.cri-containerd.image: managed,},XXX_unrecognized:[],}"
Sep 02 00:13:57 chen-aliyun containerd[502]: time="2021-09-02T00:13:57.065637619+08:00" level=info msg="ImageUpdate event &ImageUpdate{Name:docker.io/kubesphere/pause@sha256:1ff6c18fbef2045af6b9c16bf034cc421a29027b800e4f9b68ae9b1cb3e9ae07,Labels:map[string]string{io.cri-containerd.image: managed,},XXX_unrecognized:[],}"
Sep 02 00:13:57 chen-aliyun containerd[502]: time="2021-09-02T00:13:57.066152730+08:00" level=info msg="PullImage \"kubesphere/pause:3.5\" returns image reference \"sha256:ed210e3e4a5bae1237f1bb44d72a05a2f1e5c6bfe7a7e73da179e2534269c459\""
Sep 02 00:13:57 chen-aliyun sudo[25625]: pam_unix(sudo:session): session closed for user root
Sep 02 00:13:57 chen-aliyun sudo[25631]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/usr/bin/env PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin crictl pull kubesphere/kube-apiserver:v1.22.1
Sep 02 00:13:57 chen-aliyun sudo[25631]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:13:57 chen-aliyun containerd[502]: time="2021-09-02T00:13:57.095107933+08:00" level=info msg="PullImage \"kubesphere/kube-apiserver:v1.22.1\""
Sep 02 00:13:59 chen-aliyun containerd[502]: time="2021-09-02T00:13:59.338658403+08:00" level=info msg="ImageUpdate event &ImageUpdate{Name:docker.io/kubesphere/kube-apiserver:v1.22.1,Labels:map[string]string{io.cri-containerd.image: managed,},XXX_unrecognized:[],}"
Sep 02 00:13:59 chen-aliyun containerd[502]: time="2021-09-02T00:13:59.341080300+08:00" level=info msg="ImageUpdate event &ImageUpdate{Name:sha256:f30469a2491a5580699fc45c6416bc22f0540ed4d66672e9079f8883b9083e2c,Labels:map[string]string{io.cri-containerd.image: managed,},XXX_unrecognized:[],}"
Sep 02 00:13:59 chen-aliyun containerd[502]: time="2021-09-02T00:13:59.342916601+08:00" level=info msg="ImageUpdate event &ImageUpdate{Name:docker.io/kubesphere/kube-apiserver:v1.22.1,Labels:map[string]string{io.cri-containerd.image: managed,},XXX_unrecognized:[],}"
Sep 02 00:13:59 chen-aliyun containerd[502]: time="2021-09-02T00:13:59.346521004+08:00" level=info msg="ImageUpdate event &ImageUpdate{Name:docker.io/kubesphere/kube-apiserver@sha256:6862d5a70cea8f3ef49213d6a36b7bfbbf90f99fb37f7124505be55f0ef51364,Labels:map[string]string{io.cri-containerd.image: managed,},XXX_unrecognized:[],}"
Sep 02 00:13:59 chen-aliyun containerd[502]: time="2021-09-02T00:13:59.346818974+08:00" level=info msg="PullImage \"kubesphere/kube-apiserver:v1.22.1\" returns image reference \"sha256:f30469a2491a5580699fc45c6416bc22f0540ed4d66672e9079f8883b9083e2c\""
Sep 02 00:13:59 chen-aliyun sudo[25631]: pam_unix(sudo:session): session closed for user root
Sep 02 00:13:59 chen-aliyun sudo[25637]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/usr/bin/env PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin crictl pull kubesphere/kube-controller-manager:v1.22.1
Sep 02 00:13:59 chen-aliyun sudo[25637]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:13:59 chen-aliyun containerd[502]: time="2021-09-02T00:13:59.371177276+08:00" level=info msg="PullImage \"kubesphere/kube-controller-manager:v1.22.1\""
Sep 02 00:14:01 chen-aliyun cron[553]: (root) RELOAD (crontabs/root)
Sep 02 00:14:01 chen-aliyun containerd[502]: time="2021-09-02T00:14:01.635615852+08:00" level=info msg="ImageUpdate event &ImageUpdate{Name:docker.io/kubesphere/kube-controller-manager:v1.22.1,Labels:map[string]string{io.cri-containerd.image: managed,},XXX_unrecognized:[],}"
Sep 02 00:14:01 chen-aliyun containerd[502]: time="2021-09-02T00:14:01.638701074+08:00" level=info msg="ImageUpdate event &ImageUpdate{Name:sha256:6e002eb89a88130791169af169a48aa8a029271dfb8d8183b11122c045565433,Labels:map[string]string{io.cri-containerd.image: managed,},XXX_unrecognized:[],}"
Sep 02 00:14:01 chen-aliyun containerd[502]: time="2021-09-02T00:14:01.640509801+08:00" level=info msg="ImageUpdate event &ImageUpdate{Name:docker.io/kubesphere/kube-controller-manager:v1.22.1,Labels:map[string]string{io.cri-containerd.image: managed,},XXX_unrecognized:[],}"
Sep 02 00:14:01 chen-aliyun containerd[502]: time="2021-09-02T00:14:01.642128467+08:00" level=info msg="ImageUpdate event &ImageUpdate{Name:docker.io/kubesphere/kube-controller-manager@sha256:3e4274dee8a122bdd5e3f3db6b1eb8db59404deda2bf1adb0fec1da5dd95400a,Labels:map[string]string{io.cri-containerd.image: managed,},XXX_unrecognized:[],}"
Sep 02 00:14:01 chen-aliyun containerd[502]: time="2021-09-02T00:14:01.642373403+08:00" level=info msg="PullImage \"kubesphere/kube-controller-manager:v1.22.1\" returns image reference \"sha256:6e002eb89a88130791169af169a48aa8a029271dfb8d8183b11122c045565433\""
Sep 02 00:14:01 chen-aliyun sudo[25637]: pam_unix(sudo:session): session closed for user root
Sep 02 00:14:01 chen-aliyun sudo[25643]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/usr/bin/env PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin crictl pull kubesphere/kube-scheduler:v1.22.1
Sep 02 00:14:01 chen-aliyun sudo[25643]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:14:01 chen-aliyun containerd[502]: time="2021-09-02T00:14:01.665627789+08:00" level=info msg="PullImage \"kubesphere/kube-scheduler:v1.22.1\""
Sep 02 00:14:03 chen-aliyun containerd[502]: time="2021-09-02T00:14:03.727078949+08:00" level=info msg="ImageUpdate event &ImageUpdate{Name:docker.io/kubesphere/kube-scheduler:v1.22.1,Labels:map[string]string{io.cri-containerd.image: managed,},XXX_unrecognized:[],}"
Sep 02 00:14:03 chen-aliyun containerd[502]: time="2021-09-02T00:14:03.730082892+08:00" level=info msg="ImageUpdate event &ImageUpdate{Name:sha256:aca5ededae9c8e47a73d5e43ef6666083ada2df2fdb9c8dc69c5803a92f5a307,Labels:map[string]string{io.cri-containerd.image: managed,},XXX_unrecognized:[],}"
Sep 02 00:14:03 chen-aliyun containerd[502]: time="2021-09-02T00:14:03.731925498+08:00" level=info msg="ImageUpdate event &ImageUpdate{Name:docker.io/kubesphere/kube-scheduler:v1.22.1,Labels:map[string]string{io.cri-containerd.image: managed,},XXX_unrecognized:[],}"
Sep 02 00:14:03 chen-aliyun containerd[502]: time="2021-09-02T00:14:03.733437117+08:00" level=info msg="ImageUpdate event &ImageUpdate{Name:docker.io/kubesphere/kube-scheduler@sha256:e1a999694bf4b9198bc220216680ef651fabe406445a93c2d354f9dd7e53c1fd,Labels:map[string]string{io.cri-containerd.image: managed,},XXX_unrecognized:[],}"
Sep 02 00:14:03 chen-aliyun containerd[502]: time="2021-09-02T00:14:03.733796161+08:00" level=info msg="PullImage \"kubesphere/kube-scheduler:v1.22.1\" returns image reference \"sha256:aca5ededae9c8e47a73d5e43ef6666083ada2df2fdb9c8dc69c5803a92f5a307\""
Sep 02 00:14:03 chen-aliyun sudo[25643]: pam_unix(sudo:session): session closed for user root
Sep 02 00:14:03 chen-aliyun sudo[25649]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/usr/bin/env PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin crictl pull kubesphere/kube-proxy:v1.22.1
Sep 02 00:14:03 chen-aliyun sudo[25649]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:14:03 chen-aliyun containerd[502]: time="2021-09-02T00:14:03.756812143+08:00" level=info msg="PullImage \"kubesphere/kube-proxy:v1.22.1\""
Sep 02 00:14:05 chen-aliyun containerd[502]: time="2021-09-02T00:14:05.893960339+08:00" level=info msg="ImageUpdate event &ImageUpdate{Name:docker.io/kubesphere/kube-proxy:v1.22.1,Labels:map[string]string{io.cri-containerd.image: managed,},XXX_unrecognized:[],}"
Sep 02 00:14:05 chen-aliyun containerd[502]: time="2021-09-02T00:14:05.896325427+08:00" level=info msg="ImageUpdate event &ImageUpdate{Name:sha256:36c4ebbc9d979f15a0316c6dde446c556250d397e2085375cfbaf2660272d912,Labels:map[string]string{io.cri-containerd.image: managed,},XXX_unrecognized:[],}"
Sep 02 00:14:05 chen-aliyun containerd[502]: time="2021-09-02T00:14:05.897965392+08:00" level=info msg="ImageUpdate event &ImageUpdate{Name:docker.io/kubesphere/kube-proxy:v1.22.1,Labels:map[string]string{io.cri-containerd.image: managed,},XXX_unrecognized:[],}"
Sep 02 00:14:05 chen-aliyun containerd[502]: time="2021-09-02T00:14:05.899573706+08:00" level=info msg="ImageUpdate event &ImageUpdate{Name:docker.io/kubesphere/kube-proxy@sha256:efcf1d5fb2fc95d28841f534f1385a4884230c7c876fb1b7cf66d2777ad6dc56,Labels:map[string]string{io.cri-containerd.image: managed,},XXX_unrecognized:[],}"
Sep 02 00:14:05 chen-aliyun containerd[502]: time="2021-09-02T00:14:05.899794827+08:00" level=info msg="PullImage \"kubesphere/kube-proxy:v1.22.1\" returns image reference \"sha256:36c4ebbc9d979f15a0316c6dde446c556250d397e2085375cfbaf2660272d912\""
Sep 02 00:14:05 chen-aliyun sudo[25649]: pam_unix(sudo:session): session closed for user root
Sep 02 00:14:05 chen-aliyun sudo[25655]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/usr/bin/env PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin crictl pull coredns/coredns:1.8.4
Sep 02 00:14:05 chen-aliyun sudo[25655]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:14:05 chen-aliyun containerd[502]: time="2021-09-02T00:14:05.922998216+08:00" level=info msg="PullImage \"coredns/coredns:1.8.4\""
Sep 02 00:14:07 chen-aliyun containerd[502]: time="2021-09-02T00:14:07.991105435+08:00" level=info msg="ImageUpdate event &ImageUpdate{Name:docker.io/coredns/coredns:1.8.4,Labels:map[string]string{io.cri-containerd.image: managed,},XXX_unrecognized:[],}"
Sep 02 00:14:07 chen-aliyun containerd[502]: time="2021-09-02T00:14:07.993625558+08:00" level=info msg="ImageUpdate event &ImageUpdate{Name:sha256:8d147537fb7d1ac8895da4d55a5e53621949981e2e6460976dae812f83d84a44,Labels:map[string]string{io.cri-containerd.image: managed,},XXX_unrecognized:[],}"
Sep 02 00:14:07 chen-aliyun containerd[502]: time="2021-09-02T00:14:07.995396908+08:00" level=info msg="ImageUpdate event &ImageUpdate{Name:docker.io/coredns/coredns:1.8.4,Labels:map[string]string{io.cri-containerd.image: managed,},XXX_unrecognized:[],}"
Sep 02 00:14:07 chen-aliyun containerd[502]: time="2021-09-02T00:14:07.996827759+08:00" level=info msg="ImageUpdate event &ImageUpdate{Name:docker.io/coredns/coredns@sha256:6e5a02c21641597998b4be7cb5eb1e7b02c0d8d23cce4dd09f4682d463798890,Labels:map[string]string{io.cri-containerd.image: managed,},XXX_unrecognized:[],}"
Sep 02 00:14:07 chen-aliyun containerd[502]: time="2021-09-02T00:14:07.997081093+08:00" level=info msg="PullImage \"coredns/coredns:1.8.4\" returns image reference \"sha256:8d147537fb7d1ac8895da4d55a5e53621949981e2e6460976dae812f83d84a44\""
Sep 02 00:14:07 chen-aliyun sudo[25655]: pam_unix(sudo:session): session closed for user root
Sep 02 00:14:08 chen-aliyun sudo[25661]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/usr/bin/env PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin crictl pull kubesphere/k8s-dns-node-cache:1.15.12
Sep 02 00:14:08 chen-aliyun sudo[25661]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:14:08 chen-aliyun containerd[502]: time="2021-09-02T00:14:08.019289131+08:00" level=info msg="PullImage \"kubesphere/k8s-dns-node-cache:1.15.12\""
Sep 02 00:14:10 chen-aliyun containerd[502]: time="2021-09-02T00:14:10.191944241+08:00" level=info msg="ImageUpdate event &ImageUpdate{Name:docker.io/kubesphere/k8s-dns-node-cache:1.15.12,Labels:map[string]string{io.cri-containerd.image: managed,},XXX_unrecognized:[],}"
Sep 02 00:14:10 chen-aliyun containerd[502]: time="2021-09-02T00:14:10.194272273+08:00" level=info msg="ImageUpdate event &ImageUpdate{Name:sha256:5340ba194ec919c855d6e3c97c45b90c7afcd2079b54d5c0d467b2f8a4a6c594,Labels:map[string]string{io.cri-containerd.image: managed,},XXX_unrecognized:[],}"
Sep 02 00:14:10 chen-aliyun containerd[502]: time="2021-09-02T00:14:10.195750973+08:00" level=info msg="ImageUpdate event &ImageUpdate{Name:docker.io/kubesphere/k8s-dns-node-cache:1.15.12,Labels:map[string]string{io.cri-containerd.image: managed,},XXX_unrecognized:[],}"
Sep 02 00:14:10 chen-aliyun containerd[502]: time="2021-09-02T00:14:10.197461107+08:00" level=info msg="ImageUpdate event &ImageUpdate{Name:docker.io/kubesphere/k8s-dns-node-cache@sha256:3b55377cd3b8098a79dc3f276cc542a681e3f2b71554addac9a603cc65e4829e,Labels:map[string]string{io.cri-containerd.image: managed,},XXX_unrecognized:[],}"
Sep 02 00:14:10 chen-aliyun containerd[502]: time="2021-09-02T00:14:10.197864584+08:00" level=info msg="PullImage \"kubesphere/k8s-dns-node-cache:1.15.12\" returns image reference \"sha256:5340ba194ec919c855d6e3c97c45b90c7afcd2079b54d5c0d467b2f8a4a6c594\""
Sep 02 00:14:10 chen-aliyun sudo[25661]: pam_unix(sudo:session): session closed for user root
Sep 02 00:14:10 chen-aliyun sudo[25667]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/usr/bin/env PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin crictl pull cilium/cilium:v1.8.3
Sep 02 00:14:10 chen-aliyun sudo[25667]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:14:10 chen-aliyun containerd[502]: time="2021-09-02T00:14:10.220662678+08:00" level=info msg="PullImage \"cilium/cilium:v1.8.3\""
Sep 02 00:14:12 chen-aliyun containerd[502]: time="2021-09-02T00:14:12.349793298+08:00" level=info msg="ImageUpdate event &ImageUpdate{Name:docker.io/cilium/cilium:v1.8.3,Labels:map[string]string{io.cri-containerd.image: managed,},XXX_unrecognized:[],}"
Sep 02 00:14:12 chen-aliyun containerd[502]: time="2021-09-02T00:14:12.352211328+08:00" level=info msg="ImageUpdate event &ImageUpdate{Name:sha256:1eb5a353cab518a0e06e28cfc76181daf00d61eb815236c162059f44da25f613,Labels:map[string]string{io.cri-containerd.image: managed,},XXX_unrecognized:[],}"
Sep 02 00:14:12 chen-aliyun containerd[502]: time="2021-09-02T00:14:12.354204225+08:00" level=info msg="ImageUpdate event &ImageUpdate{Name:docker.io/cilium/cilium:v1.8.3,Labels:map[string]string{io.cri-containerd.image: managed,},XXX_unrecognized:[],}"
Sep 02 00:14:12 chen-aliyun containerd[502]: time="2021-09-02T00:14:12.355975684+08:00" level=info msg="ImageUpdate event &ImageUpdate{Name:docker.io/cilium/cilium@sha256:bc629abf0b26fb5b19b0bc3ec702fb895dbae9b10ce778d6b1f65734260ccaa7,Labels:map[string]string{io.cri-containerd.image: managed,},XXX_unrecognized:[],}"
Sep 02 00:14:12 chen-aliyun containerd[502]: time="2021-09-02T00:14:12.356502543+08:00" level=info msg="PullImage \"cilium/cilium:v1.8.3\" returns image reference \"sha256:1eb5a353cab518a0e06e28cfc76181daf00d61eb815236c162059f44da25f613\""
Sep 02 00:14:12 chen-aliyun sudo[25667]: pam_unix(sudo:session): session closed for user root
Sep 02 00:14:12 chen-aliyun sudo[25673]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/usr/bin/env PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin crictl pull cilium/operator-generic:v1.8.3
Sep 02 00:14:12 chen-aliyun sudo[25673]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:14:12 chen-aliyun containerd[502]: time="2021-09-02T00:14:12.380530283+08:00" level=info msg="PullImage \"cilium/operator-generic:v1.8.3\""
Sep 02 00:14:14 chen-aliyun containerd[502]: time="2021-09-02T00:14:14.451420179+08:00" level=info msg="ImageUpdate event &ImageUpdate{Name:docker.io/cilium/operator-generic:v1.8.3,Labels:map[string]string{io.cri-containerd.image: managed,},XXX_unrecognized:[],}"
Sep 02 00:14:14 chen-aliyun containerd[502]: time="2021-09-02T00:14:14.453753298+08:00" level=info msg="ImageUpdate event &ImageUpdate{Name:sha256:4c75f85aacc84c6015a704f2b6d790b342469b45f20b253c75e7812b8a09ed02,Labels:map[string]string{io.cri-containerd.image: managed,},XXX_unrecognized:[],}"
Sep 02 00:14:14 chen-aliyun containerd[502]: time="2021-09-02T00:14:14.455205542+08:00" level=info msg="ImageUpdate event &ImageUpdate{Name:docker.io/cilium/operator-generic:v1.8.3,Labels:map[string]string{io.cri-containerd.image: managed,},XXX_unrecognized:[],}"
Sep 02 00:14:14 chen-aliyun containerd[502]: time="2021-09-02T00:14:14.456630260+08:00" level=info msg="ImageUpdate event &ImageUpdate{Name:docker.io/cilium/operator-generic@sha256:bb7c448630b5095b0dd5e1750e2ff26306f49d4f468d3dd1048265c763499f6f,Labels:map[string]string{io.cri-containerd.image: managed,},XXX_unrecognized:[],}"
Sep 02 00:14:14 chen-aliyun containerd[502]: time="2021-09-02T00:14:14.456841106+08:00" level=info msg="PullImage \"cilium/operator-generic:v1.8.3\" returns image reference \"sha256:4c75f85aacc84c6015a704f2b6d790b342469b45f20b253c75e7812b8a09ed02\""
Sep 02 00:14:14 chen-aliyun sudo[25673]: pam_unix(sudo:session): session closed for user root
Sep 02 00:14:14 chen-aliyun sshd[25679]: Accepted password for root from 192.168.0.43 port 36056 ssh2
Sep 02 00:14:14 chen-aliyun sshd[25679]: pam_unix(sshd:session): session opened for user root by (uid=0)
Sep 02 00:14:14 chen-aliyun systemd[1]: Started Session 182 of user root.
Sep 02 00:14:14 chen-aliyun systemd-logind[500]: New session 182 of user root.
Sep 02 00:14:14 chen-aliyun systemd-udevd[269]: Network interface NamePolicy= disabled on kernel command line, ignoring.
Sep 02 00:14:14 chen-aliyun sudo[25706]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c [ -f /etc/etcd.env ] && echo 'Configuration file already exists' || echo 'Configuration file will be created'
Sep 02 00:14:14 chen-aliyun sudo[25706]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:14:14 chen-aliyun sudo[25706]: pam_unix(sudo:session): session closed for user root
Sep 02 00:14:14 chen-aliyun sshd[25708]: Accepted password for root from 192.168.0.43 port 36058 ssh2
Sep 02 00:14:14 chen-aliyun sshd[25708]: pam_unix(sshd:session): session opened for user root by (uid=0)
Sep 02 00:14:14 chen-aliyun systemd[1]: Started Session 183 of user root.
Sep 02 00:14:14 chen-aliyun systemd-logind[500]: New session 183 of user root.
Sep 02 00:14:14 chen-aliyun sudo[25739]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c mkdir -p /etc/ssl/etcd/ssl && /bin/bash -x /tmp/kubekey/make-ssl-etcd.sh -f /tmp/kubekey/openssl.conf -d /etc/ssl/etcd/ssl
Sep 02 00:14:14 chen-aliyun sudo[25739]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:14:15 chen-aliyun sudo[25739]: pam_unix(sudo:session): session closed for user root
Sep 02 00:14:15 chen-aliyun sudo[25758]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c cat /etc/ssl/etcd/ssl/ca.pem | base64 --wrap=0
Sep 02 00:14:15 chen-aliyun sudo[25758]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:14:15 chen-aliyun sudo[25758]: pam_unix(sudo:session): session closed for user root
Sep 02 00:14:15 chen-aliyun sudo[25762]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c cat /etc/ssl/etcd/ssl/ca-key.pem | base64 --wrap=0
Sep 02 00:14:15 chen-aliyun sudo[25762]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:14:15 chen-aliyun sudo[25762]: pam_unix(sudo:session): session closed for user root
Sep 02 00:14:15 chen-aliyun sudo[25766]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c cat /etc/ssl/etcd/ssl/admin-chen-aliyun.pem | base64 --wrap=0
Sep 02 00:14:15 chen-aliyun sudo[25766]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:14:15 chen-aliyun sudo[25766]: pam_unix(sudo:session): session closed for user root
Sep 02 00:14:15 chen-aliyun sudo[25770]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c cat /etc/ssl/etcd/ssl/admin-chen-aliyun-key.pem | base64 --wrap=0
Sep 02 00:14:15 chen-aliyun sudo[25770]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:14:15 chen-aliyun sudo[25770]: pam_unix(sudo:session): session closed for user root
Sep 02 00:14:15 chen-aliyun sudo[25774]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c cat /etc/ssl/etcd/ssl/member-chen-aliyun.pem | base64 --wrap=0
Sep 02 00:14:15 chen-aliyun sudo[25774]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:14:15 chen-aliyun sudo[25774]: pam_unix(sudo:session): session closed for user root
Sep 02 00:14:15 chen-aliyun sudo[25778]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c cat /etc/ssl/etcd/ssl/member-chen-aliyun-key.pem | base64 --wrap=0
Sep 02 00:14:15 chen-aliyun sudo[25778]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:14:15 chen-aliyun sudo[25778]: pam_unix(sudo:session): session closed for user root
Sep 02 00:14:15 chen-aliyun sudo[25782]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c cat /etc/ssl/etcd/ssl/node-chen-aliyun.pem | base64 --wrap=0
Sep 02 00:14:15 chen-aliyun sudo[25782]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:14:15 chen-aliyun sudo[25782]: pam_unix(sudo:session): session closed for user root
Sep 02 00:14:15 chen-aliyun sudo[25786]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c cat /etc/ssl/etcd/ssl/node-chen-aliyun-key.pem | base64 --wrap=0
Sep 02 00:14:15 chen-aliyun sudo[25786]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:14:15 chen-aliyun sudo[25786]: pam_unix(sudo:session): session closed for user root
Sep 02 00:14:15 chen-aliyun sshd[25790]: Accepted password for root from 192.168.0.43 port 36060 ssh2
Sep 02 00:14:15 chen-aliyun sshd[25790]: pam_unix(sshd:session): session opened for user root by (uid=0)
Sep 02 00:14:15 chen-aliyun systemd[1]: Started Session 184 of user root.
Sep 02 00:14:15 chen-aliyun systemd-logind[500]: New session 184 of user root.
Sep 02 00:14:15 chen-aliyun sshd[25792]: Accepted password for root from 192.168.0.43 port 36062 ssh2
Sep 02 00:14:15 chen-aliyun sshd[25792]: pam_unix(sshd:session): session opened for user root by (uid=0)
Sep 02 00:14:15 chen-aliyun systemd[1]: Started Session 185 of user root.
Sep 02 00:14:15 chen-aliyun systemd-logind[500]: New session 185 of user root.
Sep 02 00:14:15 chen-aliyun sudo[25833]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c if [ -d /tmp/kubekey ]; then rm -rf /tmp/kubekey ;fi
Sep 02 00:14:15 chen-aliyun sudo[25833]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:14:15 chen-aliyun sudo[25833]: pam_unix(sudo:session): session closed for user root
Sep 02 00:14:15 chen-aliyun sudo[25837]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c tar -zxf /tmp/kubekey/etcd-v3.4.13-linux-amd64.tar.gz && cp -f etcd-v3.4.13-linux-amd64/etcd* /usr/local/bin/ && chmod +x /usr/local/bin/etcd* && rm -rf etcd-v3.4.13-linux-amd64
Sep 02 00:14:15 chen-aliyun sudo[25837]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:14:16 chen-aliyun sudo[25837]: pam_unix(sudo:session): session closed for user root
Sep 02 00:14:16 chen-aliyun sudo[25844]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo W1VuaXRdCkRlc2NyaXB0aW9uPWV0Y2QKQWZ0ZXI9bmV0d29yay50YXJnZXQKCltTZXJ2aWNlXQpVc2VyPXJvb3QKVHlwZT1ub3RpZnkKRW52aXJvbm1lbnRGaWxlPS9ldGMvZXRjZC5lbnYKRXhlY1N0YXJ0PS91c3IvbG9jYWwvYmluL2V0Y2QKTm90aWZ5QWNjZXNzPWFsbApSZXN0YXJ0U2VjPTEwcwpMaW1pdE5PRklMRT00MDAwMApSZXN0YXJ0PWFsd2F5cwoKW0luc3RhbGxdCldhbnRlZEJ5PW11bHRpLXVzZXIudGFyZ2V0Cg== | base64 -d > /etc/systemd/system/etcd.service
Sep 02 00:14:16 chen-aliyun sudo[25844]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:14:16 chen-aliyun sudo[25844]: pam_unix(sudo:session): session closed for user root
Sep 02 00:14:16 chen-aliyun sshd[25848]: Accepted password for root from 192.168.0.43 port 36064 ssh2
Sep 02 00:14:16 chen-aliyun sshd[25848]: pam_unix(sshd:session): session opened for user root by (uid=0)
Sep 02 00:14:16 chen-aliyun systemd-logind[500]: New session 186 of user root.
Sep 02 00:14:16 chen-aliyun systemd[1]: Started Session 186 of user root.
Sep 02 00:14:16 chen-aliyun sudo[25868]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo
Sep 02 00:14:16 chen-aliyun sudo[25868]:     root : (command continued) IyBFbnZpcm9ubWVudCBmaWxlIGZvciBldGNkIHYzLjQuMTMKRVRDRF9EQVRBX0RJUj0vdmFyL2xpYi9ldGNkCkVUQ0RfQURWRVJUSVNFX0NMSUVOVF9VUkxTPWh0dHBzOi8vMTkyLjE2OC4wLjQzOjIzNzkKRVRDRF9JTklUSUFMX0FEVkVSVElTRV9QRUVSX1VSTFM9aHR0cHM6Ly8xOTIuMTY4LjAuNDM6MjM4MApFVENEX0lOSVRJQUxfQ0xVU1RFUl9TVEFURT1uZXcKRVRDRF9NRVRSSUNTPWJhc2ljCkVUQ0RfTElTVEVOX0NMSUVOVF9VUkxTPWh0dHBzOi8vMTkyLjE2OC4wLjQzOjIzNzksaHR0cHM6Ly8xMjcuMC4wLjE6MjM3OQpFVENEX0VMRUNUSU9OX1RJTUVPVVQ9NTAwMApFVENEX0hFQVJUQkVBVF9JTlRFUlZBTD0yNTAKRVRDRF9JTklUSUFMX0NMVVNURVJfVE9LRU49azhzX2V0Y2QKRVRDRF9MSVNURU5fUEVFUl9VUkxTPWh0dHBzOi8vMTkyLjE2OC4wLjQzOjIzODAKRVRDRF9OQU1FPWV0Y2QtY2hlbi1hbGl5dW4KRVRDRF9QUk9YWT1vZmYKRVRDRF9FTkFCTEVfVjI9dHJ1ZQpFVENEX0lOSVRJQUxfQ0xVU1RFUj1ldGNkLWNoZW4tYWxpeXVuPWh0dHBzOi8vMTkyLjE2OC4wLjQzOjIzODAKRVRDRF9BVVRPX0NPTVBBQ1RJT05fUkVURU5USU9OPTgKRVRDRF9TTkFQU0hPVF9DT1VOVD0xMDAwMAoKIyBUTFMgc2V0dGluZ3MKRVRDRF9UUlVTVEVEX0NBX0ZJTEU9L2V0Yy9zc2wvZXRjZC9zc2wvY2EucGVtCkVUQ0RfQ0VSVF9GSUxFP
Sep 02 00:14:16 chen-aliyun sudo[25868]:     root : (command continued) S9ldGMvc3NsL2V0Y2Qvc3NsL21lbWJlci1jaGVuLWFsaXl1bi5wZW0KRVRDRF9LRVlfRklMRT0vZXRjL3NzbC9ldGNkL3NzbC9tZW1iZXItY2hlbi1hbGl5dW4ta2V5LnBlbQpFVENEX0NMSUVOVF9DRVJUX0FVVEg9dHJ1ZQoKRVRDRF9QRUVSX1RSVVNURURfQ0FfRklMRT0vZXRjL3NzbC9ldGNkL3NzbC9jYS5wZW0KRVRDRF9QRUVSX0NFUlRfRklMRT0vZXRjL3NzbC9ldGNkL3NzbC9tZW1iZXItY2hlbi1hbGl5dW4ucGVtCkVUQ0RfUEVFUl9LRVlfRklMRT0vZXRjL3NzbC9ldGNkL3NzbC9tZW1iZXItY2hlbi1hbGl5dW4ta2V5LnBlbQpFVENEX1BFRVJfQ0xJRU5UX0NFUlRfQVVUSD1UcnVlCgojIENMSSBzZXR0aW5ncwpFVENEQ1RMX0VORFBPSU5UUz1odHRwczovLzEyNy4wLjAuMToyMzc5CkVUQ0RDVExfQ0FfRklMRT0vZXRjL3NzbC9ldGNkL3NzbC9jYS5wZW0KRVRDRENUTF9LRVlfRklMRT0vZXRjL3NzbC9ldGNkL3NzbC9hZG1pbi1jaGVuLWFsaXl1bi1rZXkucGVtCkVUQ0RDVExfQ0VSVF9GSUxFPS9ldGMvc3NsL2V0Y2Qvc3NsL2FkbWluLWNoZW4tYWxpeXVuLnBlbQo= | base64 -d > /etc/etcd.env
Sep 02 00:14:16 chen-aliyun sudo[25868]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:14:16 chen-aliyun sudo[25868]: pam_unix(sudo:session): session closed for user root
Sep 02 00:14:16 chen-aliyun sshd[25872]: Accepted password for root from 192.168.0.43 port 36066 ssh2
Sep 02 00:14:16 chen-aliyun sshd[25872]: pam_unix(sshd:session): session opened for user root by (uid=0)
Sep 02 00:14:16 chen-aliyun systemd[1]: Started Session 187 of user root.
Sep 02 00:14:16 chen-aliyun systemd-logind[500]: New session 187 of user root.
Sep 02 00:14:16 chen-aliyun sudo[25893]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo
Sep 02 00:14:16 chen-aliyun sudo[25893]:     root : (command continued) IyBFbnZpcm9ubWVudCBmaWxlIGZvciBldGNkIHYzLjQuMTMKRVRDRF9EQVRBX0RJUj0vdmFyL2xpYi9ldGNkCkVUQ0RfQURWRVJUSVNFX0NMSUVOVF9VUkxTPWh0dHBzOi8vMTkyLjE2OC4wLjQzOjIzNzkKRVRDRF9JTklUSUFMX0FEVkVSVElTRV9QRUVSX1VSTFM9aHR0cHM6Ly8xOTIuMTY4LjAuNDM6MjM4MApFVENEX0lOSVRJQUxfQ0xVU1RFUl9TVEFURT1uZXcKRVRDRF9NRVRSSUNTPWJhc2ljCkVUQ0RfTElTVEVOX0NMSUVOVF9VUkxTPWh0dHBzOi8vMTkyLjE2OC4wLjQzOjIzNzksaHR0cHM6Ly8xMjcuMC4wLjE6MjM3OQpFVENEX0VMRUNUSU9OX1RJTUVPVVQ9NTAwMApFVENEX0hFQVJUQkVBVF9JTlRFUlZBTD0yNTAKRVRDRF9JTklUSUFMX0NMVVNURVJfVE9LRU49azhzX2V0Y2QKRVRDRF9MSVNURU5fUEVFUl9VUkxTPWh0dHBzOi8vMTkyLjE2OC4wLjQzOjIzODAKRVRDRF9OQU1FPWV0Y2QtY2hlbi1hbGl5dW4KRVRDRF9QUk9YWT1vZmYKRVRDRF9FTkFCTEVfVjI9dHJ1ZQpFVENEX0lOSVRJQUxfQ0xVU1RFUj1ldGNkLWNoZW4tYWxpeXVuPWh0dHBzOi8vMTkyLjE2OC4wLjQzOjIzODAKRVRDRF9BVVRPX0NPTVBBQ1RJT05fUkVURU5USU9OPTgKRVRDRF9TTkFQU0hPVF9DT1VOVD0xMDAwMAoKIyBUTFMgc2V0dGluZ3MKRVRDRF9UUlVTVEVEX0NBX0ZJTEU9L2V0Yy9zc2wvZXRjZC9zc2wvY2EucGVtCkVUQ0RfQ0VSVF9GSUxFP
Sep 02 00:14:16 chen-aliyun sudo[25893]:     root : (command continued) S9ldGMvc3NsL2V0Y2Qvc3NsL21lbWJlci1jaGVuLWFsaXl1bi5wZW0KRVRDRF9LRVlfRklMRT0vZXRjL3NzbC9ldGNkL3NzbC9tZW1iZXItY2hlbi1hbGl5dW4ta2V5LnBlbQpFVENEX0NMSUVOVF9DRVJUX0FVVEg9dHJ1ZQoKRVRDRF9QRUVSX1RSVVNURURfQ0FfRklMRT0vZXRjL3NzbC9ldGNkL3NzbC9jYS5wZW0KRVRDRF9QRUVSX0NFUlRfRklMRT0vZXRjL3NzbC9ldGNkL3NzbC9tZW1iZXItY2hlbi1hbGl5dW4ucGVtCkVUQ0RfUEVFUl9LRVlfRklMRT0vZXRjL3NzbC9ldGNkL3NzbC9tZW1iZXItY2hlbi1hbGl5dW4ta2V5LnBlbQpFVENEX1BFRVJfQ0xJRU5UX0NFUlRfQVVUSD1UcnVlCgojIENMSSBzZXR0aW5ncwpFVENEQ1RMX0VORFBPSU5UUz1odHRwczovLzEyNy4wLjAuMToyMzc5CkVUQ0RDVExfQ0FfRklMRT0vZXRjL3NzbC9ldGNkL3NzbC9jYS5wZW0KRVRDRENUTF9LRVlfRklMRT0vZXRjL3NzbC9ldGNkL3NzbC9hZG1pbi1jaGVuLWFsaXl1bi1rZXkucGVtCkVUQ0RDVExfQ0VSVF9GSUxFPS9ldGMvc3NsL2V0Y2Qvc3NsL2FkbWluLWNoZW4tYWxpeXVuLnBlbQo= | base64 -d > /etc/etcd.env
Sep 02 00:14:16 chen-aliyun sudo[25893]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:14:16 chen-aliyun sudo[25893]: pam_unix(sudo:session): session closed for user root
Sep 02 00:14:16 chen-aliyun sudo[25897]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c systemctl daemon-reload && systemctl restart etcd && systemctl enable etcd
Sep 02 00:14:16 chen-aliyun sudo[25897]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:14:16 chen-aliyun systemd[1]: Reloading.
Sep 02 00:14:16 chen-aliyun systemd[1]: Starting etcd...
Sep 02 00:14:16 chen-aliyun etcd[25925]: recognized and used environment variable ETCD_ADVERTISE_CLIENT_URLS=https://192.168.0.43:2379
Sep 02 00:14:16 chen-aliyun etcd[25925]: recognized and used environment variable ETCD_AUTO_COMPACTION_RETENTION=8
Sep 02 00:14:16 chen-aliyun etcd[25925]: [WARNING] Deprecated '--logger=capnslog' flag is set; use '--logger=zap' flag instead
Sep 02 00:14:16 chen-aliyun etcd[25925]: [WARNING] Deprecated '--logger=capnslog' flag is set; use '--logger=zap' flag instead
Sep 02 00:14:16 chen-aliyun etcd[25925]: recognized and used environment variable ETCD_CERT_FILE=/etc/ssl/etcd/ssl/member-chen-aliyun.pem
Sep 02 00:14:16 chen-aliyun etcd[25925]: recognized and used environment variable ETCD_CLIENT_CERT_AUTH=true
Sep 02 00:14:16 chen-aliyun etcd[25925]: recognized and used environment variable ETCD_DATA_DIR=/var/lib/etcd
Sep 02 00:14:16 chen-aliyun etcd[25925]: recognized and used environment variable ETCD_ELECTION_TIMEOUT=5000
Sep 02 00:14:16 chen-aliyun etcd[25925]: recognized and used environment variable ETCD_ENABLE_V2=true
Sep 02 00:14:16 chen-aliyun etcd[25925]: recognized and used environment variable ETCD_HEARTBEAT_INTERVAL=250
Sep 02 00:14:16 chen-aliyun etcd[25925]: recognized and used environment variable ETCD_INITIAL_ADVERTISE_PEER_URLS=https://192.168.0.43:2380
Sep 02 00:14:16 chen-aliyun etcd[25925]: recognized and used environment variable ETCD_INITIAL_CLUSTER=etcd-chen-aliyun=https://192.168.0.43:2380
Sep 02 00:14:16 chen-aliyun etcd[25925]: recognized and used environment variable ETCD_INITIAL_CLUSTER_STATE=new
Sep 02 00:14:16 chen-aliyun etcd[25925]: recognized and used environment variable ETCD_INITIAL_CLUSTER_TOKEN=k8s_etcd
Sep 02 00:14:16 chen-aliyun etcd[25925]: recognized and used environment variable ETCD_KEY_FILE=/etc/ssl/etcd/ssl/member-chen-aliyun-key.pem
Sep 02 00:14:16 chen-aliyun etcd[25925]: recognized and used environment variable ETCD_LISTEN_CLIENT_URLS=https://192.168.0.43:2379,https://127.0.0.1:2379
Sep 02 00:14:16 chen-aliyun etcd[25925]: recognized and used environment variable ETCD_LISTEN_PEER_URLS=https://192.168.0.43:2380
Sep 02 00:14:16 chen-aliyun etcd[25925]: recognized and used environment variable ETCD_METRICS=basic
Sep 02 00:14:16 chen-aliyun etcd[25925]: recognized and used environment variable ETCD_NAME=etcd-chen-aliyun
Sep 02 00:14:16 chen-aliyun etcd[25925]: recognized and used environment variable ETCD_PEER_CERT_FILE=/etc/ssl/etcd/ssl/member-chen-aliyun.pem
Sep 02 00:14:16 chen-aliyun etcd[25925]: recognized and used environment variable ETCD_PEER_CLIENT_CERT_AUTH=True
Sep 02 00:14:16 chen-aliyun etcd[25925]: recognized and used environment variable ETCD_PEER_KEY_FILE=/etc/ssl/etcd/ssl/member-chen-aliyun-key.pem
Sep 02 00:14:16 chen-aliyun etcd[25925]: recognized and used environment variable ETCD_PEER_TRUSTED_CA_FILE=/etc/ssl/etcd/ssl/ca.pem
Sep 02 00:14:16 chen-aliyun etcd[25925]: recognized and used environment variable ETCD_PROXY=off
Sep 02 00:14:16 chen-aliyun etcd[25925]: recognized and used environment variable ETCD_SNAPSHOT_COUNT=10000
Sep 02 00:14:16 chen-aliyun etcd[25925]: recognized and used environment variable ETCD_TRUSTED_CA_FILE=/etc/ssl/etcd/ssl/ca.pem
Sep 02 00:14:16 chen-aliyun etcd[25925]: etcd Version: 3.4.13
Sep 02 00:14:16 chen-aliyun etcd[25925]: Git SHA: ae9734ed2
Sep 02 00:14:16 chen-aliyun etcd[25925]: Go Version: go1.12.17
Sep 02 00:14:16 chen-aliyun etcd[25925]: Go OS/Arch: linux/amd64
Sep 02 00:14:16 chen-aliyun etcd[25925]: setting maximum number of CPUs to 2, total number of available CPUs is 2
Sep 02 00:14:16 chen-aliyun etcd[25925]: peerTLS: cert = /etc/ssl/etcd/ssl/member-chen-aliyun.pem, key = /etc/ssl/etcd/ssl/member-chen-aliyun-key.pem, trusted-ca = /etc/ssl/etcd/ssl/ca.pem, client-cert-auth = true, crl-file = 
Sep 02 00:14:16 chen-aliyun etcd[25925]: name = etcd-chen-aliyun
Sep 02 00:14:16 chen-aliyun etcd[25925]: data dir = /var/lib/etcd
Sep 02 00:14:16 chen-aliyun etcd[25925]: member dir = /var/lib/etcd/member
Sep 02 00:14:16 chen-aliyun etcd[25925]: heartbeat = 250ms
Sep 02 00:14:16 chen-aliyun etcd[25925]: election = 5000ms
Sep 02 00:14:16 chen-aliyun etcd[25925]: snapshot count = 10000
Sep 02 00:14:16 chen-aliyun etcd[25925]: advertise client URLs = https://192.168.0.43:2379
Sep 02 00:14:16 chen-aliyun etcd[25925]: check file permission: directory "/var/lib/etcd" exist, but the permission is "drwxr-xr-x". The recommended permission is "-rwx------" to prevent possible unprivileged access to the data.
Sep 02 00:14:16 chen-aliyun etcd[25925]: starting member 7c2e9155f72d1110 in cluster 9bf677281f3b012f
Sep 02 00:14:16 chen-aliyun etcd[25925]: raft2021/09/02 00:14:16 INFO: 7c2e9155f72d1110 switched to configuration voters=()
Sep 02 00:14:16 chen-aliyun etcd[25925]: raft2021/09/02 00:14:16 INFO: 7c2e9155f72d1110 became follower at term 0
Sep 02 00:14:16 chen-aliyun etcd[25925]: raft2021/09/02 00:14:16 INFO: newRaft 7c2e9155f72d1110 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]
Sep 02 00:14:16 chen-aliyun etcd[25925]: raft2021/09/02 00:14:16 INFO: 7c2e9155f72d1110 became follower at term 1
Sep 02 00:14:16 chen-aliyun etcd[25925]: raft2021/09/02 00:14:16 INFO: 7c2e9155f72d1110 switched to configuration voters=(8948249308036927760)
Sep 02 00:14:16 chen-aliyun etcd[25925]: simple token is not cryptographically signed
Sep 02 00:14:16 chen-aliyun etcd[25925]: starting server... [version: 3.4.13, cluster version: to_be_decided]
Sep 02 00:14:16 chen-aliyun etcd[25925]: 7c2e9155f72d1110 as single-node; fast-forwarding 19 ticks (election ticks 20)
Sep 02 00:14:16 chen-aliyun etcd[25925]: raft2021/09/02 00:14:16 INFO: 7c2e9155f72d1110 switched to configuration voters=(8948249308036927760)
Sep 02 00:14:16 chen-aliyun etcd[25925]: added member 7c2e9155f72d1110 [https://192.168.0.43:2380] to cluster 9bf677281f3b012f
Sep 02 00:14:16 chen-aliyun etcd[25925]: ClientTLS: cert = /etc/ssl/etcd/ssl/member-chen-aliyun.pem, key = /etc/ssl/etcd/ssl/member-chen-aliyun-key.pem, trusted-ca = /etc/ssl/etcd/ssl/ca.pem, client-cert-auth = true, crl-file = 
Sep 02 00:14:16 chen-aliyun etcd[25925]: listening for peers on 192.168.0.43:2380
Sep 02 00:14:18 chen-aliyun etcd[25925]: raft2021/09/02 00:14:18 INFO: 7c2e9155f72d1110 is starting a new election at term 1
Sep 02 00:14:18 chen-aliyun etcd[25925]: raft2021/09/02 00:14:18 INFO: 7c2e9155f72d1110 became candidate at term 2
Sep 02 00:14:18 chen-aliyun etcd[25925]: raft2021/09/02 00:14:18 INFO: 7c2e9155f72d1110 received MsgVoteResp from 7c2e9155f72d1110 at term 2
Sep 02 00:14:18 chen-aliyun etcd[25925]: raft2021/09/02 00:14:18 INFO: 7c2e9155f72d1110 became leader at term 2
Sep 02 00:14:18 chen-aliyun etcd[25925]: raft2021/09/02 00:14:18 INFO: raft.node: 7c2e9155f72d1110 elected leader 7c2e9155f72d1110 at term 2
Sep 02 00:14:18 chen-aliyun etcd[25925]: setting up the initial cluster version to 3.4
Sep 02 00:14:18 chen-aliyun etcd[25925]: set the initial cluster version to 3.4
Sep 02 00:14:18 chen-aliyun etcd[25925]: enabled capabilities for version 3.4
Sep 02 00:14:18 chen-aliyun etcd[25925]: published {Name:etcd-chen-aliyun ClientURLs:[https://192.168.0.43:2379]} to cluster 9bf677281f3b012f
Sep 02 00:14:18 chen-aliyun etcd[25925]: ready to serve client requests
Sep 02 00:14:18 chen-aliyun systemd[1]: Started etcd.
Sep 02 00:14:18 chen-aliyun etcd[25925]: ready to serve client requests
Sep 02 00:14:18 chen-aliyun etcd[25925]: serving client requests on 127.0.0.1:2379
Sep 02 00:14:18 chen-aliyun systemd[1]: Reloading.
Sep 02 00:14:18 chen-aliyun etcd[25925]: serving client requests on 192.168.0.43:2379
Sep 02 00:14:18 chen-aliyun sudo[25897]: pam_unix(sudo:session): session closed for user root
Sep 02 00:14:18 chen-aliyun sudo[25960]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c export ETCDCTL_API=2;export ETCDCTL_CERT_FILE='/etc/ssl/etcd/ssl/admin-chen-aliyun.pem';export ETCDCTL_KEY_FILE='/etc/ssl/etcd/ssl/admin-chen-aliyun-key.pem';export ETCDCTL_CA_FILE='/etc/ssl/etcd/ssl/ca.pem';/usr/local/bin/etcdctl --endpoints=https://192.168.0.43:2379 cluster-health | grep -q 'cluster is healthy'
Sep 02 00:14:18 chen-aliyun sudo[25960]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:14:18 chen-aliyun systemd-udevd[269]: Network interface NamePolicy= disabled on kernel command line, ignoring.
Sep 02 00:14:18 chen-aliyun etcd[25925]: /health OK (status code 200)
Sep 02 00:14:18 chen-aliyun sudo[25960]: pam_unix(sudo:session): session closed for user root
Sep 02 00:14:18 chen-aliyun sudo[25971]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo
Sep 02 00:14:18 chen-aliyun sudo[25971]:     root : (command continued) IyBFbnZpcm9ubWVudCBmaWxlIGZvciBldGNkIHYzLjQuMTMKRVRDRF9EQVRBX0RJUj0vdmFyL2xpYi9ldGNkCkVUQ0RfQURWRVJUSVNFX0NMSUVOVF9VUkxTPWh0dHBzOi8vMTkyLjE2OC4wLjQzOjIzNzkKRVRDRF9JTklUSUFMX0FEVkVSVElTRV9QRUVSX1VSTFM9aHR0cHM6Ly8xOTIuMTY4LjAuNDM6MjM4MApFVENEX0lOSVRJQUxfQ0xVU1RFUl9TVEFURT1leGlzdGluZwpFVENEX01FVFJJQ1M9YmFzaWMKRVRDRF9MSVNURU5fQ0xJRU5UX1VSTFM9aHR0cHM6Ly8xOTIuMTY4LjAuNDM6MjM3OSxodHRwczovLzEyNy4wLjAuMToyMzc5CkVUQ0RfRUxFQ1RJT05fVElNRU9VVD01MDAwCkVUQ0RfSEVBUlRCRUFUX0lOVEVSVkFMPTI1MApFVENEX0lOSVRJQUxfQ0xVU1RFUl9UT0tFTj1rOHNfZXRjZApFVENEX0xJU1RFTl9QRUVSX1VSTFM9aHR0cHM6Ly8xOTIuMTY4LjAuNDM6MjM4MApFVENEX05BTUU9ZXRjZC1jaGVuLWFsaXl1bgpFVENEX1BST1hZPW9mZgpFVENEX0VOQUJMRV9WMj10cnVlCkVUQ0RfSU5JVElBTF9DTFVTVEVSPWV0Y2QtY2hlbi1hbGl5dW49aHR0cHM6Ly8xOTIuMTY4LjAuNDM6MjM4MApFVENEX0FVVE9fQ09NUEFDVElPTl9SRVRFTlRJT049OApFVENEX1NOQVBTSE9UX0NPVU5UPTEwMDAwCgojIFRMUyBzZXR0aW5ncwpFVENEX1RSVVNURURfQ0FfRklMRT0vZXRjL3NzbC9ldGNkL3NzbC9jYS5wZW0KRVRDRF9DRVJUX
Sep 02 00:14:18 chen-aliyun sudo[25971]:     root : (command continued) 0ZJTEU9L2V0Yy9zc2wvZXRjZC9zc2wvbWVtYmVyLWNoZW4tYWxpeXVuLnBlbQpFVENEX0tFWV9GSUxFPS9ldGMvc3NsL2V0Y2Qvc3NsL21lbWJlci1jaGVuLWFsaXl1bi1rZXkucGVtCkVUQ0RfQ0xJRU5UX0NFUlRfQVVUSD10cnVlCgpFVENEX1BFRVJfVFJVU1RFRF9DQV9GSUxFPS9ldGMvc3NsL2V0Y2Qvc3NsL2NhLnBlbQpFVENEX1BFRVJfQ0VSVF9GSUxFPS9ldGMvc3NsL2V0Y2Qvc3NsL21lbWJlci1jaGVuLWFsaXl1bi5wZW0KRVRDRF9QRUVSX0tFWV9GSUxFPS9ldGMvc3NsL2V0Y2Qvc3NsL21lbWJlci1jaGVuLWFsaXl1bi1rZXkucGVtCkVUQ0RfUEVFUl9DTElFTlRfQ0VSVF9BVVRIPVRydWUKCiMgQ0xJIHNldHRpbmdzCkVUQ0RDVExfRU5EUE9JTlRTPWh0dHBzOi8vMTI3LjAuMC4xOjIzNzkKRVRDRENUTF9DQV9GSUxFPS9ldGMvc3NsL2V0Y2Qvc3NsL2NhLnBlbQpFVENEQ1RMX0tFWV9GSUxFPS9ldGMvc3NsL2V0Y2Qvc3NsL2FkbWluLWNoZW4tYWxpeXVuLWtleS5wZW0KRVRDRENUTF9DRVJUX0ZJTEU9L2V0Yy9zc2wvZXRjZC9zc2wvYWRtaW4tY2hlbi1hbGl5dW4ucGVtCg== | base64 -d > /etc/etcd.env
Sep 02 00:14:18 chen-aliyun sudo[25971]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:14:18 chen-aliyun sudo[25971]: pam_unix(sudo:session): session closed for user root
Sep 02 00:14:18 chen-aliyun sudo[25975]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c export ETCDCTL_API=2;export ETCDCTL_CERT_FILE='/etc/ssl/etcd/ssl/admin-chen-aliyun.pem';export ETCDCTL_KEY_FILE='/etc/ssl/etcd/ssl/admin-chen-aliyun-key.pem';export ETCDCTL_CA_FILE='/etc/ssl/etcd/ssl/ca.pem';/usr/local/bin/etcdctl --endpoints=https://192.168.0.43:2379 cluster-health | grep -q 'cluster is healthy'
Sep 02 00:14:18 chen-aliyun sudo[25975]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:14:18 chen-aliyun etcd[25925]: /health OK (status code 200)
Sep 02 00:14:18 chen-aliyun sudo[25975]: pam_unix(sudo:session): session closed for user root
Sep 02 00:14:18 chen-aliyun sshd[25985]: Accepted password for root from 192.168.0.43 port 36080 ssh2
Sep 02 00:14:18 chen-aliyun sshd[25985]: pam_unix(sshd:session): session opened for user root by (uid=0)
Sep 02 00:14:18 chen-aliyun systemd[1]: Started Session 188 of user root.
Sep 02 00:14:18 chen-aliyun systemd-logind[500]: New session 188 of user root.
Sep 02 00:14:19 chen-aliyun sudo[26018]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c mkdir -p /usr/local/bin/kube-scripts
Sep 02 00:14:19 chen-aliyun sudo[26018]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:14:19 chen-aliyun sudo[26018]: pam_unix(sudo:session): session closed for user root
Sep 02 00:14:19 chen-aliyun sudo[26021]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo
Sep 02 00:14:19 chen-aliyun sudo[26021]:     root : (command continued) IyEvYmluL2Jhc2gKCkVUQ0RDVExfUEFUSD0nL3Vzci9sb2NhbC9iaW4vZXRjZGN0bCcKRU5EUE9JTlRTPSdodHRwczovLzE5Mi4xNjguMC40MzoyMzc5JwpFVENEX0RBVEFfRElSPSIvdmFyL2xpYi9ldGNkIgpCQUNLVVBfRElSPSIvdmFyL2JhY2t1cHMva3ViZV9ldGNkL2V0Y2QtJChkYXRlICslWS0lbS0lZC0lSC0lTS0lUykiCktFRVBCQUNLVVBOVU1CRVI9JzUnCkVUQ0RCQUNLVVBQRVJJT0Q9JzMwJwpFVENEQkFDS1VQU0NJUFQ9Jy91c3IvbG9jYWwvYmluL2t1YmUtc2NyaXB0cycKRVRDREJBQ0tVUEhPVVI9JycKCkVUQ0RDVExfQ0VSVD0iL2V0Yy9zc2wvZXRjZC9zc2wvYWRtaW4tY2hlbi1hbGl5dW4ucGVtIgpFVENEQ1RMX0tFWT0iL2V0Yy9zc2wvZXRjZC9zc2wvYWRtaW4tY2hlbi1hbGl5dW4ta2V5LnBlbSIKRVRDRENUTF9DQV9GSUxFPSIvZXRjL3NzbC9ldGNkL3NzbC9jYS5wZW0iCgpbICEgLWQgJEJBQ0tVUF9ESVIgXSAmJiBta2RpciAtcCAkQkFDS1VQX0RJUgoKZXhwb3J0IEVUQ0RDVExfQVBJPTI7JEVUQ0RDVExfUEFUSCBiYWNrdXAgLS1kYXRhLWRpciAkRVRDRF9EQVRBX0RJUiAtLWJhY2t1cC1kaXIgJEJBQ0tVUF9ESVIKCnNsZWVwIDMKCnsKZXhwb3J0IEVUQ0RDVExfQVBJPTM7JEVUQ0RDVExfUEFUSCAtLWVuZHBvaW50cz0iJEVORFBPSU5UUyIgc25hcHNob3Qgc2F2ZSAkQkFDS1VQX0RJUi9zbmFwc2hvdC5kY
Sep 02 00:14:19 chen-aliyun sudo[26021]:     root : (command continued) iBcCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgLS1jYWNlcnQ9IiRFVENEQ1RMX0NBX0ZJTEUiIFwKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAtLWNlcnQ9IiRFVENEQ1RMX0NFUlQiIFwKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAtLWtleT0iJEVUQ0RDVExfS0VZIgp9ID4gL2Rldi9udWxsIAoKc2xlZXAgMwoKY2QgJEJBQ0tVUF9ESVIvLi4vO2xzIC1sdCB8YXdrICd7aWYoTlIgPiAnJEtFRVBCQUNLVVBOVU1CRVInKXtwcmludCAicm0gLXJmICIkOX19J3xzaAoKaWYgW1sgISAkRVRDREJBQ0tVUEhPVVIgXV07IHRoZW4KICB0aW1lPSIqLyRFVENEQkFDS1VQUEVSSU9EICogKiAqICoiCmVsc2UKICBpZiBbWyAwID09ICRFVENEQkFDS1VQUEVSSU9EIF1dO3RoZW4KICAgIHRpbWU9IiogKi8kRVRDREJBQ0tVUEhPVVIgKiAqICoiCiAgZWxzZQogICAgdGltZT0iKi8kRVRDREJBQ0tVUFBFUklPRCAqLyRFVENEQkFDS1VQSE9VUiAqICogKiIKICBmaQpmaQoKY3JvbnRhYiAtbCB8IGdyZXAgLXYgJyMnID4gL3RtcC9maWxlCmVjaG8gIiR0aW1lIHNoICRFVENEQkFDS1VQU0NJUFQvZXRjZC1iYWNrdXAuc2giID4+IC90bXAvZmlsZSAmJiBhd2sgJyAheFskMF0rK3twcmludCA+ICIvdG1wL2ZpbGUifScgL3RtcC9maWxlCmNyb250YWIgL3RtcC9maWxlCnJtIC1yZiAvdG1wL2ZpbG
Sep 02 00:14:19 chen-aliyun sudo[26021]:     root : (command continued) UKCg== | base64 -d > /tmp/kubekey/etcd-backup.sh && chmod +x /tmp/kubekey/etcd-backup.sh
Sep 02 00:14:19 chen-aliyun sudo[26021]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:14:19 chen-aliyun sudo[26021]: pam_unix(sudo:session): session closed for user root
Sep 02 00:14:19 chen-aliyun sudo[26027]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/usr/bin/cp /tmp/kubekey/etcd-backup.sh /usr/local/bin/kube-scripts
Sep 02 00:14:19 chen-aliyun sudo[26027]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:14:19 chen-aliyun sudo[26027]: pam_unix(sudo:session): session closed for user root
Sep 02 00:14:19 chen-aliyun sudo[26026]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/usr/local/bin/kube-scripts/etcd-backup.sh
Sep 02 00:14:19 chen-aliyun sudo[26026]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:14:22 chen-aliyun etcd[25925]: sending database snapshot to client 20 kB [20480 bytes]
Sep 02 00:14:22 chen-aliyun etcd[25925]: sending database sha256 checksum to client [32 bytes]
Sep 02 00:14:22 chen-aliyun etcd[25925]: successfully sent database snapshot to client 20 kB [20480 bytes]
Sep 02 00:14:23 chen-aliyun systemd[1]: systemd-hostnamed.service: Succeeded.
Sep 02 00:14:25 chen-aliyun crontab[26064]: (root) LIST (root)
Sep 02 00:14:25 chen-aliyun crontab[26067]: (root) REPLACE (root)
Sep 02 00:14:25 chen-aliyun sudo[26026]: pam_unix(sudo:session): session closed for user root
Sep 02 00:14:25 chen-aliyun sshd[26069]: Accepted password for root from 192.168.0.43 port 36084 ssh2
Sep 02 00:14:25 chen-aliyun sshd[26069]: pam_unix(sshd:session): session opened for user root by (uid=0)
Sep 02 00:14:25 chen-aliyun systemd[1]: Started Session 189 of user root.
Sep 02 00:14:25 chen-aliyun systemd-logind[500]: New session 189 of user root.
Sep 02 00:14:25 chen-aliyun sudo[26089]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c [ -f /etc/kubernetes/admin.conf ] && echo 'Cluster already exists.' || echo 'Cluster will be created.'
Sep 02 00:14:25 chen-aliyun sudo[26089]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:14:25 chen-aliyun sudo[26089]: pam_unix(sudo:session): session closed for user root
Sep 02 00:14:25 chen-aliyun sshd[26091]: Accepted password for root from 192.168.0.43 port 36086 ssh2
Sep 02 00:14:25 chen-aliyun sshd[26091]: pam_unix(sshd:session): session opened for user root by (uid=0)
Sep 02 00:14:25 chen-aliyun systemd[1]: Started Session 190 of user root.
Sep 02 00:14:25 chen-aliyun systemd-logind[500]: New session 190 of user root.
Sep 02 00:14:25 chen-aliyun sudo[26112]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c if [ -d /tmp/kubekey ]; then rm -rf /tmp/kubekey ;fi
Sep 02 00:14:25 chen-aliyun sudo[26112]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:14:25 chen-aliyun sudo[26112]: pam_unix(sudo:session): session closed for user root
Sep 02 00:14:29 chen-aliyun sudo[26120]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c cp -f /tmp/kubekey/kubeadm /usr/local/bin/kubeadm && chmod +x /usr/local/bin/kubeadm && cp -f /tmp/kubekey/kubectl /usr/local/bin/kubectl && chmod +x /usr/local/bin/kubectl && cp -f /tmp/kubekey/helm /usr/local/bin/helm && chmod +x /usr/local/bin/helm && mkdir -p /opt/cni/bin && tar -zxf /tmp/kubekey/cni-plugins-linux-amd64-v0.9.1.tgz -C /opt/cni/bin
Sep 02 00:14:29 chen-aliyun sudo[26120]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:14:31 chen-aliyun sudo[26120]: pam_unix(sudo:session): session closed for user root
Sep 02 00:14:31 chen-aliyun sudo[26131]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c cp -f /tmp/kubekey/kubelet /usr/local/bin/kubelet && chmod +x /usr/local/bin/kubelet
Sep 02 00:14:31 chen-aliyun sudo[26131]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:14:31 chen-aliyun sudo[26131]: pam_unix(sudo:session): session closed for user root
Sep 02 00:14:31 chen-aliyun sudo[26135]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo W1VuaXRdCkRlc2NyaXB0aW9uPWt1YmVsZXQ6IFRoZSBLdWJlcm5ldGVzIE5vZGUgQWdlbnQKRG9jdW1lbnRhdGlvbj1odHRwOi8va3ViZXJuZXRlcy5pby9kb2NzLwoKW1NlcnZpY2VdCkV4ZWNTdGFydD0vdXNyL2xvY2FsL2Jpbi9rdWJlbGV0ClJlc3RhcnQ9YWx3YXlzClN0YXJ0TGltaXRJbnRlcnZhbD0wClJlc3RhcnRTZWM9MTAKCltJbnN0YWxsXQpXYW50ZWRCeT1tdWx0aS11c2VyLnRhcmdldAo= | base64 -d > /etc/systemd/system/kubelet.service
Sep 02 00:14:31 chen-aliyun sudo[26135]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:14:31 chen-aliyun sudo[26135]: pam_unix(sudo:session): session closed for user root
Sep 02 00:14:31 chen-aliyun sudo[26139]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c systemctl disable kubelet && systemctl enable kubelet && ln -snf /usr/local/bin/kubelet /usr/bin/kubelet
Sep 02 00:14:31 chen-aliyun sudo[26139]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:14:31 chen-aliyun systemd[1]: Reloading.
Sep 02 00:14:31 chen-aliyun systemd[1]: Reloading.
Sep 02 00:14:31 chen-aliyun sudo[26139]: pam_unix(sudo:session): session closed for user root
Sep 02 00:14:31 chen-aliyun sudo[26191]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c mkdir -p /etc/systemd/system/kubelet.service.d && echo
Sep 02 00:14:31 chen-aliyun sudo[26191]:     root : (command continued) IyBOb3RlOiBUaGlzIGRyb3BpbiBvbmx5IHdvcmtzIHdpdGgga3ViZWFkbSBhbmQga3ViZWxldCB2MS4xMSsKW1NlcnZpY2VdCkVudmlyb25tZW50PSJLVUJFTEVUX0tVQkVDT05GSUdfQVJHUz0tLWJvb3RzdHJhcC1rdWJlY29uZmlnPS9ldGMva3ViZXJuZXRlcy9ib290c3RyYXAta3ViZWxldC5jb25mIC0ta3ViZWNvbmZpZz0vZXRjL2t1YmVybmV0ZXMva3ViZWxldC5jb25mIgpFbnZpcm9ubWVudD0iS1VCRUxFVF9DT05GSUdfQVJHUz0tLWNvbmZpZz0vdmFyL2xpYi9rdWJlbGV0L2NvbmZpZy55YW1sIgojIFRoaXMgaXMgYSBmaWxlIHRoYXQgImt1YmVhZG0gaW5pdCIgYW5kICJrdWJlYWRtIGpvaW4iIGdlbmVyYXRlIGF0IHJ1bnRpbWUsIHBvcHVsYXRpbmcgdGhlIEtVQkVMRVRfS1VCRUFETV9BUkdTIHZhcmlhYmxlIGR5bmFtaWNhbGx5CkVudmlyb25tZW50RmlsZT0tL3Zhci9saWIva3ViZWxldC9rdWJlYWRtLWZsYWdzLmVudgojIFRoaXMgaXMgYSBmaWxlIHRoYXQgdGhlIHVzZXIgY2FuIHVzZSBmb3Igb3ZlcnJpZGVzIG9mIHRoZSBrdWJlbGV0IGFyZ3MgYXMgYSBsYXN0IHJlc29ydC4gUHJlZmVyYWJseSwgdGhlIHVzZXIgc2hvdWxkIHVzZQojIHRoZSAuTm9kZVJlZ2lzdHJhdGlvbi5LdWJlbGV0RXh0cmFBcmdzIG9iamVjdCBpbiB0aGUgY29uZmlndXJhdGlvbiBmaWxlcyBpbnN0ZWFkLiBLVUJFTEVUX0VYVFJBX0FSR1Mgc
Sep 02 00:14:31 chen-aliyun sudo[26191]:     root : (command continued) 2hvdWxkIGJlIHNvdXJjZWQgZnJvbSB0aGlzIGZpbGUuCkVudmlyb25tZW50RmlsZT0tL2V0Yy9kZWZhdWx0L2t1YmVsZXQKRW52aXJvbm1lbnQ9IktVQkVMRVRfRVhUUkFfQVJHUz0tLW5vZGUtaXA9MTkyLjE2OC4wLjQzIC0taG9zdG5hbWUtb3ZlcnJpZGU9Y2hlbi1hbGl5dW4gIgpFeGVjU3RhcnQ9CkV4ZWNTdGFydD0vdXNyL2xvY2FsL2Jpbi9rdWJlbGV0ICRLVUJFTEVUX0tVQkVDT05GSUdfQVJHUyAkS1VCRUxFVF9DT05GSUdfQVJHUyAkS1VCRUxFVF9LVUJFQURNX0FSR1MgJEtVQkVMRVRfRVhUUkFfQVJHUwo= | base64 -d > /etc/systemd/system/kubelet.service.d/10-kubeadm.conf
Sep 02 00:14:31 chen-aliyun sudo[26191]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:14:31 chen-aliyun sudo[26191]: pam_unix(sudo:session): session closed for user root
Sep 02 00:14:31 chen-aliyun systemd-udevd[269]: Network interface NamePolicy= disabled on kernel command line, ignoring.
Sep 02 00:14:31 chen-aliyun sshd[26196]: Accepted password for root from 192.168.0.43 port 36090 ssh2
Sep 02 00:14:31 chen-aliyun sshd[26196]: pam_unix(sshd:session): session opened for user root by (uid=0)
Sep 02 00:14:31 chen-aliyun systemd[1]: Started Session 191 of user root.
Sep 02 00:14:31 chen-aliyun systemd-logind[500]: New session 191 of user root.
Sep 02 00:14:31 chen-aliyun sudo[26233]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/usr/bin/env PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin /bin/sh -c containerd config dump | grep systemd_cgroup | awk -F'= ' '{ print ; }'
Sep 02 00:14:31 chen-aliyun sudo[26233]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:14:32 chen-aliyun sudo[26233]: pam_unix(sudo:session): session closed for user root
Sep 02 00:14:32 chen-aliyun sudo[26244]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c mkdir -p /etc/kubernetes && echo
Sep 02 00:14:32 chen-aliyun sudo[26244]:     root : (command continued) LS0tCmFwaVZlcnNpb246IGt1YmVhZG0uazhzLmlvL3YxYmV0YTIKa2luZDogQ2x1c3RlckNvbmZpZ3VyYXRpb24KZXRjZDoKICBleHRlcm5hbDoKICAgIGVuZHBvaW50czoKICAgIC0gaHR0cHM6Ly8xOTIuMTY4LjAuNDM6MjM3OQogICAgY2FGaWxlOiAvZXRjL3NzbC9ldGNkL3NzbC9jYS5wZW0KICAgIGNlcnRGaWxlOiAvZXRjL3NzbC9ldGNkL3NzbC9ub2RlLWNoZW4tYWxpeXVuLnBlbQogICAga2V5RmlsZTogL2V0Yy9zc2wvZXRjZC9zc2wvbm9kZS1jaGVuLWFsaXl1bi1rZXkucGVtCmRuczoKICB0eXBlOiBDb3JlRE5TCiAgaW1hZ2VSZXBvc2l0b3J5OiBjb3JlZG5zCiAgaW1hZ2VUYWc6IDEuOC40CmltYWdlUmVwb3NpdG9yeToga3ViZXNwaGVyZQprdWJlcm5ldGVzVmVyc2lvbjogdjEuMjIuMQpjZXJ0aWZpY2F0ZXNEaXI6IC9ldGMva3ViZXJuZXRlcy9wa2kKY2x1c3Rlck5hbWU6IGNsdXN0ZXIubG9jYWwKY29udHJvbFBsYW5lRW5kcG9pbnQ6IGxiLmt1YmVzcGhlcmUubG9jYWw6NjQ0MwpuZXR3b3JraW5nOgogIGRuc0RvbWFpbjogY2x1c3Rlci5sb2NhbAogIHBvZFN1Ym5ldDogMTAuMjMzLjY0LjAvMTgKICBzZXJ2aWNlU3VibmV0OiAxMC4yMzMuMC4wLzE4CmFwaVNlcnZlcjoKICBleHRyYUFyZ3M6CiAgICBhdWRpdC1sb2ctbWF4YWdlOiAiMzAiCiAgICBhdWRpdC1sb2ctbWF4YmFja3VwOiAiMTAiCiAgICBhdWRpdC1sb
Sep 02 00:14:32 chen-aliyun sudo[26244]:     root : (command continued) 2ctbWF4c2l6ZTogIjEwMCIKICAgIGJpbmQtYWRkcmVzczogMC4wLjAuMAogICAgZmVhdHVyZS1nYXRlczogRXhwYW5kQ1NJVm9sdW1lcz10cnVlLFJvdGF0ZUt1YmVsZXRTZXJ2ZXJDZXJ0aWZpY2F0ZT10cnVlCiAgY2VydFNBTnM6CiAgICAtIGt1YmVybmV0ZXMKICAgIC0ga3ViZXJuZXRlcy5kZWZhdWx0CiAgICAtIGt1YmVybmV0ZXMuZGVmYXVsdC5zdmMKICAgIC0ga3ViZXJuZXRlcy5kZWZhdWx0LnN2Yy5jbHVzdGVyLmxvY2FsCiAgICAtIGxvY2FsaG9zdAogICAgLSAxMjcuMC4wLjEKICAgIC0gbGIua3ViZXNwaGVyZS5sb2NhbAogICAgLSAxOTIuMTY4LjAuNDMKICAgIC0gY2hlbi1hbGl5dW4KICAgIC0gY2hlbi1hbGl5dW4uY2x1c3Rlci5sb2NhbAogICAgLSAxMC4yMzMuMC4xCmNvbnRyb2xsZXJNYW5hZ2VyOgogIGV4dHJhQXJnczoKICAgIG5vZGUtY2lkci1tYXNrLXNpemU6ICIyNCIKICAgIGJpbmQtYWRkcmVzczogMC4wLjAuMAogICAgZXhwZXJpbWVudGFsLWNsdXN0ZXItc2lnbmluZy1kdXJhdGlvbjogODc2MDBoCiAgICBmZWF0dXJlLWdhdGVzOiBFeHBhbmRDU0lWb2x1bWVzPXRydWUsUm90YXRlS3ViZWxldFNlcnZlckNlcnRpZmljYXRlPXRydWUKICBleHRyYVZvbHVtZXM6CiAgLSBuYW1lOiBob3N0LXRpbWUKICAgIGhvc3RQYXRoOiAvZXRjL2xvY2FsdGltZQogICAgbW91bnRQYXRoOiAvZXRjL2xvY2FsdGltZQ
Sep 02 00:14:32 chen-aliyun sudo[26244]:     root : (command continued) ogICAgcmVhZE9ubHk6IHRydWUKc2NoZWR1bGVyOgogIGV4dHJhQXJnczoKICAgIGJpbmQtYWRkcmVzczogMC4wLjAuMAogICAgZmVhdHVyZS1nYXRlczogRXhwYW5kQ1NJVm9sdW1lcz10cnVlLFJvdGF0ZUt1YmVsZXRTZXJ2ZXJDZXJ0aWZpY2F0ZT10cnVlCgotLS0KYXBpVmVyc2lvbjoga3ViZWFkbS5rOHMuaW8vdjFiZXRhMgpraW5kOiBJbml0Q29uZmlndXJhdGlvbgpsb2NhbEFQSUVuZHBvaW50OgogIGFkdmVydGlzZUFkZHJlc3M6IDE5Mi4xNjguMC40MwogIGJpbmRQb3J0OiA2NDQzCm5vZGVSZWdpc3RyYXRpb246CiAgY3JpU29ja2V0OiB1bml4Oi8vL3J1bi9jb250YWluZXJkL2NvbnRhaW5lcmQuc29jawotLS0KYXBpVmVyc2lvbjoga3ViZXByb3h5LmNvbmZpZy5rOHMuaW8vdjFhbHBoYTEKa2luZDogS3ViZVByb3h5Q29uZmlndXJhdGlvbgpjbHVzdGVyQ0lEUjogMTAuMjMzLjY0LjAvMTgKaXB0YWJsZXM6CiAgbWFzcXVlcmFkZUFsbDogZmFsc2UKICBtYXNxdWVyYWRlQml0OiAxNAogIG1pblN5bmNQZXJpb2Q6IDBzCiAgc3luY1BlcmlvZDogMzBzCm1vZGU6IGlwdnMKLS0tCmFwaVZlcnNpb246IGt1YmVsZXQuY29uZmlnLms4cy5pby92MWJldGExCmtpbmQ6IEt1YmVsZXRDb25maWd1cmF0aW9uCmNsdXN0ZXJETlM6Ci0gMTY5LjI1NC4yNS4xMApjbHVzdGVyRG9tYWluOiBjbHVzdGVyLmxvY2FsCmNvbnRhaW5lckxvZ01
Sep 02 00:14:32 chen-aliyun sudo[26244]:     root : (command continued) heEZpbGVzOiAzCmNvbnRhaW5lckxvZ01heFNpemU6IDVNaQpldmljdGlvbkhhcmQ6CiAgbWVtb3J5LmF2YWlsYWJsZTogNSUKZXZpY3Rpb25NYXhQb2RHcmFjZVBlcmlvZDogMTIwCmV2aWN0aW9uUHJlc3N1cmVUcmFuc2l0aW9uUGVyaW9kOiAzMHMKZXZpY3Rpb25Tb2Z0OgogIG1lbW9yeS5hdmFpbGFibGU6IDEwJQpldmljdGlvblNvZnRHcmFjZVBlcmlvZDoKICBtZW1vcnkuYXZhaWxhYmxlOiAybQpmZWF0dXJlR2F0ZXM6CiAgRXhwYW5kQ1NJVm9sdW1lczogdHJ1ZQogIFJvdGF0ZUt1YmVsZXRTZXJ2ZXJDZXJ0aWZpY2F0ZTogdHJ1ZQprdWJlUmVzZXJ2ZWQ6CiAgY3B1OiAyMDBtCiAgbWVtb3J5OiAyNTBNaQptYXhQb2RzOiAxMTAKcm90YXRlQ2VydGlmaWNhdGVzOiB0cnVlCnN5c3RlbVJlc2VydmVkOgogIGNwdTogMjAwbQogIG1lbW9yeTogMjUwTWkKCg== | base64 -d > /etc/kubernetes/kubeadm-config.yaml
Sep 02 00:14:32 chen-aliyun sudo[26244]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:14:32 chen-aliyun sudo[26244]: pam_unix(sudo:session): session closed for user root
Sep 02 00:14:32 chen-aliyun sudo[26249]:     root : TTY=pts/3 ; PWD=/root ; USER=root ; COMMAND=/usr/bin/env PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin /bin/sh -c /usr/local/bin/kubeadm init --config=/etc/kubernetes/kubeadm-config.yaml --ignore-preflight-errors=FileExisting-crictl
Sep 02 00:14:32 chen-aliyun sudo[26249]: pam_unix(sudo:session): session opened for user root by root(uid=0)
Sep 02 00:14:35 chen-aliyun systemd[1]: Reloading.
Sep 02 00:14:35 chen-aliyun systemd[1]: Started kubelet: The Kubernetes Node Agent.
Sep 02 00:14:35 chen-aliyun systemd-udevd[269]: Network interface NamePolicy= disabled on kernel command line, ignoring.
Sep 02 00:14:35 chen-aliyun kubelet[26334]: I0902 00:14:35.313146   26334 server.go:199] "Warning: For remote container runtime, --pod-infra-container-image is ignored in kubelet, which should be set in that remote runtime instead"
Sep 02 00:14:35 chen-aliyun systemd[1]: Started Kubernetes systemd probe.
Sep 02 00:14:35 chen-aliyun kubelet[26334]: I0902 00:14:35.630654   26334 server.go:440] "Kubelet version" kubeletVersion="v1.22.1"
Sep 02 00:14:35 chen-aliyun kubelet[26334]: I0902 00:14:35.631042   26334 server.go:868] "Client rotation is on, will bootstrap in background"
Sep 02 00:14:35 chen-aliyun kubelet[26334]: I0902 00:14:35.635002   26334 dynamic_cafile_content.go:155] "Starting controller" name="client-ca-bundle::/etc/kubernetes/pki/ca.crt"
Sep 02 00:14:35 chen-aliyun kubelet[26334]: E0902 00:14:35.643882   26334 certificate_manager.go:471] kubernetes.io/kube-apiserver-client-kubelet: Failed while requesting a signed certificate from the control plane: cannot create certificate signing request: Post "https://lb.kubesphere.local:6443/apis/certificates.k8s.io/v1/certificatesigningrequests": dial tcp 192.168.0.43:6443: connect: connection refused
Sep 02 00:14:35 chen-aliyun systemd[1]: run-r6d91eb4ddd4d4d6abd230bb55a056237.scope: Succeeded.
Sep 02 00:14:37 chen-aliyun kubelet[26334]: E0902 00:14:37.781970   26334 certificate_manager.go:471] kubernetes.io/kube-apiserver-client-kubelet: Failed while requesting a signed certificate from the control plane: cannot create certificate signing request: Post "https://lb.kubesphere.local:6443/apis/certificates.k8s.io/v1/certificatesigningrequests": dial tcp 192.168.0.43:6443: connect: connection refused
Sep 02 00:14:40 chen-aliyun kubelet[26334]: I0902 00:14:40.640849   26334 server.go:687] "--cgroups-per-qos enabled, but --cgroup-root was not specified.  defaulting to /"
Sep 02 00:14:40 chen-aliyun kubelet[26334]: I0902 00:14:40.641584   26334 container_manager_linux.go:280] "Container manager verified user specified cgroup-root exists" cgroupRoot=[]
Sep 02 00:14:40 chen-aliyun kubelet[26334]: I0902 00:14:40.641669   26334 container_manager_linux.go:285] "Creating Container Manager object based on Node Config" nodeConfig={RuntimeCgroupsName: SystemCgroupsName: KubeletCgroupsName: ContainerRuntime:remote CgroupsPerQOS:true CgroupRoot:/ CgroupDriver:systemd KubeletRootDir:/var/lib/kubelet ProtectKernelDefaults:false NodeAllocatableConfig:{KubeReservedCgroupName: SystemReservedCgroupName: ReservedSystemCPUs: EnforceNodeAllocatable:map[pods:{}] KubeReserved:map[cpu:{i:{value:200 scale:-3} d:{Dec:<nil>} s:200m Format:DecimalSI} memory:{i:{value:262144000 scale:0} d:{Dec:<nil>} s:250Mi Format:BinarySI}] SystemReserved:map[cpu:{i:{value:200 scale:-3} d:{Dec:<nil>} s:200m Format:DecimalSI} memory:{i:{value:262144000 scale:0} d:{Dec:<nil>} s:250Mi Format:BinarySI}] HardEvictionThresholds:[{Signal:memory.available Operator:LessThan Value:{Quantity:<nil> Percentage:0.05} GracePeriod:0s MinReclaim:<nil>}]} QOSReserved:map[] ExperimentalCPUManagerPolicy:none ExperimentalCPUManagerPolicyOptions:map[] ExperimentalTopologyManagerScope:container ExperimentalCPUManagerReconcilePeriod:10s ExperimentalMemoryManagerPolicy:None ExperimentalMemoryManagerReservedMemory:[] ExperimentalPodPidsLimit:-1 EnforceCPULimits:true CPUCFSQuotaPeriod:100ms ExperimentalTopologyManagerPolicy:none}
Sep 02 00:14:40 chen-aliyun kubelet[26334]: I0902 00:14:40.641734   26334 topology_manager.go:133] "Creating topology manager with policy per scope" topologyPolicyName="none" topologyScopeName="container"
Sep 02 00:14:40 chen-aliyun kubelet[26334]: I0902 00:14:40.641746   26334 container_manager_linux.go:320] "Creating device plugin manager" devicePluginEnabled=true
Sep 02 00:14:40 chen-aliyun kubelet[26334]: I0902 00:14:40.642219   26334 state_mem.go:36] "Initialized new in-memory state store"
Sep 02 00:14:40 chen-aliyun kubelet[26334]: I0902 00:14:40.643032   26334 kubelet.go:418] "Attempting to sync node with API server"
Sep 02 00:14:40 chen-aliyun kubelet[26334]: I0902 00:14:40.643048   26334 kubelet.go:279] "Adding static pod path" path="/etc/kubernetes/manifests"
Sep 02 00:14:40 chen-aliyun kubelet[26334]: I0902 00:14:40.643653   26334 kubelet.go:290] "Adding apiserver pod source"
Sep 02 00:14:40 chen-aliyun kubelet[26334]: I0902 00:14:40.643842   26334 apiserver.go:42] "Waiting for node sync before watching apiserver pods"
Sep 02 00:14:40 chen-aliyun kubelet[26334]: E0902 00:14:40.643768   26334 reflector.go:138] k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.Node: failed to list *v1.Node: Get "https://lb.kubesphere.local:6443/api/v1/nodes?fieldSelector=metadata.name%3Dchen-aliyun&limit=500&resourceVersion=0": dial tcp 192.168.0.43:6443: connect: connection refused
Sep 02 00:14:40 chen-aliyun kubelet[26334]: I0902 00:14:40.648784   26334 kuberuntime_manager.go:244] "Container runtime initialized" containerRuntime="containerd" version="1.4.9" apiVersion="v1alpha2"
Sep 02 00:14:40 chen-aliyun kubelet[26334]: I0902 00:14:40.652079   26334 server.go:1213] "Started kubelet"
Sep 02 00:14:40 chen-aliyun kubelet[26334]: E0902 00:14:40.654655   26334 reflector.go:138] k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.Service: failed to list *v1.Service: Get "https://lb.kubesphere.local:6443/api/v1/services?limit=500&resourceVersion=0": dial tcp 192.168.0.43:6443: connect: connection refused
Sep 02 00:14:40 chen-aliyun kubelet[26334]: I0902 00:14:40.656542   26334 fs_resource_analyzer.go:67] "Starting FS ResourceAnalyzer"
Sep 02 00:14:40 chen-aliyun kubelet[26334]: E0902 00:14:40.658185   26334 cri_stats_provider.go:372] "Failed to get the info of the filesystem with mountpoint" err="unable to find data in memory cache" mountpoint="/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs"
Sep 02 00:14:40 chen-aliyun kubelet[26334]: E0902 00:14:40.658209   26334 kubelet.go:1343] "Image garbage collection failed once. Stats initialization may not have completed yet" err="invalid capacity 0 on image filesystem"
Sep 02 00:14:40 chen-aliyun kubelet[26334]: E0902 00:14:40.658554   26334 event.go:273] Unable to write event: '&v1.Event{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"chen-aliyun.16a0bed37cf6e93f", GenerateName:"", Namespace:"default", SelfLink:"", UID:"", ResourceVersion:"", Generation:0, CreationTimestamp:v1.Time{Time:time.Time{wall:0x0, ext:0, loc:(*time.Location)(nil)}}, DeletionTimestamp:(*v1.Time)(nil), DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ClusterName:"", ManagedFields:[]v1.ManagedFieldsEntry(nil)}, InvolvedObject:v1.ObjectReference{Kind:"Node", Namespace:"", Name:"chen-aliyun", UID:"chen-aliyun", APIVersion:"", ResourceVersion:"", FieldPath:""}, Reason:"Starting", Message:"Starting kubelet.", Source:v1.EventSource{Component:"kubelet", Host:"chen-aliyun"}, FirstTimestamp:v1.Time{Time:time.Time{wall:0xc044079c26dd893f, ext:5381847178, loc:(*time.Location)(0x557098e0d660)}}, LastTimestamp:v1.Time{Time:time.Time{wall:0xc044079c26dd893f, ext:5381847178, loc:(*time.Location)(0x557098e0d660)}}, Count:1, Type:"Normal", EventTime:v1.MicroTime{Time:time.Time{wall:0x0, ext:0, loc:(*time.Location)(nil)}}, Series:(*v1.EventSeries)(nil), Action:"", Related:(*v1.ObjectReference)(nil), ReportingController:"", ReportingInstance:""}': 'Post "https://lb.kubesphere.local:6443/api/v1/namespaces/default/events": dial tcp 192.168.0.43:6443: connect: connection refused'(may retry after sleeping)
Sep 02 00:14:40 chen-aliyun kubelet[26334]: I0902 00:14:40.659983   26334 server.go:149] "Starting to listen" address="0.0.0.0" port=10250
Sep 02 00:14:40 chen-aliyun kubelet[26334]: I0902 00:14:40.660602   26334 server.go:409] "Adding debug handlers to kubelet server"
Sep 02 00:14:40 chen-aliyun kubelet[26334]: I0902 00:14:40.663957   26334 volume_manager.go:291] "Starting Kubelet Volume Manager"
Sep 02 00:14:40 chen-aliyun kubelet[26334]: I0902 00:14:40.664762   26334 desired_state_of_world_populator.go:146] "Desired state populator starts to run"
Sep 02 00:14:40 chen-aliyun kubelet[26334]: E0902 00:14:40.665043   26334 kubelet.go:2332] "Container runtime network not ready" networkReady="NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized"
Sep 02 00:14:40 chen-aliyun kubelet[26334]: E0902 00:14:40.665776   26334 controller.go:144] failed to ensure lease exists, will retry in 200ms, error: Get "https://lb.kubesphere.local:6443/apis/coordination.k8s.io/v1/namespaces/kube-node-lease/leases/chen-aliyun?timeout=10s": dial tcp 192.168.0.43:6443: connect: connection refused
Sep 02 00:14:40 chen-aliyun kubelet[26334]: E0902 00:14:40.685729   26334 reflector.go:138] k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.CSIDriver: failed to list *v1.CSIDriver: Get "https://lb.kubesphere.local:6443/apis/storage.k8s.io/v1/csidrivers?limit=500&resourceVersion=0": dial tcp 192.168.0.43:6443: connect: connection refused
Sep 02 00:14:40 chen-aliyun kubelet[26334]: I0902 00:14:40.737728   26334 kubelet_network_linux.go:56] "Initialized protocol iptables rules." protocol=IPv4
Sep 02 00:14:40 chen-aliyun kubelet[26334]: I0902 00:14:40.742432   26334 cpu_manager.go:209] "Starting CPU manager" policy="none"
Sep 02 00:14:40 chen-aliyun kubelet[26334]: I0902 00:14:40.742595   26334 cpu_manager.go:210] "Reconciling" reconcilePeriod="10s"
Sep 02 00:14:40 chen-aliyun kubelet[26334]: I0902 00:14:40.742684   26334 state_mem.go:36] "Initialized new in-memory state store"
Sep 02 00:14:40 chen-aliyun kubelet[26334]: I0902 00:14:40.745965   26334 policy_none.go:49] "None policy: Start"
Sep 02 00:14:40 chen-aliyun kubelet[26334]: I0902 00:14:40.747158   26334 memory_manager.go:168] "Starting memorymanager" policy="None"
Sep 02 00:14:40 chen-aliyun kubelet[26334]: I0902 00:14:40.747179   26334 state_mem.go:35] "Initializing new in-memory state store"
Sep 02 00:14:40 chen-aliyun kubelet[26334]: I0902 00:14:40.755247   26334 manager.go:607] "Failed to retrieve checkpoint" checkpoint="kubelet_internal_checkpoint" err="checkpoint is not found"
Sep 02 00:14:40 chen-aliyun kubelet[26334]: I0902 00:14:40.755522   26334 plugin_manager.go:114] "Starting Kubelet Plugin Manager"
Sep 02 00:14:40 chen-aliyun kubelet[26334]: E0902 00:14:40.756587   26334 eviction_manager.go:255] "Eviction manager: failed to get summary stats" err="failed to get node info: node \"chen-aliyun\" not found"
Sep 02 00:14:40 chen-aliyun kubelet[26334]: I0902 00:14:40.761714   26334 kubelet_network_linux.go:56] "Initialized protocol iptables rules." protocol=IPv6
Sep 02 00:14:40 chen-aliyun kubelet[26334]: I0902 00:14:40.761742   26334 status_manager.go:158] "Starting to sync pod status with apiserver"
Sep 02 00:14:40 chen-aliyun kubelet[26334]: I0902 00:14:40.761754   26334 kubelet.go:1967] "Starting kubelet main sync loop"
Sep 02 00:14:40 chen-aliyun kubelet[26334]: E0902 00:14:40.761785   26334 kubelet.go:1991] "Skipping pod synchronization" err="PLEG is not healthy: pleg has yet to be successful"
Sep 02 00:14:40 chen-aliyun kubelet[26334]: E0902 00:14:40.762743   26334 reflector.go:138] k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.RuntimeClass: failed to list *v1.RuntimeClass: Get "https://lb.kubesphere.local:6443/apis/node.k8s.io/v1/runtimeclasses?limit=500&resourceVersion=0": dial tcp 192.168.0.43:6443: connect: connection refused
Sep 02 00:14:40 chen-aliyun kubelet[26334]: E0902 00:14:40.764245   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:40 chen-aliyun kubelet[26334]: I0902 00:14:40.764821   26334 kubelet_node_status.go:71] "Attempting to register node" node="chen-aliyun"
Sep 02 00:14:40 chen-aliyun kubelet[26334]: E0902 00:14:40.769498   26334 kubelet_node_status.go:93] "Unable to register node with API server" err="Post \"https://lb.kubesphere.local:6443/api/v1/nodes\": dial tcp 192.168.0.43:6443: connect: connection refused" node="chen-aliyun"
Sep 02 00:14:40 chen-aliyun kubelet[26334]: I0902 00:14:40.862640   26334 topology_manager.go:200] "Topology Admit Handler"
Sep 02 00:14:40 chen-aliyun kubelet[26334]: I0902 00:14:40.863614   26334 topology_manager.go:200] "Topology Admit Handler"
Sep 02 00:14:40 chen-aliyun kubelet[26334]: I0902 00:14:40.864191   26334 topology_manager.go:200] "Topology Admit Handler"
Sep 02 00:14:40 chen-aliyun kubelet[26334]: E0902 00:14:40.864387   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:40 chen-aliyun kubelet[26334]: I0902 00:14:40.865203   26334 reconciler.go:224] "operationExecutor.VerifyControllerAttachedVolume started for volume \"ca-certs\" (UniqueName: \"kubernetes.io/host-path/a80ce4480dd54dda09001653c9dce4df-ca-certs\") pod \"kube-apiserver-chen-aliyun\" (UID: \"a80ce4480dd54dda09001653c9dce4df\") "
Sep 02 00:14:40 chen-aliyun kubelet[26334]: I0902 00:14:40.865236   26334 reconciler.go:224] "operationExecutor.VerifyControllerAttachedVolume started for volume \"etc-ca-certificates\" (UniqueName: \"kubernetes.io/host-path/a80ce4480dd54dda09001653c9dce4df-etc-ca-certificates\") pod \"kube-apiserver-chen-aliyun\" (UID: \"a80ce4480dd54dda09001653c9dce4df\") "
Sep 02 00:14:40 chen-aliyun kubelet[26334]: E0902 00:14:40.866288   26334 controller.go:144] failed to ensure lease exists, will retry in 400ms, error: Get "https://lb.kubesphere.local:6443/apis/coordination.k8s.io/v1/namespaces/kube-node-lease/leases/chen-aliyun?timeout=10s": dial tcp 192.168.0.43:6443: connect: connection refused
Sep 02 00:14:40 chen-aliyun kubelet[26334]: I0902 00:14:40.866396   26334 status_manager.go:601] "Failed to get status for pod" podUID=a80ce4480dd54dda09001653c9dce4df pod="kube-system/kube-apiserver-chen-aliyun" err="Get \"https://lb.kubesphere.local:6443/api/v1/namespaces/kube-system/pods/kube-apiserver-chen-aliyun\": dial tcp 192.168.0.43:6443: connect: connection refused"
Sep 02 00:14:40 chen-aliyun kubelet[26334]: I0902 00:14:40.866625   26334 status_manager.go:601] "Failed to get status for pod" podUID=21595461d7d23f51d63ce8cfe3defa7c pod="kube-system/kube-controller-manager-chen-aliyun" err="Get \"https://lb.kubesphere.local:6443/api/v1/namespaces/kube-system/pods/kube-controller-manager-chen-aliyun\": dial tcp 192.168.0.43:6443: connect: connection refused"
Sep 02 00:14:40 chen-aliyun kubelet[26334]: I0902 00:14:40.866844   26334 status_manager.go:601] "Failed to get status for pod" podUID=bd94e2158b3b8207b20966f10497f7ab pod="kube-system/kube-scheduler-chen-aliyun" err="Get \"https://lb.kubesphere.local:6443/api/v1/namespaces/kube-system/pods/kube-scheduler-chen-aliyun\": dial tcp 192.168.0.43:6443: connect: connection refused"
Sep 02 00:14:40 chen-aliyun kubelet[26334]: E0902 00:14:40.965107   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:40 chen-aliyun kubelet[26334]: I0902 00:14:40.965327   26334 reconciler.go:224] "operationExecutor.VerifyControllerAttachedVolume started for volume \"flexvolume-dir\" (UniqueName: \"kubernetes.io/host-path/21595461d7d23f51d63ce8cfe3defa7c-flexvolume-dir\") pod \"kube-controller-manager-chen-aliyun\" (UID: \"21595461d7d23f51d63ce8cfe3defa7c\") "
Sep 02 00:14:40 chen-aliyun kubelet[26334]: I0902 00:14:40.966332   26334 reconciler.go:224] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kubeconfig\" (UniqueName: \"kubernetes.io/host-path/bd94e2158b3b8207b20966f10497f7ab-kubeconfig\") pod \"kube-scheduler-chen-aliyun\" (UID: \"bd94e2158b3b8207b20966f10497f7ab\") "
Sep 02 00:14:40 chen-aliyun kubelet[26334]: I0902 00:14:40.966368   26334 reconciler.go:224] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kubeconfig\" (UniqueName: \"kubernetes.io/host-path/21595461d7d23f51d63ce8cfe3defa7c-kubeconfig\") pod \"kube-controller-manager-chen-aliyun\" (UID: \"21595461d7d23f51d63ce8cfe3defa7c\") "
Sep 02 00:14:40 chen-aliyun kubelet[26334]: I0902 00:14:40.966420   26334 reconciler.go:224] "operationExecutor.VerifyControllerAttachedVolume started for volume \"etcd-certs-0\" (UniqueName: \"kubernetes.io/host-path/a80ce4480dd54dda09001653c9dce4df-etcd-certs-0\") pod \"kube-apiserver-chen-aliyun\" (UID: \"a80ce4480dd54dda09001653c9dce4df\") "
Sep 02 00:14:40 chen-aliyun kubelet[26334]: I0902 00:14:40.966446   26334 reconciler.go:224] "operationExecutor.VerifyControllerAttachedVolume started for volume \"usr-local-share-ca-certificates\" (UniqueName: \"kubernetes.io/host-path/a80ce4480dd54dda09001653c9dce4df-usr-local-share-ca-certificates\") pod \"kube-apiserver-chen-aliyun\" (UID: \"a80ce4480dd54dda09001653c9dce4df\") "
Sep 02 00:14:40 chen-aliyun kubelet[26334]: I0902 00:14:40.966465   26334 reconciler.go:224] "operationExecutor.VerifyControllerAttachedVolume started for volume \"ca-certs\" (UniqueName: \"kubernetes.io/host-path/21595461d7d23f51d63ce8cfe3defa7c-ca-certs\") pod \"kube-controller-manager-chen-aliyun\" (UID: \"21595461d7d23f51d63ce8cfe3defa7c\") "
Sep 02 00:14:40 chen-aliyun kubelet[26334]: I0902 00:14:40.966484   26334 reconciler.go:224] "operationExecutor.VerifyControllerAttachedVolume started for volume \"usr-share-ca-certificates\" (UniqueName: \"kubernetes.io/host-path/a80ce4480dd54dda09001653c9dce4df-usr-share-ca-certificates\") pod \"kube-apiserver-chen-aliyun\" (UID: \"a80ce4480dd54dda09001653c9dce4df\") "
Sep 02 00:14:40 chen-aliyun kubelet[26334]: I0902 00:14:40.966502   26334 reconciler.go:224] "operationExecutor.VerifyControllerAttachedVolume started for volume \"usr-local-share-ca-certificates\" (UniqueName: \"kubernetes.io/host-path/21595461d7d23f51d63ce8cfe3defa7c-usr-local-share-ca-certificates\") pod \"kube-controller-manager-chen-aliyun\" (UID: \"21595461d7d23f51d63ce8cfe3defa7c\") "
Sep 02 00:14:40 chen-aliyun kubelet[26334]: I0902 00:14:40.966524   26334 reconciler.go:224] "operationExecutor.VerifyControllerAttachedVolume started for volume \"usr-share-ca-certificates\" (UniqueName: \"kubernetes.io/host-path/21595461d7d23f51d63ce8cfe3defa7c-usr-share-ca-certificates\") pod \"kube-controller-manager-chen-aliyun\" (UID: \"21595461d7d23f51d63ce8cfe3defa7c\") "
Sep 02 00:14:40 chen-aliyun kubelet[26334]: I0902 00:14:40.966540   26334 reconciler.go:224] "operationExecutor.VerifyControllerAttachedVolume started for volume \"k8s-certs\" (UniqueName: \"kubernetes.io/host-path/a80ce4480dd54dda09001653c9dce4df-k8s-certs\") pod \"kube-apiserver-chen-aliyun\" (UID: \"a80ce4480dd54dda09001653c9dce4df\") "
Sep 02 00:14:40 chen-aliyun kubelet[26334]: I0902 00:14:40.966558   26334 reconciler.go:224] "operationExecutor.VerifyControllerAttachedVolume started for volume \"etc-ca-certificates\" (UniqueName: \"kubernetes.io/host-path/21595461d7d23f51d63ce8cfe3defa7c-etc-ca-certificates\") pod \"kube-controller-manager-chen-aliyun\" (UID: \"21595461d7d23f51d63ce8cfe3defa7c\") "
Sep 02 00:14:40 chen-aliyun kubelet[26334]: I0902 00:14:40.966575   26334 reconciler.go:224] "operationExecutor.VerifyControllerAttachedVolume started for volume \"host-time\" (UniqueName: \"kubernetes.io/host-path/21595461d7d23f51d63ce8cfe3defa7c-host-time\") pod \"kube-controller-manager-chen-aliyun\" (UID: \"21595461d7d23f51d63ce8cfe3defa7c\") "
Sep 02 00:14:40 chen-aliyun kubelet[26334]: I0902 00:14:40.966596   26334 reconciler.go:224] "operationExecutor.VerifyControllerAttachedVolume started for volume \"k8s-certs\" (UniqueName: \"kubernetes.io/host-path/21595461d7d23f51d63ce8cfe3defa7c-k8s-certs\") pod \"kube-controller-manager-chen-aliyun\" (UID: \"21595461d7d23f51d63ce8cfe3defa7c\") "
Sep 02 00:14:40 chen-aliyun kubelet[26334]: I0902 00:14:40.971252   26334 kubelet_node_status.go:71] "Attempting to register node" node="chen-aliyun"
Sep 02 00:14:40 chen-aliyun kubelet[26334]: E0902 00:14:40.971762   26334 kubelet_node_status.go:93] "Unable to register node with API server" err="Post \"https://lb.kubesphere.local:6443/api/v1/nodes\": dial tcp 192.168.0.43:6443: connect: connection refused" node="chen-aliyun"
Sep 02 00:14:41 chen-aliyun kubelet[26334]: E0902 00:14:41.066837   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:41 chen-aliyun containerd[502]: time="2021-09-02T00:14:41.166895238+08:00" level=info msg="RunPodsandbox for &PodSandboxMetadata{Name:kube-apiserver-chen-aliyun,Uid:a80ce4480dd54dda09001653c9dce4df,Namespace:kube-system,Attempt:0,}"
Sep 02 00:14:41 chen-aliyun kubelet[26334]: E0902 00:14:41.167276   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:41 chen-aliyun containerd[502]: time="2021-09-02T00:14:41.167918559+08:00" level=info msg="RunPodsandbox for &PodSandboxMetadata{Name:kube-scheduler-chen-aliyun,Uid:bd94e2158b3b8207b20966f10497f7ab,Namespace:kube-system,Attempt:0,}"
Sep 02 00:14:41 chen-aliyun containerd[502]: time="2021-09-02T00:14:41.167990465+08:00" level=info msg="RunPodsandbox for &PodSandboxMetadata{Name:kube-controller-manager-chen-aliyun,Uid:21595461d7d23f51d63ce8cfe3defa7c,Namespace:kube-system,Attempt:0,}"
Sep 02 00:14:41 chen-aliyun kubelet[26334]: E0902 00:14:41.266937   26334 controller.go:144] failed to ensure lease exists, will retry in 800ms, error: Get "https://lb.kubesphere.local:6443/apis/coordination.k8s.io/v1/namespaces/kube-node-lease/leases/chen-aliyun?timeout=10s": dial tcp 192.168.0.43:6443: connect: connection refused
Sep 02 00:14:41 chen-aliyun kubelet[26334]: E0902 00:14:41.268104   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:41 chen-aliyun kubelet[26334]: E0902 00:14:41.369187   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:41 chen-aliyun kubelet[26334]: I0902 00:14:41.373309   26334 kubelet_node_status.go:71] "Attempting to register node" node="chen-aliyun"
Sep 02 00:14:41 chen-aliyun kubelet[26334]: E0902 00:14:41.373787   26334 kubelet_node_status.go:93] "Unable to register node with API server" err="Post \"https://lb.kubesphere.local:6443/api/v1/nodes\": dial tcp 192.168.0.43:6443: connect: connection refused" node="chen-aliyun"
Sep 02 00:14:41 chen-aliyun kubelet[26334]: E0902 00:14:41.470159   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:41 chen-aliyun kubelet[26334]: E0902 00:14:41.570641   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:41 chen-aliyun kubelet[26334]: E0902 00:14:41.671072   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:41 chen-aliyun kubelet[26334]: E0902 00:14:41.771577   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:41 chen-aliyun kubelet[26334]: E0902 00:14:41.800752   26334 certificate_manager.go:471] kubernetes.io/kube-apiserver-client-kubelet: Failed while requesting a signed certificate from the control plane: cannot create certificate signing request: Post "https://lb.kubesphere.local:6443/apis/certificates.k8s.io/v1/certificatesigningrequests": dial tcp 192.168.0.43:6443: connect: connection refused
Sep 02 00:14:41 chen-aliyun kubelet[26334]: E0902 00:14:41.819394   26334 reflector.go:138] k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.CSIDriver: failed to list *v1.CSIDriver: Get "https://lb.kubesphere.local:6443/apis/storage.k8s.io/v1/csidrivers?limit=500&resourceVersion=0": dial tcp 192.168.0.43:6443: connect: connection refused
Sep 02 00:14:41 chen-aliyun kubelet[26334]: E0902 00:14:41.827806   26334 reflector.go:138] k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.Service: failed to list *v1.Service: Get "https://lb.kubesphere.local:6443/api/v1/services?limit=500&resourceVersion=0": dial tcp 192.168.0.43:6443: connect: connection refused
Sep 02 00:14:41 chen-aliyun kubelet[26334]: E0902 00:14:41.872145   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:41 chen-aliyun kubelet[26334]: E0902 00:14:41.922021   26334 reflector.go:138] k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.RuntimeClass: failed to list *v1.RuntimeClass: Get "https://lb.kubesphere.local:6443/apis/node.k8s.io/v1/runtimeclasses?limit=500&resourceVersion=0": dial tcp 192.168.0.43:6443: connect: connection refused
Sep 02 00:14:41 chen-aliyun kubelet[26334]: E0902 00:14:41.973201   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:42 chen-aliyun kubelet[26334]: E0902 00:14:42.068188   26334 controller.go:144] failed to ensure lease exists, will retry in 1.6s, error: Get "https://lb.kubesphere.local:6443/apis/coordination.k8s.io/v1/namespaces/kube-node-lease/leases/chen-aliyun?timeout=10s": dial tcp 192.168.0.43:6443: connect: connection refused
Sep 02 00:14:42 chen-aliyun kubelet[26334]: E0902 00:14:42.074310   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:42 chen-aliyun kubelet[26334]: E0902 00:14:42.087953   26334 reflector.go:138] k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.Node: failed to list *v1.Node: Get "https://lb.kubesphere.local:6443/api/v1/nodes?fieldSelector=metadata.name%3Dchen-aliyun&limit=500&resourceVersion=0": dial tcp 192.168.0.43:6443: connect: connection refused
Sep 02 00:14:42 chen-aliyun kubelet[26334]: E0902 00:14:42.174487   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:42 chen-aliyun kubelet[26334]: I0902 00:14:42.175308   26334 kubelet_node_status.go:71] "Attempting to register node" node="chen-aliyun"
Sep 02 00:14:42 chen-aliyun kubelet[26334]: E0902 00:14:42.175913   26334 kubelet_node_status.go:93] "Unable to register node with API server" err="Post \"https://lb.kubesphere.local:6443/api/v1/nodes\": dial tcp 192.168.0.43:6443: connect: connection refused" node="chen-aliyun"
Sep 02 00:14:42 chen-aliyun kubelet[26334]: E0902 00:14:42.275365   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:42 chen-aliyun kubelet[26334]: E0902 00:14:42.375867   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:42 chen-aliyun kubelet[26334]: E0902 00:14:42.476249   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:42 chen-aliyun kubelet[26334]: E0902 00:14:42.576713   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:42 chen-aliyun kubelet[26334]: E0902 00:14:42.676993   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:42 chen-aliyun kubelet[26334]: E0902 00:14:42.777333   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:42 chen-aliyun kubelet[26334]: E0902 00:14:42.877996   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:42 chen-aliyun kubelet[26334]: E0902 00:14:42.978437   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:43 chen-aliyun kubelet[26334]: E0902 00:14:43.078969   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:43 chen-aliyun kubelet[26334]: E0902 00:14:43.179511   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:43 chen-aliyun kubelet[26334]: E0902 00:14:43.280069   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:43 chen-aliyun kubelet[26334]: E0902 00:14:43.366860   26334 event.go:273] Unable to write event: '&v1.Event{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"chen-aliyun.16a0bed37cf6e93f", GenerateName:"", Namespace:"default", SelfLink:"", UID:"", ResourceVersion:"", Generation:0, CreationTimestamp:v1.Time{Time:time.Time{wall:0x0, ext:0, loc:(*time.Location)(nil)}}, DeletionTimestamp:(*v1.Time)(nil), DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ClusterName:"", ManagedFields:[]v1.ManagedFieldsEntry(nil)}, InvolvedObject:v1.ObjectReference{Kind:"Node", Namespace:"", Name:"chen-aliyun", UID:"chen-aliyun", APIVersion:"", ResourceVersion:"", FieldPath:""}, Reason:"Starting", Message:"Starting kubelet.", Source:v1.EventSource{Component:"kubelet", Host:"chen-aliyun"}, FirstTimestamp:v1.Time{Time:time.Time{wall:0xc044079c26dd893f, ext:5381847178, loc:(*time.Location)(0x557098e0d660)}}, LastTimestamp:v1.Time{Time:time.Time{wall:0xc044079c26dd893f, ext:5381847178, loc:(*time.Location)(0x557098e0d660)}}, Count:1, Type:"Normal", EventTime:v1.MicroTime{Time:time.Time{wall:0x0, ext:0, loc:(*time.Location)(nil)}}, Series:(*v1.EventSeries)(nil), Action:"", Related:(*v1.ObjectReference)(nil), ReportingController:"", ReportingInstance:""}': 'Post "https://lb.kubesphere.local:6443/api/v1/namespaces/default/events": dial tcp 192.168.0.43:6443: connect: connection refused'(may retry after sleeping)
Sep 02 00:14:43 chen-aliyun kubelet[26334]: E0902 00:14:43.381082   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:43 chen-aliyun kubelet[26334]: E0902 00:14:43.481499   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:43 chen-aliyun kubelet[26334]: E0902 00:14:43.581998   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:43 chen-aliyun kubelet[26334]: E0902 00:14:43.669522   26334 controller.go:144] failed to ensure lease exists, will retry in 3.2s, error: Get "https://lb.kubesphere.local:6443/apis/coordination.k8s.io/v1/namespaces/kube-node-lease/leases/chen-aliyun?timeout=10s": dial tcp 192.168.0.43:6443: connect: connection refused
Sep 02 00:14:43 chen-aliyun kubelet[26334]: E0902 00:14:43.682714   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:43 chen-aliyun kubelet[26334]: E0902 00:14:43.691363   26334 reflector.go:138] k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.Service: failed to list *v1.Service: Get "https://lb.kubesphere.local:6443/api/v1/services?limit=500&resourceVersion=0": dial tcp 192.168.0.43:6443: connect: connection refused
Sep 02 00:14:43 chen-aliyun kubelet[26334]: I0902 00:14:43.777509   26334 kubelet_node_status.go:71] "Attempting to register node" node="chen-aliyun"
Sep 02 00:14:43 chen-aliyun kubelet[26334]: E0902 00:14:43.778008   26334 kubelet_node_status.go:93] "Unable to register node with API server" err="Post \"https://lb.kubesphere.local:6443/api/v1/nodes\": dial tcp 192.168.0.43:6443: connect: connection refused" node="chen-aliyun"
Sep 02 00:14:43 chen-aliyun kubelet[26334]: E0902 00:14:43.783191   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:43 chen-aliyun kubelet[26334]: E0902 00:14:43.883611   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:43 chen-aliyun kubelet[26334]: E0902 00:14:43.984002   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:44 chen-aliyun kubelet[26334]: E0902 00:14:44.084422   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:44 chen-aliyun kubelet[26334]: E0902 00:14:44.185030   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:44 chen-aliyun kubelet[26334]: E0902 00:14:44.285598   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:44 chen-aliyun kubelet[26334]: E0902 00:14:44.386036   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:44 chen-aliyun kubelet[26334]: E0902 00:14:44.484941   26334 reflector.go:138] k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.RuntimeClass: failed to list *v1.RuntimeClass: Get "https://lb.kubesphere.local:6443/apis/node.k8s.io/v1/runtimeclasses?limit=500&resourceVersion=0": dial tcp 192.168.0.43:6443: connect: connection refused
Sep 02 00:14:44 chen-aliyun kubelet[26334]: E0902 00:14:44.486991   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:44 chen-aliyun kubelet[26334]: E0902 00:14:44.587372   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:44 chen-aliyun kubelet[26334]: E0902 00:14:44.687709   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:44 chen-aliyun kubelet[26334]: E0902 00:14:44.788206   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:44 chen-aliyun kubelet[26334]: E0902 00:14:44.888588   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:44 chen-aliyun kubelet[26334]: E0902 00:14:44.929346   26334 reflector.go:138] k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.Node: failed to list *v1.Node: Get "https://lb.kubesphere.local:6443/api/v1/nodes?fieldSelector=metadata.name%3Dchen-aliyun&limit=500&resourceVersion=0": dial tcp 192.168.0.43:6443: connect: connection refused
Sep 02 00:14:44 chen-aliyun kubelet[26334]: E0902 00:14:44.972382   26334 reflector.go:138] k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.CSIDriver: failed to list *v1.CSIDriver: Get "https://lb.kubesphere.local:6443/apis/storage.k8s.io/v1/csidrivers?limit=500&resourceVersion=0": dial tcp 192.168.0.43:6443: connect: connection refused
Sep 02 00:14:44 chen-aliyun kubelet[26334]: E0902 00:14:44.989463   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:45 chen-aliyun kubelet[26334]: E0902 00:14:45.089939   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:45 chen-aliyun kubelet[26334]: E0902 00:14:45.190481   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:45 chen-aliyun kubelet[26334]: E0902 00:14:45.291215   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:45 chen-aliyun sshd[26069]: pam_unix(sshd:session): session closed for user root
Sep 02 00:14:45 chen-aliyun sshd[26196]: pam_unix(sshd:session): session closed for user root
Sep 02 00:14:45 chen-aliyun sshd[25985]: pam_unix(sshd:session): session closed for user root
Sep 02 00:14:45 chen-aliyun sshd[26091]: pam_unix(sshd:session): session closed for user root
Sep 02 00:14:45 chen-aliyun sshd[25872]: pam_unix(sshd:session): session closed for user root
Sep 02 00:14:45 chen-aliyun sudo[26249]: pam_unix(sudo:session): session closed for user root
Sep 02 00:14:45 chen-aliyun sshd[25792]: pam_unix(sshd:session): session closed for user root
Sep 02 00:14:45 chen-aliyun sshd[25605]: pam_unix(sshd:session): session closed for user root
Sep 02 00:14:45 chen-aliyun sshd[25317]: pam_unix(sshd:session): session closed for user root
Sep 02 00:14:45 chen-aliyun sshd[25848]: pam_unix(sshd:session): session closed for user root
Sep 02 00:14:45 chen-aliyun sshd[25790]: pam_unix(sshd:session): session closed for user root
Sep 02 00:14:45 chen-aliyun sshd[25708]: pam_unix(sshd:session): session closed for user root
Sep 02 00:14:45 chen-aliyun sshd[25679]: pam_unix(sshd:session): session closed for user root
Sep 02 00:14:45 chen-aliyun sshd[25379]: pam_unix(sshd:session): session closed for user root
Sep 02 00:14:45 chen-aliyun sshd[26196]: pam_systemd(sshd:session): Failed to release session: Interrupted system call
Sep 02 00:14:45 chen-aliyun systemd[1]: session-191.scope: Succeeded.
Sep 02 00:14:45 chen-aliyun sudo[25308]: pam_unix(sudo:session): session closed for user root
Sep 02 00:14:45 chen-aliyun systemd-logind[500]: Session 191 logged out. Waiting for processes to exit.
Sep 02 00:14:45 chen-aliyun systemd[1]: session-189.scope: Succeeded.
Sep 02 00:14:45 chen-aliyun systemd[1]: session-188.scope: Succeeded.
Sep 02 00:14:45 chen-aliyun systemd-logind[500]: Session 189 logged out. Waiting for processes to exit.
Sep 02 00:14:45 chen-aliyun systemd-logind[500]: Session 188 logged out. Waiting for processes to exit.
Sep 02 00:14:45 chen-aliyun systemd[1]: session-190.scope: Succeeded.
Sep 02 00:14:45 chen-aliyun systemd-logind[500]: Session 190 logged out. Waiting for processes to exit.
Sep 02 00:14:45 chen-aliyun systemd-logind[500]: Removed session 191.
Sep 02 00:14:45 chen-aliyun systemd[1]: session-185.scope: Succeeded.
Sep 02 00:14:45 chen-aliyun systemd[1]: session-182.scope: Succeeded.
Sep 02 00:14:45 chen-aliyun systemd[1]: session-183.scope: Succeeded.
Sep 02 00:14:45 chen-aliyun systemd[1]: session-180.scope: Succeeded.
Sep 02 00:14:45 chen-aliyun systemd[1]: session-181.scope: Succeeded.
Sep 02 00:14:45 chen-aliyun systemd[1]: session-186.scope: Succeeded.
Sep 02 00:14:45 chen-aliyun systemd[1]: session-187.scope: Succeeded.
Sep 02 00:14:45 chen-aliyun systemd[1]: session-184.scope: Succeeded.
Sep 02 00:14:45 chen-aliyun systemd-logind[500]: Session 185 logged out. Waiting for processes to exit.
Sep 02 00:14:45 chen-aliyun systemd-logind[500]: Session 182 logged out. Waiting for processes to exit.
Sep 02 00:14:45 chen-aliyun systemd-logind[500]: Session 183 logged out. Waiting for processes to exit.
Sep 02 00:14:45 chen-aliyun systemd-logind[500]: Session 181 logged out. Waiting for processes to exit.
Sep 02 00:14:45 chen-aliyun systemd-logind[500]: Session 187 logged out. Waiting for processes to exit.
Sep 02 00:14:45 chen-aliyun systemd-logind[500]: Session 184 logged out. Waiting for processes to exit.
Sep 02 00:14:45 chen-aliyun systemd-logind[500]: Session 186 logged out. Waiting for processes to exit.
Sep 02 00:14:45 chen-aliyun systemd-logind[500]: Session 180 logged out. Waiting for processes to exit.
Sep 02 00:14:45 chen-aliyun systemd[1]: session-178.scope: Succeeded.
Sep 02 00:14:45 chen-aliyun systemd-logind[500]: Removed session 189.
Sep 02 00:14:45 chen-aliyun systemd-logind[500]: Session 178 logged out. Waiting for processes to exit.
Sep 02 00:14:45 chen-aliyun systemd-logind[500]: Removed session 188.
Sep 02 00:14:45 chen-aliyun systemd-logind[500]: Removed session 190.
Sep 02 00:14:45 chen-aliyun systemd-logind[500]: Removed session 185.
Sep 02 00:14:45 chen-aliyun systemd-logind[500]: Removed session 182.
Sep 02 00:14:45 chen-aliyun systemd-logind[500]: Removed session 183.
Sep 02 00:14:45 chen-aliyun systemd-logind[500]: Removed session 180.
Sep 02 00:14:45 chen-aliyun systemd-logind[500]: Removed session 181.
Sep 02 00:14:45 chen-aliyun systemd-logind[500]: Removed session 186.
Sep 02 00:14:45 chen-aliyun systemd-logind[500]: Removed session 187.
Sep 02 00:14:45 chen-aliyun systemd-logind[500]: Removed session 184.
Sep 02 00:14:45 chen-aliyun systemd-logind[500]: Removed session 178.
Sep 02 00:14:45 chen-aliyun kubelet[26334]: E0902 00:14:45.391441   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:45 chen-aliyun kubelet[26334]: E0902 00:14:45.491896   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:45 chen-aliyun kubelet[26334]: E0902 00:14:45.592293   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:45 chen-aliyun kubelet[26334]: E0902 00:14:45.692782   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:45 chen-aliyun kubelet[26334]: E0902 00:14:45.756344   26334 kubelet.go:2332] "Container runtime network not ready" networkReady="NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized"
Sep 02 00:14:45 chen-aliyun kubelet[26334]: E0902 00:14:45.792999   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:45 chen-aliyun kubelet[26334]: E0902 00:14:45.893538   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:45 chen-aliyun kubelet[26334]: E0902 00:14:45.994058   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:46 chen-aliyun kubelet[26334]: E0902 00:14:46.094488   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:46 chen-aliyun kubelet[26334]: E0902 00:14:46.195006   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:46 chen-aliyun kubelet[26334]: E0902 00:14:46.295546   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:46 chen-aliyun kubelet[26334]: E0902 00:14:46.396002   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:46 chen-aliyun kubelet[26334]: E0902 00:14:46.496432   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:46 chen-aliyun kubelet[26334]: E0902 00:14:46.596870   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:46 chen-aliyun kubelet[26334]: E0902 00:14:46.697089   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:46 chen-aliyun kubelet[26334]: E0902 00:14:46.797577   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:46 chen-aliyun kubelet[26334]: E0902 00:14:46.871032   26334 controller.go:144] failed to ensure lease exists, will retry in 6.4s, error: Get "https://lb.kubesphere.local:6443/apis/coordination.k8s.io/v1/namespaces/kube-node-lease/leases/chen-aliyun?timeout=10s": dial tcp 192.168.0.43:6443: connect: connection refused
Sep 02 00:14:46 chen-aliyun kubelet[26334]: E0902 00:14:46.898121   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:46 chen-aliyun kubelet[26334]: I0902 00:14:46.979413   26334 kubelet_node_status.go:71] "Attempting to register node" node="chen-aliyun"
Sep 02 00:14:46 chen-aliyun kubelet[26334]: E0902 00:14:46.980221   26334 kubelet_node_status.go:93] "Unable to register node with API server" err="Post \"https://lb.kubesphere.local:6443/api/v1/nodes\": dial tcp 192.168.0.43:6443: connect: connection refused" node="chen-aliyun"
Sep 02 00:14:46 chen-aliyun kubelet[26334]: E0902 00:14:46.998395   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:47 chen-aliyun kubelet[26334]: E0902 00:14:47.098968   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:47 chen-aliyun kubelet[26334]: E0902 00:14:47.199589   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:47 chen-aliyun kubelet[26334]: E0902 00:14:47.300218   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:47 chen-aliyun kubelet[26334]: E0902 00:14:47.400792   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:47 chen-aliyun kubelet[26334]: E0902 00:14:47.501271   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:47 chen-aliyun kubelet[26334]: E0902 00:14:47.504942   26334 reflector.go:138] k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.Service: failed to list *v1.Service: Get "https://lb.kubesphere.local:6443/api/v1/services?limit=500&resourceVersion=0": dial tcp 192.168.0.43:6443: connect: connection refused
Sep 02 00:14:47 chen-aliyun kubelet[26334]: E0902 00:14:47.602356   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:47 chen-aliyun kubelet[26334]: E0902 00:14:47.702948   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:47 chen-aliyun kubelet[26334]: E0902 00:14:47.803703   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:47 chen-aliyun kubelet[26334]: E0902 00:14:47.904190   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:48 chen-aliyun kubelet[26334]: E0902 00:14:48.004756   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:48 chen-aliyun kubelet[26334]: E0902 00:14:48.105256   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 02 00:14:48 chen-aliyun kubelet[26334]: E0902 00:14:48.205981   26334 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"

Additional information

env:

# arch
x86_64
# runc --version
runc version 1.0.1
commit: v1.0.1-0-g4144b63
spec: 1.0.2-dev
go: go1.15.14
libseccomp: 2.5.1
# containerd --version
containerd containerd.io 1.4.9 e25210fe30a0a703442421b0f60afac609f950a3
# ping lb.kubesphere.local
PING lb.kubesphere.local (192.168.0.43) 56(84) bytes of data.
64 bytes from iZbp1fny2a19mxgnhv2e12Z (192.168.0.43): icmp_seq=1 ttl=64 time=0.017 ms
...
meilihao commented 3 years ago

last try with full log: kk.log systemd.log

24sama commented 3 years ago

According to these logs, there something wrong in the kubelet:

    Unfortunately, an error has occurred:
        timed out waiting for the condition

    This error is likely caused by:
        - The kubelet is not running
        - The kubelet is unhealthy due to a misconfiguration of the node in some way (required cgroups disabled)

    If you are on a systemd-powered system, you can try to troubleshoot the error with the following commands:
        - 'systemctl status kubelet'
        - 'journalctl -xeu kubelet'

    Additionally, a control plane component may have crashed or exited when started by the container runtime.
    To troubleshoot, list all containers using your preferred container runtimes CLI.

    Here is one example how you may list all Kubernetes containers running in cri-o/containerd using crictl:
        - 'crictl --runtime-endpoint unix:///run/containerd/containerd.sock ps -a | grep kube | grep -v pause'
        Once you have found the failing container, you can inspect its logs with:
        - 'crictl --runtime-endpoint unix:///run/containerd/containerd.sock logs CONTAINERID'

You can follow the log instructions for troubleshooting

meilihao commented 3 years ago

tried again: kubelet is running, and no container started.

# root@chen-aliyun:~# crictl --runtime-endpoint unix:///run/containerd/containerd.sock ps -a
CONTAINER           IMAGE               CREATED             STATE               NAME                ATTEMPT             POD ID
# root@chen-aliyun:~# systemctl status kubelet
● kubelet.service - kubelet: The Kubernetes Node Agent
     Loaded: loaded (/etc/systemd/system/kubelet.service; enabled; vendor preset: enabled)
    Drop-In: /etc/systemd/system/kubelet.service.d
             └─10-kubeadm.conf
     Active: active (running) since Sat 2021-09-04 09:21:29 CST; 9min ago
       Docs: http://kubernetes.io/docs/
   Main PID: 58297 (kubelet)
      Tasks: 13 (limit: 4482)
     Memory: 57.9M
     CGroup: /system.slice/kubelet.service
             └─58297 /usr/local/bin/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --kubeconfig=/etc/kubernetes/kubelet.conf --config=/var/lib/kubelet>

Sep 04 09:30:33 chen-aliyun kubelet[58297]: E0904 09:30:33.501649   58297 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 04 09:30:33 chen-aliyun kubelet[58297]: E0904 09:30:33.602309   58297 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 04 09:30:33 chen-aliyun kubelet[58297]: E0904 09:30:33.631627   58297 certificate_manager.go:471] kubernetes.io/kube-apiserver-client-kubelet: Failed while requesting a >
Sep 04 09:30:33 chen-aliyun kubelet[58297]: E0904 09:30:33.702851   58297 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 04 09:30:33 chen-aliyun kubelet[58297]: E0904 09:30:33.803263   58297 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"
Sep 04 09:30:33 chen-aliyun kubelet[58297]: E0904 09:30:33.903889   58297 kubelet.go:2407] "Error getting node" err="node \"chen-aliyun\" not found"

'journalctl -xeu kubelet' log: kubelet.log

meilihao commented 3 years ago

I got containerd error log with debug level:

Sep 04 10:28:04 chen-aliyun containerd[58865]: time="2021-09-04T10:28:04.520051030+08:00" level=error msg="RunPodSandbox for &PodSandboxMetadata{Name:kube-apiserver-chen-aliyun,Uid:a80ce4480dd54dda09001653c9dce4df,Namespace:kube-system,Attempt:0,} failed, error" error="failed to get sandbox image \"k8s.gcr.io/pause:3.2\": failed to pull image \"k8s.gcr.io/pause:3.2\": failed to pull and unpack image \"k8s.gcr.io/pause:3.2\": failed to resolve reference \"k8s.gcr.io/pause:3.2\": failed to do request: Head \"https://k8s.gcr.io/v2/pause/manifests/3.2\": dial tcp 108.177.97.82:443: i/o timeout"

container conf:

# containerd --version
containerd containerd.io 1.4.9 e25210fe30a0a703442421b0f60afac609f950a3
# cat /etc/containerd/config.toml |grep san
    sandbox_image = "kubesphere/pause:3.2"
# systemctl restart containerd.service 
# containerd config dump |grep san
    sandbox_image = "k8s.gcr.io/pause:3.2"
# crictl images |grep pause
docker.io/kubesphere/pause                     3.2                 80d28bedfe5de       299kB
docker.io/kubesphere/pause                     3.5                 ed210e3e4a5ba       301kB

container config is not working.

meilihao commented 3 years ago

i upgraded containterd from 1.4.9 to 1.5.5. it still is not work but got a warning.

# containerd config dump |grep san
WARN[0000] deprecated version : `1`, please switch to version `2` 
    sandbox_image = "k8s.gcr.io/pause:3.5"

So add version = 2 to /etc/containerd/config.toml, then restart containerd. it works.

# containerd config dump |grep san
    sandbox_image = "kubesphere/pause:3.5"
afrojewelz commented 2 years ago

i don't think simply just switch this version to 2 can solve this problem. i had just very similar log ouput and configuration as issue raiser.

pvesc:~# containerd config dump|grep -Ei "version|san" version = 2 sandbox_image = "k8s.gcr.io/pause:3.5"

trim down to simplest config-sample.yaml to only 2 nodes,1 etcd 1 master 2worker

still cannot bootstrap the kubelet by those default confs

root@pvesc:~# arch x86_64 root@pvesc:~# runc --version runc version 1.1.1 commit: v1.1.0-20-g52de29d7 spec: 1.0.2-dev go: go1.17.6 libseccomp: 2.5.3 root@pvesc:~# containerd --version containerd github.com/containerd/containerd v1.6.4 212e8b6fa2f44b9c21b2798135fc6fb7c53efc16