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
2965b2f6
Commit
2965b2f6
authored
Mar 16, 2015
by
Jeff Lowdermilk
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5359 from hurf/master
Add doc on setting proxy while building kubernetes in a container
parents
277dd5e9
e083fd3d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
README.md
build/README.md
+15
-0
No files found.
build/README.md
View file @
2965b2f6
...
...
@@ -67,6 +67,21 @@ Everything in `build/build-image/` is meant to be run inside of the container.
When building final release tars, they are first staged into
`_output/release-stage`
before being tar'd up and put into
`_output/release-tars`
.
## Proxy Settings
If you are behind a proxy, you need to edit
`build/build-image/Dockerfile`
and add proxy settings to execute command in that container correctly.
example:
`ENV http_proxy http://username:password@proxyaddr:proxyport`
`ENV https_proxy http://username:password@proxyaddr:proxyport`
Besides, to avoid integration test touch the proxy while connecting to local etcd service, you need to set
`ENV no_proxy 127.0.0.1`
## TODOs
These are in no particular order
...
...
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