zmoon460

Results 6 issues of zmoon460

The default ubuntu image of dockerfile cannot be accessed. Can you update it to public address? FROM hub.grepcode.cn:55582/basic/ubuntu:20.04 [femas]# make docker build -f Dockerfile -t registry.tce.com/femas/all:5d4c00f . Sending build context...

bug

Hi: make build image is ok , but cannot execute docke run ` 1: docker run registry.tce.com/femas/all:5d4c00f dirname: missing operand Try 'dirname --help' for more information. tail: cannot open '/../logs/*.out'...

bug

### Your current KubeKey version 3.0.13 ### Describe this feature 我用./kk init registry 初始化 harbor仓库,安装完成的是1.7.3 containerd ,然后 ./kk create cluster (k8s 1.26.5)后,安装的containerd 是 1.6.4 ,等于是被降级了,./kk create cluster -f xxx.yaml 中是否有指定...

### What is version of KubeKey has the issue? [root@zhaodev k8s-deploy]# ./kk version kk version: &version.Info{Major:"3", Minor:"0", GitVersion:"v3.0.13", GitCommit:"ac75d3ef3c22e6a9d999dcea201234d6651b3e72", GitTreeState:"clean", BuildDate:"2023-10-30T11:15:14Z", GoVersion:"go1.19.2", Compiler:"gc", Platform:"linux/amd64"} ### What is your os environment?...

bug

### Your current KubeKey version 3.1.1 ### Describe this feature 如果集群定义中启用了创建harbor仓库,在 registy的定义中指定了 harbor仓库的(非默认)账号密码,根据验证结果,这只会用于对仓库的访问用途(推送离线镜像,及containerd的config.toml),并不用于harbor仓库的初始化,也就是 还需要用harbor的默认账号密码用网页登录,根据集群config中定义的账号密码,去创建一个同样的用户,非常不方便 ### Describe the solution you'd like 希望做到,在init registry的操作过程中, 按集群定义config的registry内容(harbor的仓库账号密码), 创建指定的harbor仓库用户 ### Additional information _No response_

### What is version of KubeKey has the issue? kk version: &version.Info{Major:"3", Minor:"1", GitVersion:"v3.1.0-rc.1", GitCommit:"9cd0db0eef876201c6deaaec4a1cb962787b70f6", GitTreeState:"clean", BuildDate:"2024-03-15T07:29:19Z", GoVersion:"go1.19.2", Compiler:"gc", Platform:"linux/amd64"} ### What is your os environment? centos 7.9 ### KubeKey...

bug