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.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@ The repository build process is a 2 step process. First build the set of operato
4
4
5
5
The "community" repository is the repository for all operators in the community and is a default location for all operator builds. The build process expects the following prerequisites:
6
6
7
-
1.`kubectl-kudo`is in the path
8
-
2.`bash`is the shell
9
-
3. you have online web access to the "community" repository during the build process.
7
+
1.`kubectl-kudo`and `bash` are in the path
8
+
1. your working directory is the root of the checked out `operators` Git repository
9
+
1. you have online web access to the "community" repository during the build process.
10
10
11
11
## Step 1: Build Operators
12
12
@@ -23,15 +23,15 @@ Another convention is to have a version number associated with the build using t
23
23
`./build-operator.sh cassandra 3.11`
24
24
25
25
**NOTES:**
26
-
1.All builds will be under `build/repo`under the project
27
-
1.All operator packages built will be under `build/repo`. If you want to add more than 1 operator, build multiple operator packages before building the repository index.
26
+
1.Built artifacts will be put under `build/repo`in the current directory.
27
+
1. If you want to add more than 1 operator, build multiple operator packages before building the repository index.
28
28
3. There is no rebuild and if the operator already exists the build will fail.
29
29
30
30
## Step 2: Build Repository Index
31
31
32
32
To build the repository index simple run `./build-community-repo.sh` or `make index`.
33
33
34
-
This will build a`index.yaml` file under `build/repo`
34
+
This will build an`index.yaml` file under `build/repo`.
0 commit comments