-
Example recipe:
```apiVersion: v1
kind: kbrew
app:
args:
Deployment.nginx.spec.replicas: 4
Deployment.nginx.spec.strategy.type: "RollingUpdate"
repository:
name: nginx
url…
-
While running `kbrew remove` the resources created as part of pre-install steps are not removed.
And then if `kbrew install` is ran, the resources from` pre-install` steps pre-exist and create a prob…
-
Similar to brew info:
```
$ brew info tldr
tldr: stable 1.3.0 (bottled), HEAD
Simplified and community-driven man pages
https://tldr.sh/
Conflicts with:
tealdeer (because both install `tldr…
-
-
Like any other cli there should be support for `kbrew help` which can provide a list of available options to install or most used kbrew commands.
-
-
-
If we look at OpenEBS as an example: https://docs.openebs.io/docs/next/installation.html it is fairly complicated and could be a good candidate for a recipe.
-
LongHorn installation needs a bunch of checks and then installs itself on cluster - could be a good candidate for us to write a recipe: https://longhorn.io/docs/1.0.0/deploy/install/
-
Rook installation exposes quite a few items and needs a lot of configuration for an install:
https://www.digitalocean.com/community/tutorials/how-to-set-up-a-ceph-cluster-within-kubernetes-using-r…