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 type of PR is this? /kind feature ### What this PR does / why we need it: Support config custom hosts entry of cluster nodes. For example, use...

kind/feature
size/S

### Your current KubeKey version kk version: &version.Info{Major:"3", Minor:"1", GitVersion:"v3.1.1", GitCommit:"7a184f786b02bec20d5534af137896f50e510396", GitTreeState:"clean", BuildDate:"2024-04-16T04:28:43Z", GoVersion:"go1.19.2", Compiler:"gc", Platform:"linux/amd64"} ### Describe this feature Currently kk can create a mirror for the dockerhub image...

我将安装所需的所有镜像都推送到了自己的harbor 镜像仓库,以下是集群 配置文件中的相关配置 ``` apiVersion: kubekey.kubesphere.io/v1alpha2 kind: Cluster metadata: name: sample spec: hosts: - {name: k8s-master-01, address: 192.168.5.111, internalAddress: 192.168.5.111, privateKeyPath: "~/.ssh/id_rsa"} - {name: k8s-master-02, address: 192.168.5.112, internalAddress: 192.168.5.112, privateKeyPath:...

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

bug

### What is version of KubeKey has the issue? infrastructure kubekey v3.0.13 ### What is your os environment? centos 7.9 ### KubeKey config file ```yaml # kk cluster config file...

bug

### What is version of KubeKey has the issue? v3.0.13 ### What is your os environment? Ubuntu 22.04 ### KubeKey config file _No response_ ### A clear and concise description...

bug

Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.6.10 to 1.7.18. Release notes Sourced from github.com/containerd/containerd's releases. containerd 1.7.18 Welcome to the v1.7.18 release of containerd! The eighteenth patch release for containerd 1.7 contains various...

size/XXL
dependencies
go

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.12.0 to 0.24.0. Commits 332fd65 go.mod: update golang.org/x dependencies 0b431c7 x509roots/fallback: update bundle 349231f ssh: implement CryptoPublicKey on sk keys 44c9b0f ssh: allow server auth callbacks to...

size/XL
dependencies
go

### Your current KubeKey version v3.1.1 ### Describe this feature 希望后面 kk 离线安装时使用一个 harbor 项目,而不是像现在这样创建一堆项目。 ### Describe the solution you'd like 比如希望像这样 : dockerhub.kubekey.local/public/kubesphere/kube-apiserver:v1.29.2 使用一个 public 项目即可,后面保留目录,既清晰又方便。 很多情况是已有 harbor,但是创建非常多的项目肯定不利于管理。希望更好的支持这种情况。 ###...