Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
35715bd9
Unverified
Commit
35715bd9
authored
Nov 14, 2019
by
Erik Wilson
Committed by
GitHub
Nov 14, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1071 from warmchang/BUILDING
馃摪
Modify BUILDING description
parents
293e996d
0081225a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
BUILDING.md
BUILDING.md
+3
-3
No files found.
BUILDING.md
View file @
35715bd9
...
@@ -8,12 +8,12 @@ This repo includes all of Kubernetes history so `--depth 1` will avoid most of t
...
@@ -8,12 +8,12 @@ This repo includes all of Kubernetes history so `--depth 1` will avoid most of t
To build the full release binary run
`make`
and that will create
`./dist/artifacts/k3s`
.
To build the full release binary run
`make`
and that will create
`./dist/artifacts/k3s`
.
Optionally to build the binaries without running linting or building docker images:
Optionally to build the binaries
using local go environment
without running linting or building docker images:
```
sh
```
sh
./scripts/download
&&
./scripts/build
&&
./scripts/package-cli
./scripts/download
&&
./scripts/build
&&
./scripts/package-cli
```
```
For development, you just need go 1.12 and a proper GOPATH. To compile the binaries run:
For development, you just need go 1.12
+
and a proper GOPATH. To compile the binaries run:
```
bash
```
bash
go build
-o
k3s
go build
-o
k3s
go build
-o
kubectl ./cmd/kubectl
go build
-o
kubectl ./cmd/kubectl
...
@@ -35,5 +35,5 @@ Kubernetes Source
...
@@ -35,5 +35,5 @@ Kubernetes Source
-----------------
-----------------
The source code for Kubernetes is in
`vendor/`
and the location from which that is copied
The source code for Kubernetes is in
`vendor/`
and the location from which that is copied
is in
`./
vendor.conf
`
. Go to the referenced repo/tag and you'll find all the patches applied
is in
`./
go.mod
`
. Go to the referenced repo/tag and you'll find all the patches applied
to upstream Kubernetes.
to upstream Kubernetes.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment