Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ARM
k8s
Kured
Commits
949aa3ac
Commit
949aa3ac
authored
Jul 21, 2020
by
Daniel Holbach
Browse files
update install instructions to use latest
parent
2762837d
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
949aa3ac
...
...
@@ -64,7 +64,8 @@ To obtain a default installation without Prometheus alerting interlock
or Slack notifications:
```
console
kubectl apply -f https://github.com/weaveworks/kured/releases/download/1.3.0/kured-1.3.0-dockerhub.yaml
latest=$
(
curl
-s
https://api.github.com/repos/weaveworks/kured/releases | jq
-r
.[0].tag_name
)
kubectl apply -f "https://github.com/weaveworks/kured/releases/download/$
latest/kured-
$latest
-dockerhub
.yaml
```
If you want to customise the installation, download the manifest and
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment