You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build/README.md
+17-2Lines changed: 17 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,26 @@ You must install and configure Google Cloud SDK if you want to upload your relea
18
18
19
19
## Overview
20
20
21
-
While it is possible to build Kubernetes using a local golang installation, we have a build process that runs in a Docker container. This simplifies initial set up and provides for a very consistent build and test environment.
21
+
You can build Kubernetes in two environments:
22
+
1.**Local `Go`** Environment, and
23
+
2.**Docker Container** Environment
24
+
25
+
Building Kubernetes in a Docker container **simplifies the initial set-up** and provides a very consistent build and test environment.
26
+
27
+
## Clone the Repository
28
+
Before you start building Kubernetes, make sure to clone the repository using the following command:
0 commit comments