创建集群时使用sudo用户会有错误提示

Created by: e421083458

What is version of KubeKey has the issue?

2.0.0

What is your os environment?

centos7.2

KubeKey config file

apiVersion: kubekey.kubesphere.io/v1alpha2
kind: Cluster
metadata:
  name: sample
spec:
  hosts:
  - {name: ipd-cloud-alg00.gz01, address: 10.34.35.47, internalAddress: 10.34.35.47, user: kubesphere, password: "123456"}
  - {name: ipd-cloud-dmp00.ys, address: 10.89.234.61, internalAddress: 10.89.234.61, user: kubesphere, password: "123456"}
  - {name: ipd-cloud-dmp01.ys, address: 10.89.235.12, internalAddress: 10.89.235.12, user: kubesphere, password: "123456"}
  roleGroups:
    etcd:
    - ipd-cloud-alg00.gz01
    - ipd-cloud-dmp00.ys
    - ipd-cloud-dmp01.ys
    control-plane:
    - ipd-cloud-alg00.gz01
    worker:
    - ipd-cloud-alg00.gz01
    - ipd-cloud-dmp00.ys
    - ipd-cloud-dmp01.ys
    registry:
    - ipd-cloud-dmp00.ys
  controlPlaneEndpoint:
    ## Internal loadbalancer for apiservers
    # internalLoadbalancer: haproxy

    domain: lb.kubesphere.local
    address: ""
    port: 6443
  kubernetes:
    version: v1.21.5
    clusterName: cluster.local
  network:
    plugin: calico
    kubePodsCIDR: 10.233.64.0/18
    kubeServiceCIDR: 10.233.0.0/18
    ## multus support. https://github.com/k8snetworkplumbingwg/multus-cni
    multusCNI:
      enabled: false
  registry:
    type: harbor
    auths:
      "dockerhub.kubekey.local":
        username: admin
        password: Harbor12345
    plainHTTP: false
    privateRegistry: "dockerhub.kubekey.local"
    namespaceOverride: ""
    registryMirrors: []
    insecureRegistries: []
  addons: []



---
apiVersion: installer.kubesphere.io/v1alpha1
kind: ClusterConfiguration
metadata:
  name: ks-installer
  namespace: kubesphere-system
  labels:
    version: v3.2.1
spec:
  persistence:
    storageClass: ""
  authentication:
    jwtSecret: ""
  local_registry: ""
  namespace_override: ""
  # dev_tag: ""
  etcd:
    monitoring: false
    endpointIps: localhost
    port: 2379
    tlsEnable: true
  common:
    core:
      console:
        enableMultiLogin: true
        port: 30880
        type: NodePort
    # apiserver:
    #  resources: {}
    # controllerManager:
    #  resources: {}
    redis:
      enabled: false
      volumeSize: 2Gi
    openldap:
      enabled: false
      volumeSize: 2Gi
    minio:
      volumeSize: 20Gi
    monitoring:
      # type: external
      endpoint: http://prometheus-operated.kubesphere-monitoring-system.svc:9090
      GPUMonitoring:
        enabled: false
    gpu:
      kinds:
      - resourceName: "nvidia.com/gpu"
        resourceType: "GPU"
        default: true
    es:
      # master:
      #   volumeSize: 4Gi
      #   replicas: 1
      #   resources: {}
      # data:
      #   volumeSize: 20Gi
      #   replicas: 1
      #   resources: {}
      logMaxAge: 7
      elkPrefix: logstash
      basicAuth:
        enabled: false
        username: ""
        password: ""
      externalElasticsearchHost: ""
      externalElasticsearchPort: ""
  alerting:
    enabled: false
    # thanosruler:
    #   replicas: 1
    #   resources: {}
  auditing:
    enabled: false
    # operator:
    #   resources: {}
    # webhook:
    #   resources: {}
  devops:
    enabled: false
    jenkinsMemoryLim: 2Gi
    jenkinsMemoryReq: 1500Mi
    jenkinsVolumeSize: 8Gi
    jenkinsJavaOpts_Xms: 512m
    jenkinsJavaOpts_Xmx: 512m
    jenkinsJavaOpts_MaxRAM: 2g
  events:
    enabled: false
    # operator:
    #   resources: {}
    # exporter:
    #   resources: {}
    # ruler:
    #   enabled: true
    #   replicas: 2
    #   resources: {}
  logging:
    enabled: false
    containerruntime: docker
    logsidecar:
      enabled: true
      replicas: 2
      # resources: {}
  metrics_server:
    enabled: false
  monitoring:
    storageClass: ""
    # kube_rbac_proxy:
    #   resources: {}
    # kube_state_metrics:
    #   resources: {}
    # prometheus:
    #   replicas: 1
    #   volumeSize: 20Gi
    #   resources: {}
    #   operator:
    #     resources: {}
    #   adapter:
    #     resources: {}
    # node_exporter:
    #   resources: {}
    # alertmanager:
    #   replicas: 1
    #   resources: {}
    # notification_manager:
    #   resources: {}
    #   operator:
    #     resources: {}
    #   proxy:
    #     resources: {}
    gpu:
      nvidia_dcgm_exporter:
        enabled: false
        # resources: {}
  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.

我的配置文件如上,当我执行 ./kk create cluster -f config-sample.yaml -a kubesphere.tar.gz --with-packages --with-kubesphere 提示error错误信息如下: Pipeline[CreateClusterPipeline] execute failed: Module[InstallContainerModule] exec failed: failed: [ipd-cloud-dmp00.ys] [Login PrivateRegistry] exec failed after 3 retires: copy docker auths failed cmd: mkdir -p /.docker && cp -f $HOME/.docker/config.json /.docker/ && chmod 0644 /.docker/config.json , err:Failed to exec command: sudo -E /bin/bash -c "mkdir -p /.docker && cp -f $HOME/.docker/config.json /.docker/ && chmod 0644 /.docker/config.json " 出现以上问题的原因是没有切换到默认root用户上,因为默认sudo用户的当前目录中没有 .docker文件夹。

Relevant log output

21:56:16 CST [NodePreCheckModule] A pre-check on nodes
21:56:18 CST success: [ipd-cloud-dmp00.ys]
21:56:18 CST success: [ipd-cloud-dmp01.ys]
21:56:18 CST success: [ipd-cloud-alg00.gz01]
21:56:18 CST [ConfirmModule] Display confirmation form
+----------------------+------+------+---------+----------+-------+-------+-----------+--------+----------------+------------+-------------+------------------+--------------+
| name                 | sudo | curl | openssl | ebtables | socat | ipset | conntrack | chrony | docker         | nfs client | ceph client | glusterfs client | time         |
+----------------------+------+------+---------+----------+-------+-------+-----------+--------+----------------+------------+-------------+------------------+--------------+
| ipd-cloud-alg00.gz01 | y    | y    | y       | y        | y     | y     |           | y      | 20.10.8        | y          |             |                  | CST 21:56:18 |
| ipd-cloud-dmp00.ys   | y    | y    | y       | y        | y     |       | y         | y      | 20.10.8        | y          |             |                  | CST 21:56:17 |
| ipd-cloud-dmp01.ys   | y    | y    | y       | y        | y     | y     | y         | y      | UnknownVersion | y          |             |                  | CST 21:56:17 |
+----------------------+------+------+---------+----------+-------+-------+-----------+--------+----------------+------------+-------------+------------------+--------------+

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

Continue this installation? [yes/no]: yes
21:56:22 CST success: [LocalHost]
21:56:22 CST [UnArchiveArtifactModule] Check the KubeKey artifact md5 value
21:57:00 CST success: [LocalHost]
21:57:00 CST [UnArchiveArtifactModule] UnArchive the KubeKey artifact
21:57:00 CST skipped: [LocalHost]
21:57:00 CST [UnArchiveArtifactModule] Create the KubeKey artifact Md5 file
21:57:00 CST skipped: [LocalHost]
21:57:00 CST [RepositoryModule] Get OS release
21:57:01 CST success: [ipd-cloud-dmp00.ys]
21:57:01 CST success: [ipd-cloud-dmp01.ys]
21:57:01 CST success: [ipd-cloud-alg00.gz01]
21:57:01 CST [RepositoryModule] Sync repository iso file to all nodes
21:57:06 CST success: [ipd-cloud-alg00.gz01]
21:57:06 CST success: [ipd-cloud-dmp01.ys]
21:57:06 CST success: [ipd-cloud-dmp00.ys]
21:57:06 CST [RepositoryModule] Mount iso file
21:57:07 CST success: [ipd-cloud-dmp00.ys]
21:57:07 CST success: [ipd-cloud-dmp01.ys]
21:57:07 CST success: [ipd-cloud-alg00.gz01]
21:57:07 CST [RepositoryModule] Backup original repository
21:57:07 CST success: [ipd-cloud-dmp00.ys]
21:57:07 CST success: [ipd-cloud-dmp01.ys]
21:57:07 CST success: [ipd-cloud-alg00.gz01]
21:57:07 CST [RepositoryModule] Add local repository
21:57:24 CST stdout: [ipd-cloud-dmp01.ys]
Loaded plugins: fastestmirror, langpacks
Cleaning repos: base base-local epel extras
              : updates
Cleaning up list of fastest mirrors
Other repos take up 337 M of disk space (use --verbose for details)
Loaded plugins: fastestmirror, langpacks
Determining fastest mirrors
base                       | 3.6 kB     00:00
base-local                 | 2.9 kB     00:00
epel                       | 4.7 kB     00:00
extras                     | 2.9 kB     00:00
updates                    | 2.9 kB     00:00
(1/19): base/group_gz        | 153 kB   00:00
(2/19): base/primary_db      | 6.1 MB   00:00
(3/19): base/filelists_db    | 7.2 MB   00:00
(4/19): base/other_db        | 2.6 MB   00:00
(5/19): base-local/filelists | 100 kB   00:00
(6/19): base-local/primary_d | 188 kB   00:00
(7/19): base-local/other_db  |  87 kB   00:00
(8/19): epel/group_gz        |  96 kB   00:00
(9/19): epel/updateinfo      | 1.0 MB   00:00
(10/19): epel/prestodelta    | 1.1 kB   00:00
(11/19): epel/primary_db     | 7.0 MB   00:00
(12/19): epel/other_db       | 3.4 MB   00:00
(13/19): epel/filelists_db   |  12 MB   00:00
(14/19): extras/filelists_db | 277 kB   00:00
(15/19): extras/primary_db   | 247 kB   00:00
(16/19): extras/other_db     | 148 kB   00:00
(17/19): updates/filelists_d | 8.7 MB   00:00
(18/19): updates/primary_db  |  16 MB   00:00
(19/19): updates/other_db    | 1.0 MB   00:00
Metadata Cache Created
21:57:24 CST stdout: [ipd-cloud-dmp00.ys]
Loaded plugins: fastestmirror, langpacks
Cleaning repos: base base-local epel extras
              : updates
Cleaning up list of fastest mirrors
Other repos take up 2.5 G of disk space (use --verbose for details)
Loaded plugins: fastestmirror, langpacks
base                       | 3.6 kB     00:00
base-local                 | 2.9 kB     00:00
epel                       | 4.7 kB     00:00
extras                     | 2.9 kB     00:00
updates                    | 2.9 kB     00:00
(1/19): base/group_gz        | 153 kB   00:00
(2/19): base/primary_db      | 6.1 MB   00:00
(3/19): base/filelists_db    | 7.2 MB   00:00
(4/19): base/other_db        | 2.6 MB   00:00
(5/19): base-local/filelists | 100 kB   00:00
(6/19): base-local/primary_d | 188 kB   00:00
(7/19): base-local/other_db  |  87 kB   00:00
(8/19): epel/group_gz        |  96 kB   00:00
(9/19): epel/updateinfo      | 1.0 MB   00:00
(10/19): epel/prestodelta    | 1.1 kB   00:00
(11/19): epel/primary_db     | 7.0 MB   00:00
(12/19): epel/filelists_db   |  12 MB   00:00
(13/19): epel/other_db       | 3.4 MB   00:00
(14/19): extras/filelists_db | 277 kB   00:00
(15/19): extras/primary_db   | 247 kB   00:00
(16/19): extras/other_db     | 148 kB   00:00
(17/19): updates/filelists_d | 8.7 MB   00:00
(18/19): updates/primary_db  |  16 MB   00:00
(19/19): updates/other_db    | 1.0 MB   00:00
Determining fastest mirrors
Metadata Cache Created
21:57:25 CST stdout: [ipd-cloud-alg00.gz01]
Loaded plugins: fastestmirror, langpacks, product-
              : id, search-disabled-repos,
              : subscription-manager

This system is not registered with an entitlement server. You can use subscription-manager to register.

Cleaning repos: base base-local epel extras
              : updates
Cleaning up list of fastest mirrors
Other repos take up 6.7 M of disk space (use --verbose for details)
Loaded plugins: fastestmirror, langpacks, product-
              : id, search-disabled-repos,
              : subscription-manager

This system is not registered with an entitlement server. You can use subscription-manager to register.

Determining fastest mirrors
base                       | 3.6 kB     00:00
base-local                 | 2.9 kB     00:00
epel                       | 4.7 kB     00:00
extras                     | 2.9 kB     00:00
updates                    | 2.9 kB     00:00
(1/19): base/group_gz        | 153 kB   00:00
(2/19): base/primary_db      | 6.1 MB   00:00
(3/19): base/filelists_db    | 7.2 MB   00:00
(4/19): base-local/filelists | 100 kB   00:00
(5/19): base-local/other_db  |  87 kB   00:00
(6/19): base-local/primary_d | 188 kB   00:00
(7/19): epel/group_gz        |  96 kB   00:00
(8/19): epel/updateinfo      | 1.0 MB   00:00
(9/19): epel/prestodelta     | 1.1 kB   00:00
(10/19): base/other_db       | 2.6 MB   00:00
(11/19): epel/primary_db     | 7.0 MB   00:00
(12/19): epel/filelists_db   |  12 MB   00:00
(13/19): extras/filelists_db | 277 kB   00:00
(14/19): extras/primary_db   | 247 kB   00:00
(15/19): epel/other_db       | 3.4 MB   00:00
(16/19): extras/other_db     | 148 kB   00:00
(17/19): updates/filelists_d | 8.7 MB   00:00
(18/19): updates/primary_db  |  16 MB   00:00
(19/19): updates/other_db    | 1.0 MB   00:00
Metadata Cache Created
21:57:25 CST success: [ipd-cloud-dmp01.ys]
21:57:25 CST success: [ipd-cloud-dmp00.ys]
21:57:25 CST success: [ipd-cloud-alg00.gz01]
21:57:25 CST [RepositoryModule] Install packages
21:57:33 CST stdout: [ipd-cloud-dmp00.ys]
Loaded plugins: fastestmirror, langpacks
base                       | 3.6 kB     00:00
base-local                 | 2.9 kB     00:00
epel                       | 4.7 kB     00:00
extras                     | 2.9 kB     00:00
updates                    | 2.9 kB     00:00
Loading mirror speeds from cached hostfile
Package conntrack-tools-1.4.4-7.el7.x86_64 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package chrony.x86_64 0:2.1.1-1.el7.centos will be updated
---> Package chrony.x86_64 0:3.4-1.el7 will be an update
---> Package ebtables.x86_64 0:2.0.10-13.el7 will be updated
---> Package ebtables.x86_64 0:2.0.10-16.el7 will be an update
---> Package ipset.x86_64 0:7.1-1.el7 will be installed
--> Processing Dependency: ipset-libs(x86-64) = 7.1-1.el7 for package: ipset-7.1-1.el7.x86_64
--> Processing Dependency: libipset.so.13(LIBIPSET_4.8)(64bit) for package: ipset-7.1-1.el7.x86_64
--> Processing Dependency: libipset.so.13(LIBIPSET_2.0)(64bit) for package: ipset-7.1-1.el7.x86_64
--> Processing Dependency: libipset.so.13()(64bit) for package: ipset-7.1-1.el7.x86_64
---> Package openssl.x86_64 1:1.0.1e-42.el7.9 will be updated
---> Package openssl.x86_64 1:1.0.2k-25.el7_9 will be an update
--> Processing Dependency: openssl-libs(x86-64) = 1:1.0.2k-25.el7_9 for package: 1:openssl-1.0.2k-25.el7_9.x86_64
--> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: 1:openssl-1.0.2k-25.el7_9.x86_64
---> Package socat.x86_64 0:1.7.2.2-5.el7 will be updated
---> Package socat.x86_64 0:1.7.3.2-2.el7 will be an update
--> Running transaction check
---> Package ipset-libs.x86_64 0:7.1-1.el7 will be installed
---> Package openssl-libs.x86_64 1:1.0.1e-42.el7.9 will be updated
--> Processing Dependency: openssl-libs(x86-64) = 1:1.0.1e-42.el7.9 for package: 1:openssl-devel-1.0.1e-42.el7.9.x86_64
---> Package openssl-libs.x86_64 1:1.0.2k-25.el7_9 will be an update
--> Running transaction check
---> Package openssl-devel.x86_64 1:1.0.1e-42.el7.9 will be updated
---> Package openssl-devel.x86_64 1:1.0.2k-25.el7_9 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

==================================================
 Package   Arch   Version           Repository
                                             Size
==================================================
Installing:
 ipset     x86_64 7.1-1.el7         base     39 k
Updating:
 chrony    x86_64 3.4-1.el7         base    251 k
 ebtables  x86_64 2.0.10-16.el7     base    123 k
 openssl   x86_64 1:1.0.2k-25.el7_9 updates 494 k
 socat     x86_64 1.7.3.2-2.el7     base    290 k
Installing for dependencies:
 ipset-libs
           x86_64 7.1-1.el7         base     64 k
Updating for dependencies:
 openssl-devel
           x86_64 1:1.0.2k-25.el7_9 updates 1.5 M
 openssl-libs
           x86_64 1:1.0.2k-25.el7_9 updates 1.2 M

Transaction Summary
==================================================
Install  1 Package  (+1 Dependent package)
Upgrade  4 Packages (+2 Dependent packages)

Total download size: 3.9 M
Downloading packages:
Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
(1/8): chrony-3.4-1.el7.x86_ | 251 kB   00:00
(2/8): ebtables-2.0.10-16.el | 123 kB   00:00
(3/8): ipset-7.1-1.el7.x86_6 |  39 kB   00:00
(4/8): ipset-libs-7.1-1.el7. |  64 kB   00:00
(5/8): openssl-1.0.2k-25.el7 | 494 kB   00:00
(6/8): openssl-devel-1.0.2k- | 1.5 MB   00:00
(7/8): openssl-libs-1.0.2k-2 | 1.2 MB   00:00
(8/8): socat-1.7.3.2-2.el7.x | 290 kB   00:00
--------------------------------------------------
Total                 18 MB/s | 3.9 MB  00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Updating   : 1:openssl-libs-1.0.2k-25.e    1/14
  Installing : ipset-libs-7.1-1.el7.x86_6    2/14
  Installing : ipset-7.1-1.el7.x86_64        3/14
  Updating   : 1:openssl-devel-1.0.2k-25.    4/14
  Updating   : 1:openssl-1.0.2k-25.el7_9.    5/14
  Updating   : socat-1.7.3.2-2.el7.x86_64    6/14
  Updating   : ebtables-2.0.10-16.el7.x86    7/14
  Updating   : chrony-3.4-1.el7.x86_64       8/14
warning: /etc/chrony.keys created as /etc/chrony.keys.rpmnew
  Cleanup    : 1:openssl-devel-1.0.1e-42.    9/14
  Cleanup    : socat-1.7.2.2-5.el7.x86_64   10/14
  Cleanup    : 1:openssl-1.0.1e-42.el7.9.   11/14
  Cleanup    : 1:openssl-libs-1.0.1e-42.e   12/14
  Cleanup    : ebtables-2.0.10-13.el7.x86   13/14
  Cleanup    : chrony-2.1.1-1.el7.centos.   14/14
  Verifying  : chrony-3.4-1.el7.x86_64       1/14
  Verifying  : ipset-7.1-1.el7.x86_64        2/14
  Verifying  : 1:openssl-libs-1.0.2k-25.e    3/14
  Verifying  : 1:openssl-devel-1.0.2k-25.    4/14
  Verifying  : 1:openssl-1.0.2k-25.el7_9.    5/14
  Verifying  : socat-1.7.3.2-2.el7.x86_64    6/14
  Verifying  : ebtables-2.0.10-16.el7.x86    7/14
  Verifying  : ipset-libs-7.1-1.el7.x86_6    8/14
  Verifying  : 1:openssl-libs-1.0.1e-42.e    9/14
  Verifying  : chrony-2.1.1-1.el7.centos.   10/14
  Verifying  : ebtables-2.0.10-13.el7.x86   11/14
  Verifying  : 1:openssl-devel-1.0.1e-42.   12/14
  Verifying  : socat-1.7.2.2-5.el7.x86_64   13/14
  Verifying  : 1:openssl-1.0.1e-42.el7.9.   14/14

Installed:
  ipset.x86_64 0:7.1-1.el7

Dependency Installed:
  ipset-libs.x86_64 0:7.1-1.el7

Updated:
  chrony.x86_64 0:3.4-1.el7
  ebtables.x86_64 0:2.0.10-16.el7
  openssl.x86_64 1:1.0.2k-25.el7_9
  socat.x86_64 0:1.7.3.2-2.el7

Dependency Updated:
  openssl-devel.x86_64 1:1.0.2k-25.el7_9
  openssl-libs.x86_64 1:1.0.2k-25.el7_9

Complete!
21:57:34 CST stdout: [ipd-cloud-dmp01.ys]
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
base                       | 3.6 kB     00:00
base-local                 | 2.9 kB     00:00
epel                       | 4.7 kB     00:00
extras                     | 2.9 kB     00:00
updates                    | 2.9 kB     00:00
Package socat-1.7.3.2-2.el7.x86_64 already installed and latest version
Package conntrack-tools-1.4.4-7.el7.x86_64 already installed and latest version
Package ipset-7.1-1.el7.x86_64 already installed and latest version
Package ebtables-2.0.10-16.el7.x86_64 already installed and latest version
Package chrony-3.4-1.el7.x86_64 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package openssl.x86_64 1:1.0.2k-21.el7_9 will be updated
---> Package openssl.x86_64 1:1.0.2k-25.el7_9 will be an update
--> Processing Dependency: openssl-libs(x86-64) = 1:1.0.2k-25.el7_9 for package: 1:openssl-1.0.2k-25.el7_9.x86_64
--> Running transaction check
---> Package openssl-libs.x86_64 1:1.0.2k-21.el7_9 will be updated
--> Processing Dependency: openssl-libs(x86-64) = 1:1.0.2k-21.el7_9 for package: 1:openssl-devel-1.0.2k-21.el7_9.x86_64
---> Package openssl-libs.x86_64 1:1.0.2k-25.el7_9 will be an update
--> Running transaction check
---> Package openssl-devel.x86_64 1:1.0.2k-21.el7_9 will be updated
---> Package openssl-devel.x86_64 1:1.0.2k-25.el7_9 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

==================================================
 Package   Arch   Version           Repository
                                             Size
==================================================
Updating:
 openssl   x86_64 1:1.0.2k-25.el7_9 updates 494 k
Updating for dependencies:
 openssl-devel
           x86_64 1:1.0.2k-25.el7_9 updates 1.5 M
 openssl-libs
           x86_64 1:1.0.2k-25.el7_9 updates 1.2 M

Transaction Summary
==================================================
Upgrade  1 Package (+2 Dependent packages)

Total download size: 3.2 M
Downloading packages:
Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
(1/3): openssl-1.0.2k-25.el7 | 494 kB   00:00
(2/3): openssl-devel-1.0.2k- | 1.5 MB   00:00
(3/3): openssl-libs-1.0.2k-2 | 1.2 MB   00:00
--------------------------------------------------
Total                 33 MB/s | 3.2 MB  00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Updating   : 1:openssl-libs-1.0.2k-25.el7   1/6
  Updating   : 1:openssl-1.0.2k-25.el7_9.x8   2/6
  Updating   : 1:openssl-devel-1.0.2k-25.el   3/6
  Cleanup    : 1:openssl-devel-1.0.2k-21.el   4/6
  Cleanup    : 1:openssl-1.0.2k-21.el7_9.x8   5/6
  Cleanup    : 1:openssl-libs-1.0.2k-21.el7   6/6
  Verifying  : 1:openssl-libs-1.0.2k-25.el7   1/6
  Verifying  : 1:openssl-1.0.2k-25.el7_9.x8   2/6
  Verifying  : 1:openssl-devel-1.0.2k-25.el   3/6
  Verifying  : 1:openssl-devel-1.0.2k-21.el   4/6
  Verifying  : 1:openssl-1.0.2k-21.el7_9.x8   5/6
  Verifying  : 1:openssl-libs-1.0.2k-21.el7   6/6

Updated:
  openssl.x86_64 1:1.0.2k-25.el7_9

Dependency Updated:
  openssl-devel.x86_64 1:1.0.2k-25.el7_9
  openssl-libs.x86_64 1:1.0.2k-25.el7_9

Complete!
21:57:39 CST stdout: [ipd-cloud-alg00.gz01]
Loaded plugins: fastestmirror, langpacks, product-
              : id, search-disabled-repos,
              : subscription-manager

This system is not registered with an entitlement server. You can use subscription-manager to register.

Loading mirror speeds from cached hostfile
base                       | 3.6 kB     00:00
base-local                 | 2.9 kB     00:00
epel                       | 4.7 kB     00:00
extras                     | 2.9 kB     00:00
updates                    | 2.9 kB     00:00
Package socat-1.7.3.2-2.el7.x86_64 already installed and latest version
Package ipset-7.1-1.el7.x86_64 already installed and latest version
Package ebtables-2.0.10-16.el7.x86_64 already installed and latest version
Package chrony-3.4-1.el7.x86_64 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package conntrack-tools.x86_64 0:1.4.4-7.el7 will be installed
--> Processing Dependency: libnetfilter_cttimeout.so.1(LIBNETFILTER_CTTIMEOUT_1.1)(64bit) for package: conntrack-tools-1.4.4-7.el7.x86_64
--> Processing Dependency: libnetfilter_cttimeout.so.1(LIBNETFILTER_CTTIMEOUT_1.0)(64bit) for package: conntrack-tools-1.4.4-7.el7.x86_64
--> Processing Dependency: libnetfilter_cthelper.so.0(LIBNETFILTER_CTHELPER_1.0)(64bit) for package: conntrack-tools-1.4.4-7.el7.x86_64
--> Processing Dependency: libnetfilter_queue.so.1()(64bit) for package: conntrack-tools-1.4.4-7.el7.x86_64
--> Processing Dependency: libnetfilter_cttimeout.so.1()(64bit) for package: conntrack-tools-1.4.4-7.el7.x86_64
--> Processing Dependency: libnetfilter_cthelper.so.0()(64bit) for package: conntrack-tools-1.4.4-7.el7.x86_64
---> Package openssl.x86_64 1:1.0.2k-21.el7_9 will be updated
---> Package openssl.x86_64 1:1.0.2k-25.el7_9 will be an update
--> Processing Dependency: openssl-libs(x86-64) = 1:1.0.2k-25.el7_9 for package: 1:openssl-1.0.2k-25.el7_9.x86_64
--> Running transaction check
---> Package libnetfilter_cthelper.x86_64 0:1.0.0-11.el7 will be installed
---> Package libnetfilter_cttimeout.x86_64 0:1.0.0-7.el7 will be installed
---> Package libnetfilter_queue.x86_64 0:1.0.2-2.el7_2 will be installed
---> Package openssl-libs.x86_64 1:1.0.2k-21.el7_9 will be updated
--> Processing Dependency: openssl-libs(x86-64) = 1:1.0.2k-21.el7_9 for package: 1:openssl-devel-1.0.2k-21.el7_9.x86_64
---> Package openssl-libs.x86_64 1:1.0.2k-25.el7_9 will be an update
--> Running transaction check
---> Package openssl-devel.x86_64 1:1.0.2k-21.el7_9 will be updated
---> Package openssl-devel.x86_64 1:1.0.2k-25.el7_9 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

==================================================
 Package   Arch   Version           Repository
                                             Size
==================================================
Installing:
 conntrack-tools
           x86_64 1.4.4-7.el7       base    187 k
Updating:
 openssl   x86_64 1:1.0.2k-25.el7_9 updates 494 k
Installing for dependencies:
 libnetfilter_cthelper
           x86_64 1.0.0-11.el7      base     18 k
 libnetfilter_cttimeout
           x86_64 1.0.0-7.el7       base     18 k
 libnetfilter_queue
           x86_64 1.0.2-2.el7_2     base     23 k
Updating for dependencies:
 openssl-devel
           x86_64 1:1.0.2k-25.el7_9 updates 1.5 M
 openssl-libs
           x86_64 1:1.0.2k-25.el7_9 updates 1.2 M

Transaction Summary
==================================================
Install  1 Package (+3 Dependent packages)
Upgrade  1 Package (+2 Dependent packages)

Total download size: 3.4 M
Downloading packages:
No Presto metadata available for updates
(1/7): conntrack-tools-1.4.4 | 187 kB   00:00
(2/7): libnetfilter_cthelper |  18 kB   00:00
(3/7): libnetfilter_cttimeou |  18 kB   00:00
(4/7): libnetfilter_queue-1. |  23 kB   00:00
(5/7): openssl-1.0.2k-25.el7 | 494 kB   00:00
(6/7): openssl-devel-1.0.2k- | 1.5 MB   00:00
(7/7): openssl-libs-1.0.2k-2 | 1.2 MB   00:00
--------------------------------------------------
Total                 13 MB/s | 3.4 MB  00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Updating   : 1:openssl-libs-1.0.2k-25.e    1/10
  Installing : libnetfilter_cttimeout-1.0    2/10
  Installing : libnetfilter_queue-1.0.2-2    3/10
  Installing : libnetfilter_cthelper-1.0.    4/10
  Installing : conntrack-tools-1.4.4-7.el    5/10
  Updating   : 1:openssl-1.0.2k-25.el7_9.    6/10
  Updating   : 1:openssl-devel-1.0.2k-25.    7/10
  Cleanup    : 1:openssl-devel-1.0.2k-21.    8/10
  Cleanup    : 1:openssl-1.0.2k-21.el7_9.    9/10
  Cleanup    : 1:openssl-libs-1.0.2k-21.e   10/10
  Verifying  : libnetfilter_cthelper-1.0.    1/10
  Verifying  : conntrack-tools-1.4.4-7.el    2/10
  Verifying  : libnetfilter_queue-1.0.2-2    3/10
  Verifying  : 1:openssl-libs-1.0.2k-25.e    4/10
  Verifying  : 1:openssl-1.0.2k-25.el7_9.    5/10
  Verifying  : 1:openssl-devel-1.0.2k-25.    6/10
  Verifying  : libnetfilter_cttimeout-1.0    7/10
  Verifying  : 1:openssl-1.0.2k-21.el7_9.    8/10
  Verifying  : 1:openssl-libs-1.0.2k-21.e    9/10
  Verifying  : 1:openssl-devel-1.0.2k-21.   10/10

Installed:
  conntrack-tools.x86_64 0:1.4.4-7.el7

Dependency Installed:
  libnetfilter_cthelper.x86_64 0:1.0.0-11.el7
  libnetfilter_cttimeout.x86_64 0:1.0.0-7.el7
  libnetfilter_queue.x86_64 0:1.0.2-2.el7_2

Updated:
  openssl.x86_64 1:1.0.2k-25.el7_9

Dependency Updated:
  openssl-devel.x86_64 1:1.0.2k-25.el7_9
  openssl-libs.x86_64 1:1.0.2k-25.el7_9

Complete!
21:57:39 CST success: [ipd-cloud-dmp00.ys]
21:57:39 CST success: [ipd-cloud-dmp01.ys]
21:57:39 CST success: [ipd-cloud-alg00.gz01]
21:57:39 CST [RepositoryModule] Reset repository to the original repository
21:57:39 CST success: [ipd-cloud-dmp00.ys]
21:57:39 CST success: [ipd-cloud-dmp01.ys]
21:57:39 CST success: [ipd-cloud-alg00.gz01]
21:57:39 CST [RepositoryModule] Umount ISO file
21:57:39 CST success: [ipd-cloud-dmp00.ys]
21:57:39 CST success: [ipd-cloud-dmp01.ys]
21:57:39 CST success: [ipd-cloud-alg00.gz01]
21:57:39 CST [NodeBinariesModule] Download installation binaries
21:57:39 CST message: [localhost]
downloading amd64 kubeadm v1.21.5 ...
21:57:39 CST message: [localhost]
kubeadm is existed
21:57:39 CST message: [localhost]
downloading amd64 kubelet v1.21.5 ...
21:57:40 CST message: [localhost]
kubelet is existed
21:57:40 CST message: [localhost]
downloading amd64 kubectl v1.21.5 ...
21:57:41 CST message: [localhost]
kubectl is existed
21:57:41 CST message: [localhost]
downloading amd64 helm v3.6.3 ...
21:57:41 CST message: [localhost]
helm is existed
21:57:41 CST message: [localhost]
downloading amd64 kubecni v0.9.1 ...
21:57:41 CST message: [localhost]
kubecni is existed
21:57:41 CST message: [localhost]
downloading amd64 docker 20.10.8 ...
21:57:42 CST message: [localhost]
docker is existed
21:57:42 CST message: [localhost]
downloading amd64 crictl v1.22.0 ...
21:57:42 CST message: [localhost]
crictl is existed
21:57:42 CST message: [localhost]
downloading amd64 etcd v3.4.13 ...
21:57:42 CST message: [localhost]
etcd is existed
21:57:42 CST success: [LocalHost]
21:57:42 CST [ConfigureOSModule] Prepare to init OS
21:57:44 CST success: [ipd-cloud-dmp00.ys]
21:57:44 CST success: [ipd-cloud-dmp01.ys]
21:57:44 CST success: [ipd-cloud-alg00.gz01]
21:57:44 CST [ConfigureOSModule] Generate init os script
21:57:44 CST success: [ipd-cloud-dmp00.ys]
21:57:44 CST success: [ipd-cloud-dmp01.ys]
21:57:44 CST success: [ipd-cloud-alg00.gz01]
21:57:44 CST [ConfigureOSModule] Exec init os script
21:57:45 CST stdout: [ipd-cloud-dmp01.ys]
setenforce: SELinux is disabled
Disabled
net.ipv4.ip_forward = 1
net.ipv4.conf.default.rp_filter = 1
net.ipv4.conf.default.accept_source_route = 0
kernel.sysrq = 0
kernel.core_uses_pid = 1
net.ipv4.tcp_syncookies = 1
net.bridge.bridge-nf-call-ip6tables = 1
net.bridge.bridge-nf-call-iptables = 1
net.bridge.bridge-nf-call-arptables = 1
kernel.msgmnb = 65536
kernel.msgmax = 65536
kernel.shmmax = 68719476736
kernel.shmall = 4294967296
kernel.panic = 1
net.ipv4.conf.all.accept_redirects = 0
net.ipv4.conf.default.accept_redirects = 0
net.ipv4.conf.all.send_redirects = 0
net.ipv4.conf.default.send_redirects = 0
net.ipv4.conf.default.arp_ignore = 1
net.ipv4.conf.default.arp_announce = 2
net.ipv4.conf.all.arp_ignore = 1
net.ipv4.conf.all.arp_announce = 2
net.ipv4.ip_no_pmtu_disc = 1
net.ipv4.tcp_timestamps = 1
net.ipv4.tcp_tw_reuse = 1
net.ipv4.ip_local_port_range = 10000 65535
net.ipv4.tcp_max_tw_buckets = 180000
net.ipv4.tcp_fin_timeout = 15
net.ipv4.tcp_tw_recycle = 0
kernel.core_pattern = |/usr/local/bin/core_filter -P %P -p %p -e %e -t %t -s 102400
net.core.somaxconn = 4096
net.ipv4.tcp_max_syn_backlog = 4096
net.core.netdev_max_backlog = 4096
vm.vfs_cache_pressure = 200
vm.min_free_kbytes = 409600
kernel.printk = 0 4 1 7
net.ipv4.ip_local_reserved_ports = 30000-32767
vm.max_map_count = 262144
vm.swappiness = 1
fs.inotify.max_user_instances = 524288
kernel.pid_max = 65535
21:57:49 CST stdout: [ipd-cloud-dmp00.ys]
setenforce: SELinux is disabled
Disabled
net.ipv4.ip_forward = 1
net.ipv4.conf.default.rp_filter = 1
net.ipv4.conf.default.accept_source_route = 0
kernel.sysrq = 0
kernel.core_uses_pid = 1
net.ipv4.tcp_syncookies = 1
net.bridge.bridge-nf-call-ip6tables = 1
net.bridge.bridge-nf-call-iptables = 1
net.bridge.bridge-nf-call-arptables = 1
kernel.msgmnb = 65536
kernel.msgmax = 65536
kernel.shmmax = 68719476736
kernel.shmall = 4294967296
kernel.panic = 1
net.ipv4.conf.all.accept_redirects = 0
net.ipv4.conf.default.accept_redirects = 0
net.ipv4.conf.all.send_redirects = 0
net.ipv4.conf.default.send_redirects = 0
net.ipv4.conf.default.arp_ignore = 1
net.ipv4.conf.default.arp_announce = 2
net.ipv4.conf.all.arp_ignore = 1
net.ipv4.conf.all.arp_announce = 2
net.ipv4.ip_no_pmtu_disc = 1
net.ipv4.tcp_timestamps = 1
net.ipv4.tcp_tw_reuse = 1
net.ipv4.ip_local_port_range = 10000 65535
net.ipv4.tcp_max_tw_buckets = 180000
net.ipv4.tcp_fin_timeout = 15
net.ipv4.tcp_tw_recycle = 0
kernel.core_pattern = |/usr/local/bin/core_filter -P %P -p %p -e %e -t %t -s 102400
net.core.somaxconn = 4096
net.ipv4.tcp_max_syn_backlog = 4096
net.core.netdev_max_backlog = 4096
vm.vfs_cache_pressure = 200
vm.min_free_kbytes = 409600
kernel.printk = 0 4 1 7
net.bridge.bridge-nf-call-ip6tables = 1
net.bridge.bridge-nf-call-iptables = 1
net.ipv4.ip_local_reserved_ports = 30000-32767
vm.max_map_count = 262144
vm.swappiness = 1
fs.inotify.max_user_instances = 524288
kernel.pid_max = 65535
21:57:52 CST stdout: [ipd-cloud-alg00.gz01]
setenforce: SELinux is disabled
Disabled
net.ipv4.ip_forward = 1
net.ipv4.conf.default.rp_filter = 1
net.ipv4.conf.default.accept_source_route = 0
kernel.sysrq = 0
kernel.core_uses_pid = 1
net.ipv4.tcp_syncookies = 1
net.bridge.bridge-nf-call-ip6tables = 1
net.bridge.bridge-nf-call-iptables = 1
net.bridge.bridge-nf-call-arptables = 1
kernel.msgmnb = 65536
kernel.msgmax = 65536
kernel.shmmax = 68719476736
kernel.shmall = 4294967296
kernel.panic = 1
net.ipv4.conf.all.accept_redirects = 0
net.ipv4.conf.default.accept_redirects = 0
net.ipv4.conf.all.send_redirects = 0
net.ipv4.conf.default.send_redirects = 0
net.ipv4.conf.default.arp_ignore = 1
net.ipv4.conf.default.arp_announce = 2
net.ipv4.conf.all.arp_ignore = 1
net.ipv4.conf.all.arp_announce = 2
net.ipv4.ip_no_pmtu_disc = 1
kernel.printk = 3 4 1 7
net.ipv4.tcp_timestamps = 1
net.ipv4.tcp_tw_reuse = 1
net.ipv4.ip_local_port_range = 10000 65535
net.ipv4.tcp_max_tw_buckets = 180000
net.ipv4.tcp_fin_timeout = 15
net.ipv4.tcp_tw_recycle = 0
kernel.core_pattern = |/usr/local/bin/core_filter -P %P -p %p -e %e -t %t -s 102400
net.core.somaxconn = 4096
net.ipv4.tcp_max_syn_backlog = 4096
net.core.netdev_max_backlog = 4096
vm.vfs_cache_pressure = 200
vm.min_free_kbytes = 409600
vm.max_map_count = 262144
net.ipv4.ip_forward = 1
net.ipv4.ip_local_reserved_ports = 30000-32767
vm.swappiness = 1
fs.inotify.max_user_instances = 524288
kernel.pid_max = 65535
21:57:52 CST success: [ipd-cloud-dmp01.ys]
21:57:52 CST success: [ipd-cloud-dmp00.ys]
21:57:52 CST success: [ipd-cloud-alg00.gz01]
21:57:52 CST [ConfigureOSModule] configure the ntp server for each node
21:57:52 CST skipped: [ipd-cloud-dmp01.ys]
21:57:52 CST skipped: [ipd-cloud-alg00.gz01]
21:57:52 CST skipped: [ipd-cloud-dmp00.ys]
21:57:52 CST [KubernetesStatusModule] Get kubernetes cluster status
21:57:53 CST success: [ipd-cloud-alg00.gz01]
21:57:53 CST [InstallContainerModule] Sync docker binaries
21:57:53 CST skipped: [ipd-cloud-alg00.gz01]
21:57:53 CST skipped: [ipd-cloud-dmp00.ys]
21:57:53 CST skipped: [ipd-cloud-dmp01.ys]
21:57:53 CST [InstallContainerModule] Generate containerd service
21:57:53 CST skipped: [ipd-cloud-dmp00.ys]
21:57:53 CST skipped: [ipd-cloud-dmp01.ys]
21:57:53 CST skipped: [ipd-cloud-alg00.gz01]
21:57:53 CST [InstallContainerModule] Enable containerd
21:57:53 CST skipped: [ipd-cloud-dmp00.ys]
21:57:53 CST skipped: [ipd-cloud-dmp01.ys]
21:57:53 CST skipped: [ipd-cloud-alg00.gz01]
21:57:53 CST [InstallContainerModule] Generate docker service
21:57:53 CST skipped: [ipd-cloud-dmp00.ys]
21:57:53 CST skipped: [ipd-cloud-dmp01.ys]
21:57:53 CST skipped: [ipd-cloud-alg00.gz01]
21:57:53 CST [InstallContainerModule] Generate docker config
21:57:53 CST skipped: [ipd-cloud-dmp00.ys]
21:57:53 CST skipped: [ipd-cloud-dmp01.ys]
21:57:53 CST skipped: [ipd-cloud-alg00.gz01]
21:57:53 CST [InstallContainerModule] Enable docker
21:57:53 CST skipped: [ipd-cloud-dmp00.ys]
21:57:53 CST skipped: [ipd-cloud-dmp01.ys]
21:57:53 CST skipped: [ipd-cloud-alg00.gz01]
21:57:53 CST [InstallContainerModule] Add auths to container runtime
21:57:54 CST message: [ipd-cloud-dmp01.ys]
copy docker auths failed cmd: mkdir -p /.docker && cp -f $HOME/.docker/config.json /.docker/ && chmod 0644 /.docker/config.json , err:Failed to exec command: sudo -E /bin/bash -c "mkdir -p /.docker && cp -f $HOME/.docker/config.json /.docker/ && chmod 0644 /.docker/config.json "
cp: cannot stat ‘/home/kubesphere/.docker/config.json’: No such file or directory: Process exited with status 1: Failed to exec command: sudo -E /bin/bash -c "mkdir -p /.docker && cp -f $HOME/.docker/config.json /.docker/ && chmod 0644 /.docker/config.json "
cp: cannot stat ‘/home/kubesphere/.docker/config.json’: No such file or directory: Process exited with status 1
21:57:54 CST retry: [ipd-cloud-dmp01.ys]
21:57:54 CST message: [ipd-cloud-dmp00.ys]
copy docker auths failed cmd: mkdir -p /.docker && cp -f $HOME/.docker/config.json /.docker/ && chmod 0644 /.docker/config.json , err:Failed to exec command: sudo -E /bin/bash -c "mkdir -p /.docker && cp -f $HOME/.docker/config.json /.docker/ && chmod 0644 /.docker/config.json "
cp: cannot stat ‘/home/kubesphere/.docker/config.json’: No such file or directory: Process exited with status 1: Failed to exec command: sudo -E /bin/bash -c "mkdir -p /.docker && cp -f $HOME/.docker/config.json /.docker/ && chmod 0644 /.docker/config.json "
cp: cannot stat ‘/home/kubesphere/.docker/config.json’: No such file or directory: Process exited with status 1
21:57:54 CST retry: [ipd-cloud-dmp00.ys]
21:57:54 CST message: [ipd-cloud-alg00.gz01]
copy docker auths failed cmd: mkdir -p /.docker && cp -f $HOME/.docker/config.json /.docker/ && chmod 0644 /.docker/config.json , err:Failed to exec command: sudo -E /bin/bash -c "mkdir -p /.docker && cp -f $HOME/.docker/config.json /.docker/ && chmod 0644 /.docker/config.json "
cp: cannot stat ‘/home/kubesphere/.docker/config.json’: No such file or directory: Process exited with status 1: Failed to exec command: sudo -E /bin/bash -c "mkdir -p /.docker && cp -f $HOME/.docker/config.json /.docker/ && chmod 0644 /.docker/config.json "
cp: cannot stat ‘/home/kubesphere/.docker/config.json’: No such file or directory: Process exited with status 1
21:57:54 CST retry: [ipd-cloud-alg00.gz01]
21:57:59 CST message: [ipd-cloud-dmp01.ys]
copy docker auths failed cmd: mkdir -p /.docker && cp -f $HOME/.docker/config.json /.docker/ && chmod 0644 /.docker/config.json , err:Failed to exec command: sudo -E /bin/bash -c "mkdir -p /.docker && cp -f $HOME/.docker/config.json /.docker/ && chmod 0644 /.docker/config.json "
cp: cannot stat ‘/home/kubesphere/.docker/config.json’: No such file or directory: Process exited with status 1: Failed to exec command: sudo -E /bin/bash -c "mkdir -p /.docker && cp -f $HOME/.docker/config.json /.docker/ && chmod 0644 /.docker/config.json "
cp: cannot stat ‘/home/kubesphere/.docker/config.json’: No such file or directory: Process exited with status 1
21:57:59 CST retry: [ipd-cloud-dmp01.ys]
21:57:59 CST message: [ipd-cloud-dmp00.ys]
copy docker auths failed cmd: mkdir -p /.docker && cp -f $HOME/.docker/config.json /.docker/ && chmod 0644 /.docker/config.json , err:Failed to exec command: sudo -E /bin/bash -c "mkdir -p /.docker && cp -f $HOME/.docker/config.json /.docker/ && chmod 0644 /.docker/config.json "
cp: cannot stat ‘/home/kubesphere/.docker/config.json’: No such file or directory: Process exited with status 1: Failed to exec command: sudo -E /bin/bash -c "mkdir -p /.docker && cp -f $HOME/.docker/config.json /.docker/ && chmod 0644 /.docker/config.json "
cp: cannot stat ‘/home/kubesphere/.docker/config.json’: No such file or directory: Process exited with status 1
21:57:59 CST retry: [ipd-cloud-dmp00.ys]
21:57:59 CST message: [ipd-cloud-alg00.gz01]
copy docker auths failed cmd: mkdir -p /.docker && cp -f $HOME/.docker/config.json /.docker/ && chmod 0644 /.docker/config.json , err:Failed to exec command: sudo -E /bin/bash -c "mkdir -p /.docker && cp -f $HOME/.docker/config.json /.docker/ && chmod 0644 /.docker/config.json "
cp: cannot stat ‘/home/kubesphere/.docker/config.json’: No such file or directory: Process exited with status 1: Failed to exec command: sudo -E /bin/bash -c "mkdir -p /.docker && cp -f $HOME/.docker/config.json /.docker/ && chmod 0644 /.docker/config.json "
cp: cannot stat ‘/home/kubesphere/.docker/config.json’: No such file or directory: Process exited with status 1
21:57:59 CST retry: [ipd-cloud-alg00.gz01]
21:58:05 CST message: [ipd-cloud-dmp00.ys]
copy docker auths failed cmd: mkdir -p /.docker && cp -f $HOME/.docker/config.json /.docker/ && chmod 0644 /.docker/config.json , err:Failed to exec command: sudo -E /bin/bash -c "mkdir -p /.docker && cp -f $HOME/.docker/config.json /.docker/ && chmod 0644 /.docker/config.json "
cp: cannot stat ‘/home/kubesphere/.docker/config.json’: No such file or directory: Process exited with status 1: Failed to exec command: sudo -E /bin/bash -c "mkdir -p /.docker && cp -f $HOME/.docker/config.json /.docker/ && chmod 0644 /.docker/config.json "
cp: cannot stat ‘/home/kubesphere/.docker/config.json’: No such file or directory: Process exited with status 1
21:58:05 CST message: [ipd-cloud-dmp01.ys]
copy docker auths failed cmd: mkdir -p /.docker && cp -f $HOME/.docker/config.json /.docker/ && chmod 0644 /.docker/config.json , err:Failed to exec command: sudo -E /bin/bash -c "mkdir -p /.docker && cp -f $HOME/.docker/config.json /.docker/ && chmod 0644 /.docker/config.json "
cp: cannot stat ‘/home/kubesphere/.docker/config.json’: No such file or directory: Process exited with status 1: Failed to exec command: sudo -

E /bin/bash -c "mkdir -p /.docker && cp -f $HOME/.docker/config.json /.docker/ && chmod 0644 /.docker/config.json "
cp: cannot stat ‘/home/kubesphere/.docker/config.json’: No such file or directory: Process exited with status 1
21:58:05 CST message: [ipd-cloud-alg00.gz01]
copy docker auths failed cmd: mkdir -p /.docker && cp -f $HOME/.docker/config.json /.docker/ && chmod 0644 /.docker/config.json , err:Failed to exec command: sudo -E /bin/bash -c "mkdir -p /.docker && cp -f $HOME/.docker/config.json /.docker/ && chmod 0644 /.docker/config.json "
cp: cannot stat ‘/home/kubesphere/.docker/config.json’: No such file or directory: Process exited with status 1: Failed to exec command: sudo -E /bin/bash -c "mkdir -p /.docker && cp -f $HOME/.docker/config.json /.docker/ && chmod 0644 /.docker/config.json "
cp: cannot stat ‘/home/kubesphere/.docker/config.json’: No such file or directory: Process exited with status 1
21:58:05 CST failed: [ipd-cloud-dmp00.ys]
21:58:05 CST failed: [ipd-cloud-dmp01.ys]
21:58:05 CST failed: [ipd-cloud-alg00.gz01]
error: Pipeline[CreateClusterPipeline] execute failed: Module[InstallContainerModule] exec failed:
failed: [ipd-cloud-dmp00.ys] [Login PrivateRegistry] exec failed after 3 retires: copy docker auths failed cmd: mkdir -p /.docker && cp -f $HOME/.docker/config.json /.docker/ && chmod 0644 /.docker/config.json , err:Failed to exec command: sudo -E /bin/bash -c "mkdir -p /.docker && cp -f $HOME/.docker/config.json /.docker/ && chmod 0644 /.docker/config.json "
cp: cannot stat ‘/home/kubesphere/.docker/config.json’: No such file or directory: Process exited with status 1: Failed to exec command: sudo -E /bin/bash -c "mkdir -p /.docker && cp -f $HOME/.docker/config.json /.docker/ && chmod 0644 /.docker/config.json "
cp: cannot stat ‘/home/kubesphere/.docker/config.json’: No such file or directory: Process exited with status 1
failed: [ipd-cloud-dmp01.ys] [Login PrivateRegistry] exec failed after 3 retires: copy docker auths failed cmd: mkdir -p /.docker && cp -f $HOME/.docker/config.json /.docker/ && chmod 0644 /.docker/config.json , err:Failed to exec command: sudo -E /bin/bash -c "mkdir -p /.docker && cp -f $HOME/.docker/config.json /.docker/ && chmod 0644 /.docker/config.json "
cp: cannot stat ‘/home/kubesphere/.docker/config.json’: No such file or directory: Process exited with status 1: Failed to exec command: sudo -E /bin/bash -c "mkdir -p /.docker && cp -f $HOME/.docker/config.json /.docker/ && chmod 0644 /.docker/config.json "
cp: cannot stat ‘/home/kubesphere/.docker/config.json’: No such file or directory: Process exited with status 1
failed: [ipd-cloud-alg00.gz01] [Login PrivateRegistry] exec failed after 3 retires: copy docker auths failed cmd: mkdir -p /.docker && cp -f $HOME/.docker/config.json /.docker/ && chmod 0644 /.docker/config.json , err:Failed to exec command: sudo -E /bin/bash -c "mkdir -p /.docker && cp -f $HOME/.docker/config.json /.docker/ && chmod 0644 /.docker/config.json "
cp: cannot stat ‘/home/kubesphere/.docker/config.json’: No such file or directory: Process exited with status 1: Failed to exec command: sudo -E /bin/bash -c "mkdir -p /.docker && cp -f $HOME/.docker/config.json /.docker/ && chmod 0644 /.docker/config.json "
cp: cannot stat ‘/home/kubesphere/.docker/config.json’: No such file or directory: Process exited with status 1

Additional information

No response