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
29eb8623
Unverified
Commit
29eb8623
authored
Jul 25, 2020
by
Daniel Holbach
Committed by
GitHub
Jul 25, 2020
Browse files
Merge pull request #168 from dholbach/update-to-last-release
update install instructions to use latest
parents
2762837d
949aa3ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
29eb8623
...
...
@@ -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