mirror of
https://github.com/kubereboot/kured.git
synced 2026-05-03 23:16:49 +00:00
Revert documentation change
The manifest on master is for development, normal users should use a released version. I'll do a release with RBAC shortly.
This commit is contained in:
@@ -48,18 +48,12 @@ To obtain a default installation without Prometheus alerting interlock
|
||||
or Slack notifications:
|
||||
|
||||
```
|
||||
kubectl apply -f https://raw.githubusercontent.com/weaveworks/kured/master/kured-ds.yaml
|
||||
kubectl apply -f https://github.com/weaveworks/kured/releases/download/1.0.0/kured-ds.yaml
|
||||
```
|
||||
|
||||
If you want to customise the installation, download the manifest and
|
||||
edit it in accordance with the following section before application.
|
||||
|
||||
For RBAC support apply the RBAC manifest.
|
||||
|
||||
```
|
||||
kubectl apply -f https://raw.githubusercontent.com/weaveworks/kured/master/kured-rbac.yaml
|
||||
```
|
||||
|
||||
## Configuration
|
||||
|
||||
The following arguments can be passed to kured via the daemonset pod template:
|
||||
|
||||
Reference in New Issue
Block a user