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
dcddbfff
Unverified
Commit
dcddbfff
authored
Oct 30, 2018
by
Adam Harrison
Committed by
GitHub
Oct 30, 2018
Browse files
Merge pull request #40 from weaveworks/1.1.0-doc-udpates
Update docs for 1.1.0 release
parents
c8bb178f
8f8cda2e
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
dcddbfff
...
...
@@ -15,6 +15,7 @@
*
[
Disabling Reboots
](
#disabling-reboots
)
*
[
Manual Unlock
](
#manual-unlock
)
*
[
Building
](
#building
)
*
[
Frequently Asked/Anticipated Questions
](
#frequently-askedanticipated-questions
)
*
[
Getting Help
](
#getting-help
)
## Introduction
...
...
@@ -37,10 +38,8 @@ worker nodes. See the [release
notes
](
https://github.com/weaveworks/kured/releases
)
for specific
version compatibility information.
Additionally, the image contains a
`systemctl`
binary from Ubuntu
16.
04 in order to command reboots. Again, although this has not been
tested against other systemd distributions there is a good chance that
it will work.
Versions >=1.1.0 enter the host mount namespace to invoke
`systemctl reboot`
, so should work on any systemd distribution.
## Installation
...
...
@@ -48,7 +47,7 @@ To obtain a default installation without Prometheus alerting interlock
or Slack notifications:
```
kubectl apply -f https://github.com/weaveworks/kured/releases/download/1.
0
.0/kured-
ds
.yaml
kubectl apply -f https://github.com/weaveworks/kured/releases/download/1.
1
.0/kured-
1.1.0
.yaml
```
If you want to customise the installation, download the manifest and
...
...
@@ -197,6 +196,16 @@ kubectl -n kube-system annotate ds kured weave.works/kured-node-lock-
dep ensure && make
```
## Frequently Asked/Anticipated Questions
### Why is there no `latest` tag on quay.io?
Use of
`latest`
for production deployments is bad practice - see
[
here
](
https://kubernetes.io/docs/concepts/configuration/overview
)
for
details. The manifest on
`master`
refers to
`latest`
for local
development testing with minikube only; for production use choose a
versioned manifest from the
[
release page
](
https://github.com/weaveworks/kured/releases/
)
.
## Getting Help
If you have any questions about, feedback for or problems with
`kured`
:
...
...
kured-ds.yaml
View file @
dcddbfff
...
...
@@ -29,7 +29,10 @@ spec:
restartPolicy
:
Always
containers
:
-
name
:
kured
image
:
quay.io/weaveworks/kured
image
:
quay.io/weaveworks/kured
# If you find yourself here
# wondering why there is no
# :latest tag on quay.io, see
# the FAQ in the README
imagePullPolicy
:
IfNotPresent
securityContext
:
privileged
:
true
# Give permission to nsenter /proc/1/ns/mnt
...
...
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