mirror of
https://github.com/kubereboot/kured.git
synced 2026-08-28 05:47:23 +00:00
Merge pull request #160 from dholbach/add-gh-page-readme
add README explaining how to install kured from chart
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# Kured Helm Repository
|
||||
|
||||

|
||||
|
||||
Add Kured repository to Helm repos:
|
||||
|
||||
```console
|
||||
helm repo add kured https://weaveworks.github.io/kured/
|
||||
```
|
||||
|
||||
## Install Kured
|
||||
|
||||
```console
|
||||
helm install my-release kured/kured
|
||||
```
|
||||
|
||||
For more details on installing Kured please see the [chart readme](https://github.com/weaveworks/kured/tree/master/charts/kured).
|
||||
|
||||
Reference in New Issue
Block a user