登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
AI 队友
登录
注册
代码拉取完成,页面将自动刷新
开源项目
>
服务器应用
>
容器/虚拟机
&&
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
8
Star
13
Fork
12
openEuler
/
nestos-kubernetes-deployer
代码
Issues
6
Pull Requests
1
Wiki
统计
流水线
服务
JavaDoc
PHPDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
我知道了,不再自动展开
更新失败,请稍后重试!
移除标识
内容风险标识
本任务被
标识为内容中包含有代码安全 Bug 、隐私泄露等敏感信息,仓库外成员不可访问
NKD执行生成生成文件报错
待办的
#IAKCBL
缺陷
爱吃苹果的橘子
创建于
2024-08-15 18:16
采用的系统为openeuler2203-sp3,除opentofu外所需依赖均为yum安装,opentofu下载的gitee中src-openeuler的opentofu master版本,通过rpmbuild编译安装,template配置如下: clusterID: cluster architecture: amd64 platform: libvirt infraPlatform: uri: qemu:///system osPath: "/root/nkd_test/NestOS-For-Container-22.03-LTS-SP4.20240628.0-qemu.x86_64.qcow2" cidr: 192.168.132.0/24 gateway: 192.168.132.1 osImage: type: "nestos" username: root password: $1$yoursalt$UGhjCXAJKpWWpeN8xsF.c/ sshKey: /root/.ssh/id_rsa.pub master: - hostname: k8s-master01 ip: "192.168.132.11" hardwareInfo: cpu: 4 ram: 8192 disk: 50 worker: - hostname: k8s-worker01 ip: "192.168.132.21" hardwareInfo: cpu: 4 ram: 8192 disk: 50 runtime: crio kubernetes: kubernetesVersion: v1.29.1 kubernetesApiVersion: v1beta3 apiserverEndpoint: "" imageRegistry: registry.aliyuncs.com/google_containers pauseImage: pause:3.9 token: gfbqwm.lb7d6d9horujo16t adminKubeconfig: "" certificateKey: a301c9c55596c54c5d4c7173aa1e3b6fd304130b0c703bb23149c0c69f94b8e0 network: serviceSubnet: 10.96.0.0/16 podSubnet: 10.244.0.0/16 plugin: "/root/nkd_test/calico.yaml" 报错信息如下: [root@compute nkd_test]# nkd deploy -f /root/nkd_test/template.yaml INFO Certificates generated successfully INFO HTTP server is listening on port 9080... INFO ERROR ERROR Error: Failed to resolve provider packages ERROR ERROR Could not resolve provider dmacvicar/libvirt: cannot search ERROR /etc/nkd/providers: lstat /etc/nkd/providers: no such file or directory ERROR Failed to initialize Terraform with existed plugin directory Start downloading plugins... INFO {"ipv4":[["192.168.132.11"]]} ERROR ERROR Error: Failed to install provider ERROR ERROR Error while installing dmacvicar/libvirt v0.7.6: cannot install existing ERROR provider directory ERROR /etc/nkd/providers/registry.opentofu.org/dmacvicar/libvirt/0.7.6/linux_amd64 ERROR to itself ERROR Failed to initialize Terraform with existed plugin directory Start downloading plugins... ERROR ERROR Error: Failed to install provider ERROR ERROR Error while installing dmacvicar/libvirt v0.7.6: could not query provider ERROR registry for registry.opentofu.org/dmacvicar/libvirt: failed to retrieve ERROR authentication checksums for provider: the request failed after 2 attempts, ERROR please try again later: Get ERROR "https://github.com/dmacvicar/terraform-provider-libvirt/releases/download/v0.7.6/terraform-provider-libvirt_0.7.6_SHA256SUMS": ERROR context deadline exceeded ERROR ERROR Failed to deploy worker nodes:failed to execute terraform apply: failed to init terraform: failed to init terraform: exit status 1 ERROR ERROR Error: Failed to install provider ERROR ERROR Error while installing dmacvicar/libvirt v0.7.6: could not query provider ERROR registry for registry.opentofu.org/dmacvicar/libvirt: failed to retrieve ERROR authentication checksums for provider: the request failed after 2 attempts, ERROR please try again later: Get ERROR "https://github.com/dmacvicar/terraform-provider-libvirt/releases/download/v0.7.6/terraform-provider-libvirt_0.7.6_SHA256SUMS": ERROR context deadline exceeded ERROR ERROR INFO http server closed ERROR Failed to create cluster: failed to execute terraform apply: failed to init terraform: failed to init terraform: exit status 1 ERROR ERROR Error: Failed to install provider ERROR ERROR Error while installing dmacvicar/libvirt v0.7.6: could not query provider ERROR registry for registry.opentofu.org/dmacvicar/libvirt: failed to retrieve ERROR authentication checksums for provider: the request failed after 2 attempts, ERROR please try again later: Get ERROR "https://github.com/dmacvicar/terraform-provider-libvirt/releases/download/v0.7.6/terraform-provider-libvirt_0.7.6_SHA256SUMS": ERROR context deadline exceeded ERROR ERROR Error: failed to execute terraform apply: failed to init terraform: failed to init terraform: exit status 1 Error: Failed to install provider Error while installing dmacvicar/libvirt v0.7.6: could not query provider registry for registry.opentofu.org/dmacvicar/libvirt: failed to retrieve authentication checksums for provider: the request failed after 2 attempts, please try again later: Get "https://github.com/dmacvicar/terraform-provider-libvirt/releases/download/v0.7.6/terraform-provider-libvirt_0.7.6_SHA256SUMS": context deadline exceeded
采用的系统为openeuler2203-sp3,除opentofu外所需依赖均为yum安装,opentofu下载的gitee中src-openeuler的opentofu master版本,通过rpmbuild编译安装,template配置如下: clusterID: cluster architecture: amd64 platform: libvirt infraPlatform: uri: qemu:///system osPath: "/root/nkd_test/NestOS-For-Container-22.03-LTS-SP4.20240628.0-qemu.x86_64.qcow2" cidr: 192.168.132.0/24 gateway: 192.168.132.1 osImage: type: "nestos" username: root password: $1$yoursalt$UGhjCXAJKpWWpeN8xsF.c/ sshKey: /root/.ssh/id_rsa.pub master: - hostname: k8s-master01 ip: "192.168.132.11" hardwareInfo: cpu: 4 ram: 8192 disk: 50 worker: - hostname: k8s-worker01 ip: "192.168.132.21" hardwareInfo: cpu: 4 ram: 8192 disk: 50 runtime: crio kubernetes: kubernetesVersion: v1.29.1 kubernetesApiVersion: v1beta3 apiserverEndpoint: "" imageRegistry: registry.aliyuncs.com/google_containers pauseImage: pause:3.9 token: gfbqwm.lb7d6d9horujo16t adminKubeconfig: "" certificateKey: a301c9c55596c54c5d4c7173aa1e3b6fd304130b0c703bb23149c0c69f94b8e0 network: serviceSubnet: 10.96.0.0/16 podSubnet: 10.244.0.0/16 plugin: "/root/nkd_test/calico.yaml" 报错信息如下: [root@compute nkd_test]# nkd deploy -f /root/nkd_test/template.yaml INFO Certificates generated successfully INFO HTTP server is listening on port 9080... INFO ERROR ERROR Error: Failed to resolve provider packages ERROR ERROR Could not resolve provider dmacvicar/libvirt: cannot search ERROR /etc/nkd/providers: lstat /etc/nkd/providers: no such file or directory ERROR Failed to initialize Terraform with existed plugin directory Start downloading plugins... INFO {"ipv4":[["192.168.132.11"]]} ERROR ERROR Error: Failed to install provider ERROR ERROR Error while installing dmacvicar/libvirt v0.7.6: cannot install existing ERROR provider directory ERROR /etc/nkd/providers/registry.opentofu.org/dmacvicar/libvirt/0.7.6/linux_amd64 ERROR to itself ERROR Failed to initialize Terraform with existed plugin directory Start downloading plugins... ERROR ERROR Error: Failed to install provider ERROR ERROR Error while installing dmacvicar/libvirt v0.7.6: could not query provider ERROR registry for registry.opentofu.org/dmacvicar/libvirt: failed to retrieve ERROR authentication checksums for provider: the request failed after 2 attempts, ERROR please try again later: Get ERROR "https://github.com/dmacvicar/terraform-provider-libvirt/releases/download/v0.7.6/terraform-provider-libvirt_0.7.6_SHA256SUMS": ERROR context deadline exceeded ERROR ERROR Failed to deploy worker nodes:failed to execute terraform apply: failed to init terraform: failed to init terraform: exit status 1 ERROR ERROR Error: Failed to install provider ERROR ERROR Error while installing dmacvicar/libvirt v0.7.6: could not query provider ERROR registry for registry.opentofu.org/dmacvicar/libvirt: failed to retrieve ERROR authentication checksums for provider: the request failed after 2 attempts, ERROR please try again later: Get ERROR "https://github.com/dmacvicar/terraform-provider-libvirt/releases/download/v0.7.6/terraform-provider-libvirt_0.7.6_SHA256SUMS": ERROR context deadline exceeded ERROR ERROR INFO http server closed ERROR Failed to create cluster: failed to execute terraform apply: failed to init terraform: failed to init terraform: exit status 1 ERROR ERROR Error: Failed to install provider ERROR ERROR Error while installing dmacvicar/libvirt v0.7.6: could not query provider ERROR registry for registry.opentofu.org/dmacvicar/libvirt: failed to retrieve ERROR authentication checksums for provider: the request failed after 2 attempts, ERROR please try again later: Get ERROR "https://github.com/dmacvicar/terraform-provider-libvirt/releases/download/v0.7.6/terraform-provider-libvirt_0.7.6_SHA256SUMS": ERROR context deadline exceeded ERROR ERROR Error: failed to execute terraform apply: failed to init terraform: failed to init terraform: exit status 1 Error: Failed to install provider Error while installing dmacvicar/libvirt v0.7.6: could not query provider registry for registry.opentofu.org/dmacvicar/libvirt: failed to retrieve authentication checksums for provider: the request failed after 2 attempts, please try again later: Get "https://github.com/dmacvicar/terraform-provider-libvirt/releases/download/v0.7.6/terraform-provider-libvirt_0.7.6_SHA256SUMS": context deadline exceeded
评论 (
2
)
登录
后才可以发表评论
状态
待办的
待办的
已挂起
修复中
已确认
已完成
已验收
已取消
负责人
未设置
标签
sig/sig-K8sDistro
未设置
项目
未立项任务
未立项任务
里程碑
未关联里程碑
未关联里程碑
Pull Requests
未关联
未关联
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
未关联
分支 (3)
标签 (5)
master
dev
dev-housekeeper
0.3.0
0.2.2
0.2.1
0.2.0
0.1.0
开始日期   -   截止日期
-
置顶选项
不置顶
置顶等级:高
置顶等级:中
置顶等级:低
优先级
不指定
严重
主要
次要
不重要
预计工期
(小时)
参与者(1)
1
https://gitee.com/openeuler/nestos-kubernetes-deployer.git
git@gitee.com:openeuler/nestos-kubernetes-deployer.git
openeuler
nestos-kubernetes-deployer
nestos-kubernetes-deployer
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册