Kubernetes Reboot Daemon

Edit Package kured
https://github.com/weaveworks/kured

Kured (KUbernetes REboot Daemon) is a Kubernetes daemonset that performs safe automatic node reboots when the need to do so is indicated by the package management system of the underlying OS.

Refresh
Refresh
Source Files
Filename Size Changed
kured-1.0.0+git24.g5731b98.tar.gz 0009274979 8.85 MB
kured.changes 0000001269 1.24 KB
kured.spec 0000003099 3.03 KB
Revision 1 (latest revision is 24)
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) accepted request 635505 from Thorsten Kukuk's avatar Thorsten Kukuk (kukuk) (revision 1)
- Remove hardcoded GOARCH=amd64 and GOOS=linux
- Revise go build arg -ldflags and add -buildmode=pie
  Together these fix rpmlint warnings:
  - position-independent-executable-suggested
  - statically-linked-binary
- Upstream kured project code imports package as 'context'. Bump BuildRequires
  to go1.7 wherein import path for package context graduates from
  'golang.org/x/net/context' to the standard library as 'context'.
  https://golang.org/doc/go1.7#context
- Bump release number
- Initial packaging of upstream master branch @ 5731b98 (tagged 1.0.0 + 24)
- Include 24 commits since release 1.0.0 updating kubernetes version support
- Dependency sources vendored via dep ensure per upstream build instructions
- Man page converted from README.md, some HTML formatting artifacts present
- rpmlint warning: position-independent-executable-suggested
  - go1.11 currently in review status supports option -buildmode=pie
- rpmlint warning: statically-linked-binary
  - Go binaries are generally statically linked
Comments 0
openSUSE Build Service is sponsored by