Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
icodex committed Nov 18, 2021
1 parent 1759f5f commit 875a86f
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 33 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:latest as downloader
ARG SKOPEO_VERSION=v1.4.1
ARG YQ_VERSION=v4.11.2
ARG NERDCTL_VERSION=0.11.0
ARG YQ_VERSION=v4.14.2
ARG NERDCTL_VERSION=0.13.0
ARG NGINX_VERSION=1.20-alpine
ARG RERGISTRY_VERSION=2.7.1
ARG MKCERT_VERSION=v1.4.3-patch-1.0
Expand Down
36 changes: 19 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# kubeplay

[![Build kubeplay packages](https://github.com/k8sli/kubeplay/actions/workflows/build.yaml/badge.svg?branch=main)](https://github.com/k8sli/kubeplay/actions/workflows/build.yaml)
![GitHub All Releases](https://img.shields.io/github/downloads/k8sli/kubeplay/total)
[![Build kubeplay packages](https://github.com/icodex/kubeplay/actions/workflows/build.yaml/badge.svg?branch=main)](https://github.com/icodex/kubeplay/actions/workflows/build.yaml)
![GitHub All Releases](https://img.shields.io/github/downloads/icodex/kubeplay/total)

> English | [简体中文](./README_zh-CN.md)
## Introduction

[kubeplay](https://github.com/k8sli/kubeplay) is a tool for offline deployment of kuberneres clusters based on [kubespray](https://github.com/k8sli/kubespray).
[kubeplay](https://github.com/icodex/kubeplay) is a tool for offline deployment of kuberneres clusters based on [kubespray](https://github.com/icodex/kubespray).

### Feature

Expand All @@ -23,24 +23,24 @@

| addon | version | usage |
| ------------ | -------------- | ------------------------------- |
| kubernetes | v1.21.4 | kubernetes |
| containerd | v1.4.6 | container runtime |
| etcd | v3.4.13 | etcd service |
| crictl | v1.21.0 | CRI CLI tool |
| kubernetes | v1.21.5 | kubernetes |
| containerd | v1.4.9 | container runtime |
| etcd | v3.5.1 | etcd service |
| crictl | v1.22.0 | CRI CLI tool |
| pause | 3.3 | pause container image |
| cni-plugins | v0.9.1 | CNI plugins |
| calico | v3.18.5 | calico |
| autoscaler | 1.8.3 | DNS auto scaling |
| coredns | v1.8.0 | cluster DNS service |
| flannel | v0.14.0 | flannel |
| cilium | v1.9.10 | cilium |
| cni-plugins | v1.0.1 | CNI plugins |
| calico | v3.20.0 | calico |
| autoscaler | 1.8.4 | DNS auto scaling |
| coredns | v1.8.6 | cluster DNS service |
| flannel | v0.15.1 | flannel |
| cilium | v1.9.11 | cilium |
| nginx | 1.19 | reverse proxy of APIserver |
| canal | calico/flannel | calico and flannel intergration |
| helm | v3.6.3 | helm CLI tool |
| nerdctl | 0.8.0 | containerd CLI tool |
| nerdctl-full | 0.11.0 | containerd toolset |
| nerdctl | 0.8.1 | containerd CLI tool |
| nerdctl-full | 0.13.0 | containerd toolset |
| registry | v2.7.1 | container image registry |
| skopeo | v1.4.0 | image porting tool |
| skopeo | v1.4.1 | image porting tool |

### Supported Linux Distributions

Expand All @@ -64,7 +64,7 @@ Using [kubespray](https://github.com/kubernetes-sigs/kubespray) which come from

### Download

You can download the package matching your platform from the releases page [k8sli/kubeplay/releases](https://github.com/k8sli/kubeplay/releases) on GitHub, then copy it to deploy node.
You can download the package matching your platform from the releases page [icodex/kubeplay/releases](https://github.com/icodex/kubeplay/releases) on GitHub, then copy it to deploy node.

```bash
kubeplay-v0.1.0-alpha.3-centos-7.sha256sum.txt # checksum file
Expand Down Expand Up @@ -384,3 +384,5 @@ $ bash install.sh remove-cluster
```bash
$ bash install.sh remove
```

> /var/lib/calico/nodename
30 changes: 16 additions & 14 deletions README_zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 简介

[kubeplay](https://github.com/k8sli/kubeplay) 是基于 [kubespray](https://github.com/k8sli/kubespray) 实现的离线部署 kuberneres 集群的工具
[kubeplay](https://github.com/icodex/kubeplay) 是基于 [kubespray](https://github.com/icodex/kubespray) 实现的离线部署 kuberneres 集群的工具

### 特性

Expand All @@ -16,23 +16,23 @@

| addon | version | 用途 |
| ------------ | -------------- | --------------------------- |
| kubernetes | v1.21.4 | kubernetes |
| containerd | v1.4.6 | 容器运行时 |
| etcd | v3.4.13 | etcd 服务 |
| crictl | v1.21.0 | CRI CLI 工具 |
| kubernetes | v1.21.5 | kubernetes |
| containerd | v1.4.9 | 容器运行时 |
| etcd | v3.5.1 | etcd 服务 |
| crictl | v1.22.0 | CRI CLI 工具 |
| pause | 3.3 | pause 容器镜像 |
| cni-plugins | v0.9.1 | CNI 插件 |
| calico | v3.18.5 | calico |
| autoscaler | 1.8.3 | DNS 自动扩缩容 |
| coredns | v1.8.0 | 集群 DNS 服务 |
| flannel | v0.14.0 | flannel |
| cni-plugins | v1.0.1 | CNI 插件 |
| calico | v3.20.0 | calico |
| autoscaler | 1.8.4 | DNS 自动扩缩容 |
| coredns | v1.8.6 | 集群 DNS 服务 |
| flannel | v0.15.1 | flannel |
| nginx | 1.19 | node 节点反向代理 APIserver |
| canal | calico/flannel | 集成 calico 和 flannel |
| helm | v3.6.3 | helm CLI 工具 |
| nerdctl | 0.8.0 | containerd CLI 工具 |
| nerdctl-full | 0.11.0 | containerd 工具全家桶 |
| nerdctl | 0.8.1 | containerd CLI 工具 |
| nerdctl-full | 0.13.0 | containerd 工具全家桶 |
| registry | v2.7.1 | 提供镜像下载服务 |
| skopeo | v1.4.0 | 镜像搬运工具 |
| skopeo | v1.4.1 | 镜像搬运工具 |

### 支持的 Linux 发行版

Expand All @@ -55,7 +55,7 @@

### 下载

在 GitHub 的 release 页面 [k8sli/kubeplay/releases](https://github.com/k8sli/kubeplay/releases),根据部署机器的 Linux 发行版和 CPU 架构选择相应的安装包,将它下载到部署节点。
在 GitHub 的 release 页面 [icodex/kubeplay/releases](https://github.com/icodex/kubeplay/releases),根据部署机器的 Linux 发行版和 CPU 架构选择相应的安装包,将它下载到部署节点。

```bash
kubeplay-v0.1.0-alpha.3-centos-7.sha256sum.txt # 安装包 sha256sum 校验文件
Expand Down Expand Up @@ -374,3 +374,5 @@ $ bash install.sh remove-cluster
```bash
$ bash install.sh remove
```

> /var/lib/calico/nodename

0 comments on commit 875a86f

Please sign in to comment.