Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[BUG] centos7.9 控制节点,添加 ubuntu 22.04 计算节点报错失败 #19239

Closed
sun3book opened this issue Jan 12, 2024 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@sun3book
Copy link

问题描述/What happened:

changed: [10.158.159.225] => (item=[1/37] apt-transport-https)
ok: [10.158.159.225] => (item=[2/37] bash-completion)
changed: [10.158.159.225] => (item=[3/37] bridge-utils)
changed: [10.158.159.225] => (item=[4/37] ceph-common)
changed: [10.158.159.225] => (item=[5/37] chntpw)
changed: [10.158.159.225] => (item=[6/37] conntrack)
changed: [10.158.159.225] => (item=[7/37] conntrackd)
ok: [10.158.159.225] => (item=[8/37] cron)
ok: [10.158.159.225] => (item=[9/37] curl)
changed: [10.158.159.225] => (item=[10/37] dkms)
failed: [10.158.159.225] (item=[11/37] docker-ce) => {"ansible_index_var": "item_index", "ansible_loop_var": "package_item", "changed": false, "item_index": 10, "msg": "No package matching 'docker-ce' is available", "package_item": "docker-ce"}
ok: [10.158.159.225] => (item=[12/37] git)
changed: [10.158.159.225] => (item=[13/37] glusterfs-common)
changed: [10.158.159.225] => (item=[14/37] gnupg-agent)
changed: [10.158.159.225] => (item=[15/37] gnupg2)
changed: [10.158.159.225] => (item=[16/37] ipset)
changed: [10.158.159.225] => (item=[17/37] ipvsadm)
changed: [10.158.159.225] => (item=[18/37] jq)
failed: [10.158.159.225] (item=[19/37] kubeadm=1.15.12-00) => {"ansible_index_var": "item_index", "ansible_loop_var": "package_item", "changed": false, "item_index": 18, "msg": "No package matching 'kubeadm' is available", "package_item": "kubeadm=1.15.12-00"}
failed: [10.158.159.225] (item=[20/37] kubectl=1.15.12-00) => {"ansible_index_var": "item_index", "ansible_loop_var": "package_item", "changed": false, "item_index": 19, "msg": "No package matching 'kubectl' is available", "package_item": "kubectl=1.15.12-00"}
failed: [10.158.159.225] (item=[21/37] kubelet=1.15.12-00) => {"ansible_index_var": "item_index", "ansible_loop_var": "package_item", "changed": false, "item_index": 20, "msg": "No package matching 'kubelet' is available", "package_item": "kubelet=1.15.12-00"}
ok: [10.158.159.225] => (item=[22/37] libusb-1.0-0)
changed: [10.158.159.225] => (item=[23/37] libusbredirparser1)
ok

1705055874782

环境/Environment:

  • OS (e.g. cat /etc/os-release):
    控制节点:
    NAME="CentOS Linux"
    VERSION="7 (Core)"
    ID="centos"
    ID_LIKE="rhel fedora"
    VERSION_ID="7"
    PRETTY_NAME="CentOS Linux 7 (Core)"
    ANSI_COLOR="0;31"
    CPE_NAME="cpe:/o:centos:centos:7"
    HOME_URL="https://www.centos.org/"
    BUG_REPORT_URL="https://bugs.centos.org/"

CENTOS_MANTISBT_PROJECT="CentOS-7"
CENTOS_MANTISBT_PROJECT_VERSION="7"
REDHAT_SUPPORT_PRODUCT="centos"
REDHAT_SUPPORT_PRODUCT_VERSION="7"

计算节点:
PRETTY_NAME="Ubuntu 22.04.3 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.3 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=jammy

计算节点:
5.15.0-78-generic #85-Ubuntu SMP Fri Jul 7 15:25:09 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

  • Version (e.g. climc version-list):
    +------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
    | Field | Value |
    +------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
    | ansible | release/3.10(08e594819d23122604) |
    | apimap | release/3.10(08e594819d23122604) |
    | cloudevent | release/3.10(08e594819d23122604) |
    | cloudid | release/3.10(08e594819d23122604) |
    | cloudmeta | {"error":{"class":"DNSError","code":499,"details":"Get "https://meta.yunion.cn/version\": dial tcp: lookup meta.yunion.cn on 10.158.158.10:53: no such host","request":{"headers":{"User-Agent":"yunioncloud-go/201708","X-Auth-Token":""},"method":"GET","url":"https://meta.yuni |
    | | on.cn/version"}}} |
    | cloudmon | release/3.10(08e594819d23122604) |
    | cloudproxy | release/3.10(08e594819d23122604) |
    | compute_v2 | release/3.10(08e594819d23122604) |
    | devtool | release/3.10(08e594819d23122604) |
    | dns | {"error":{"class":"ClientError","code":499,"details":"Get "10.158.158.10/version": unsupported protocol scheme ""","request":{"headers":{"User-Agent":"yunioncloud-go/201708","X-Auth-Token":"
    "},"method":"GET","url":"10.158.158.10/version"}}} |
    | etcd | {"etcdserver":"3.4.6","etcdcluster":"3.4.0"} |
    | identity | release/3.10(08e594819d23122604) |
    | image | release/3.10(08e594819d23122604) |
    | k8s | heads/v3.10.10-20231225.1(c2602e0223122603) |
    | log | release/3.10(08e594819d23122604) |
    | monitor | release/3.10(08e594819d23122604) |
    | notify | release/3.10(08e594819d23122604) |
    | ntp | {"error":{"class":"ClientError","code":499,"details":"Get "10.158.158.11/version": unsupported protocol scheme ""","request":{"headers":{"User-Agent":"yunioncloud-go/201708","X-Auth-Token":""},"method":"GET","url":"10.158.158.11/version"}}} |
    | scheduledtask | release/3.10(08e594819d23122604) |
    | scheduler | release/3.10(08e594819d23122604) |
    | torrent-tracker | {"error":{"class":"DNSError","code":499,"details":"Get "https://tracker.yunion.cn/version\": dial tcp: lookup tracker.yunion.cn on 10.158.158.10:53: no such host","request":{"headers":{"User-Agent":"yunioncloud-go/201708","X-Auth-Token":"
    "},"method":"GET","url":"https://tra |
    | | cker.yunion.cn/version"}}} |
    | victoria-metrics | remoteAddr: "10.158.159.8:23178"; requestURI: /version; unsupported path requested: "/version" |
    | vpcagent | release/3.10(08e594819d23122604) |
    | webconsole | release/3.10(08e594819d23122604) |
    | yunionconf | release/3.10(08e594819d23122604) |
    +------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
    -->
@sun3book sun3book added the bug Something isn't working label Jan 12, 2024
@zhasm
Copy link
Contributor

zhasm commented Jan 12, 2024

@sun3book
repo 的问题,已经修复,请重试~(可以重复运行)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants