kubekey icon indicating copy to clipboard operation
kubekey copied to clipboard

Install Kubernetes/K3s only, both Kubernetes/K3s and KubeSphere, and related cloud-native add-ons, it supports all-in-one, multi-node, and HA 🔥 ⎈ 🐳

Results 282 kubekey issues
Sort by recently updated
recently updated
newest added

### What is version of KubeKey has the issue? 2.0.0 ### What is your os environment? ubuntu18.04.4 ### KubeKey config file _No response_ ### A clear and concise description of...

bug

### What is version of KubeKey has the issue? ➜ root kubekey git:(master → origin U:3 ?:19 ✗) ./bin/kk version kk version: &version.Info{Major:"3", Minor:"0", GitVersion:"v3.0.9-dirty", GitCommit:"0343e939934086b73a119c4ca6b8197f1b756f45", GitTreeState:"dirty", BuildDate:"2023-07-29T19:11:07Z", GoVersion:"go1.18.1", Compiler:"gc",...

bug

### Your current KubeKey version master ### Describe this feature 需求背景 使用kk的离线方式安装k8s集群及其他组件,在create cluster的配置文件中已存在一个参数NamespaceOverride,通过覆盖镜像的namespace可以将artifact中的镜像推送到镜像仓库的同一个项目中,但是相应不是覆盖原有镜像namespace,例如存在镜像a/b:v1和镜像c/b:v1, 想要推送镜像到 d/a/b:v1,d/c/b:v1, 即都推送到名为d的namespace,后面的镜像路径保持。 ### Describe the solution you'd like 想要在create cluster的配置文件中添一个参数实现此功能。例如该字段名为NamespacePreappend,该字段不为空是则在所有镜像中追加一个相同的namespace,如果原有namespace和NamespacePreappend相同,则不再追加 ### Additional information _No response_

good first issue

### Your current KubeKey version kk version: &version.Info{Major:"3", Minor:"0", GitVersion:"v3.0.7", GitCommit:"e755baf67198d565689d7207378174f429b508ba", GitTreeState:"clean", BuildDate:"2023-01-18T01:57:24Z", GoVersion:"go1.19.2", Compiler:"gc", Platform:"linux/amd64"} ### Describe this feature Add docs and command line help that covers the k3s...

### What is version of KubeKey has the issue? kk version: &version.Info{Major:"3", Minor:"0", GitVersion:"v3.0.9-dirty", GitCommit:"14805d8a1cd94feea4f1efabc1c2fe5cf547e9f9", GitTreeState:"dirty", BuildDate:"2023-07-21T02:24:19Z", GoVersion:"go1.19.2", Compiler:"gc", Platform:"linux/arm64"} ### What is your os environment? ubuntu 22.04 ### KubeKey...

bug

Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.20.1 to 1.33.1. Release notes Sourced from github.com/onsi/gomega's releases. v1.33.1 1.33.1 Fixes fix confusing eventually docs [3a66379] Maintenance Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.2 [e9bc35a] v1.33.0 1.33.0...

size/XL
dependencies
go

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4.0.0 to 5.1.0. Release notes Sourced from golangci/golangci-lint-action's releases. v5.1.0 What's Changed Changes feat: support for pull and merge_group events with the option only-new-issues by @​ldez in...

size/XS
dependencies
github_actions

add a flag --with-buildx to install buildx when container runtime is docker ### What type of PR is this? /kind feature ### What this PR does / why we need...

kind/feature
size/M

### What type of PR is this? /kind documentation ### What this PR does / why we need it: fix function name in comment ### Which issue(s) this PR fixes:...

kind/documentation
size/XS

### 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_