1 Star 0 Fork 14

cgo / k3s

forked from rancher / k3s 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
BUILDING.md 1.16 KB
一键复制 编辑 原始数据 按行查看 历史

See the release page for pre-built releases.

The clone will be much faster on this repo if you do

git clone --depth 1 https://github.com/rancher/k3s.git

This repo includes all of Kubernetes history so --depth 1 will avoid most of that.

The k3s build process requires some autogenerated code and remote artifacts that are not checked in to version control. To prepare these resources for your build environment, run:.

mkdir -p build/data && ./scripts/download && go generate

To build the full release binary, you may now run make, which will create ./dist/artifacts/k3s.

To build the binaries using without running linting (ie; if you have uncommitted changes):

SKIP_VALIDATE=true make

If you make any changes to go.mod and want to update the vendored modules, you should run the following before running make:

go mod vendor && go mod tidy

Kubernetes Source

The source code for Kubernetes is in vendor/ and the location from which that is copied is in ./go.mod. Go to the referenced repo/tag and you'll find all the patches applied to upstream Kubernetes.

Go
1
https://gitee.com/cgo6/k3s.git
git@gitee.com:cgo6/k3s.git
cgo6
k3s
k3s
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891