Skip to content

Commit

Permalink
adding notes for installation via url (#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
kensipe committed Jul 29, 2019
1 parent 704aa27 commit 7b3470d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,19 @@ Flags:

### Install a Package

There are two options how to install a package. For development you want to install packages from your local filesystem.
There are four options how to install a package. For development you are able to install packages from your local filesystem or local tgz file.
For testing or working without a repository it is possible to install via a url location. The last option is installation from the package repository.

Installation during development can use a relative or absolute path to the package folder.
```bash
kubectl kudo install pkg/kudoctl/util/repo/testdata/zk
```

To support the installation of operators not yet in the repository, it is possible to install directly from a url.
```bash
kubectl kudo install http://kudo.dev/zk.tgz
```

For normal operations it is recommended to use the official packages provided through the [kudobuilder/operators](https://github.com/kudobuilder/operators) repository.
To install official kafka package you have to do the following:

Expand Down

0 comments on commit 7b3470d

Please sign in to comment.