mirror of
https://github.com/kubereboot/kured.git
synced 2026-08-23 21:36:33 +00:00
18 lines
416 B
Markdown
18 lines
416 B
Markdown
# 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).
|