Deshi Xiao

Results 36 issues of Deshi Xiao

作为YAML工程师,经常需要使用Kubernetes集群来验证很多技术化场景,如何快速搭建一套完整标准化的集群至关重要。罗列当前能快速部署Kubernetes 集群的工具有很多种,例如官方首当其冲有kubeadm工具,云原生社区有sealos作为一键部署的最佳方案,熟悉起来后部署都非常快。但是你是否考虑过并不是每一个YAML工程师都需要非常了解集群组件的搭配。这里,我给大家推荐的工具是基于单个文件的免配置的部署方式,对比kubeadm和sealos方案,去掉了对 Kubernetes 官方组件镜像的依赖,并且把Kubernetes相关的核心扩展推荐组件也都集成到这个二进制包中,通过软链接暴露,让环境依赖更少,这个安装工具就是k8e(可以叫 ‘kuber easy’ 或 K8易) 。k8e是基于当前主流上游Kubernetes发行版 k3s做的优化封装和裁剪。去掉对IoT的依赖,目标就是做最好的服务器版本的发行版本。并且和上游保持一致,可以自由扩展。 1. 下载一键安装工具k8e: ```bash curl -sfL https://getk8e.com/install.sh | sh - ``` 2. 启动集群过程: - 注意主机系统必须满足:Linux kernel >= 4.9.17 - 第一台,是引导服务(注意:第一台主机IP就是api-server的IP): ```bash...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior, if applicable: 1. The code is ``` mkdir demogo cd...

stale

**Actual Behavior**: - `What is the issue? *` for convenient way, we need help user to easily install crane by bash script. - `What is the expected behavior?` such as...

enhancement

ssl is default for system tools, so i proposal the feature.

backlog

I have add a issue in Mesos upstream. it need hyper team's support. please track it. thanks a lot. [MESOS-3435](https://issues.apache.org/jira/browse/MESOS-3435)

```shell $ go test -run TestApi_UpdateStack -v ./src/api/*.go # command-line-arguments src/api/stack.go:12: imported and not used: "github.com/Dataman-Cloud/crane/src/utils/config" src/api/stack_test.go:29: cannot use tt.fields.Config (type *"robpike.io/ivy/config".Config) as type *"github.com/Dataman-Cloud/crane/src/utils/config".Config in field value src/api/stack_test.go:53: cannot...

### Your current KubeKey version _No response_ ### Describe this feature k8e native support install enterprise environment [Kubernetes Easy (k8e)](https://getk8e.com/) is a lightweight, Extensible, Enterprise Kubernetes distribution that allows users...

kind/feature-request

when i came across this old project, i am interesting on the C++ library, but it take my some work times to build the library. so i submit this patch...