operators icon indicating copy to clipboard operation
operators copied to clipboard

Document how to build this git repository to a kudo repository

Open sharego opened this issue 5 years ago • 1 comments

As kubectl kudo package create command can zip a package, what can be using for a whole repository

sharego avatar Nov 26 '19 14:11 sharego

Here are the commands to build a repository:

# Build one or more packages
./build-operator.sh repository/kafka/operator/

# Create the repository index
./build-community-repo.sh

This will give you a repository in build/repo. We need to improve our docs around this and I edited the title to reflect that. See also #42

guenter avatar Jan 18 '20 09:01 guenter