This project is mirrored from https://github.com/weaveworks/kured.git.
Pull mirroring updated .
- 09 Mar, 2021 1 commit
-
-
Jack Francis authored
This changes the pre-reboot drain functionality so that it always runs, regardless of the value of the Unschedulable node property. Because kubectl drain is idempotent, we shouldn't have to worry about whether the node has already been set to Unschedulable (perhaps due to a prior, unsuccessful loop of the kured reboot cycle): we can run it over and over again. And because this drain func actually does a cordon + drain (and it only performs the drain if a cordon is successful), we can be sure that we aren't going to be thrashing this node w/ respect to scheduled pods. This also fixes an edge case: if the node has been marked Unschedulable out-of-band, but workloads remain Running on this node, kured will no longer reboot the node's underlying VM/machine while it is actively running pods.
-
- 02 Mar, 2021 2 commits
-
-
Daniel Holbach authored
Bump github.com/sirupsen/logrus from 1.7.0 to 1.8.0
-
Daniel Holbach authored
Bump actions/stale from v3.0.16 to v3.0.17
-
- 19 Feb, 2021 1 commit
-
-
dependabot[bot] authored
Bumps [actions/stale](https://github.com/actions/stale) from v3.0.16 to v3.0.17. - [Release notes](https://github.com/actions/stale/releases) - [Commits](https://github.com/actions/stale/compare/v3.0.16...996798eb71ef485dc4c7b4d3285842d714040c4a ) Signed-off-by:
dependabot[bot] <support@github.com>
-
- 18 Feb, 2021 1 commit
-
-
dependabot[bot] authored
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/sirupsen/logrus/releases) - [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md) - [Commits](https://github.com/sirupsen/logrus/compare/v1.7.0...v1.8.0 ) Signed-off-by:
dependabot[bot] <support@github.com>
-
- 16 Feb, 2021 1 commit
-
-
Daniel Holbach authored
Bump github.com/spf13/cobra from 1.1.2 to 1.1.3
-
- 11 Feb, 2021 1 commit
-
-
dependabot[bot] authored
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.1.2 to 1.1.3. - [Release notes](https://github.com/spf13/cobra/releases) - [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md) - [Commits](https://github.com/spf13/cobra/compare/v1.1.2...v1.1.3 ) Signed-off-by:
dependabot[bot] <support@github.com>
-
- 10 Feb, 2021 2 commits
-
-
Daniel Holbach authored
Bump github.com/spf13/cobra from 1.1.1 to 1.1.2
-
dependabot[bot] authored
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/spf13/cobra/releases) - [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md) - [Commits](https://github.com/spf13/cobra/compare/v1.1.1...v1.1.2 ) Signed-off-by:
dependabot[bot] <support@github.com>
-
- 08 Feb, 2021 5 commits
-
-
Daniel Holbach authored
Point to CNCF Code of Conduct
-
Daniel Holbach authored
add podLabels parameter
-
Daniel Holbach authored
Bump actions/stale from v3.0.15 to v3.0.16
-
Daniel Holbach authored
-
dependabot[bot] authored
Bumps [actions/stale](https://github.com/actions/stale) from v3.0.15 to v3.0.16. - [Release notes](https://github.com/actions/stale/releases) - [Commits](https://github.com/actions/stale/compare/v3.0.15...9d6f46564a515a9ea11e7762ab3957ee58ca50da ) Signed-off-by:
dependabot[bot] <support@github.com>
-
- 07 Feb, 2021 1 commit
-
-
t3mi authored
-
- 25 Jan, 2021 2 commits
-
-
Daniel Holbach authored
Bump actions/stale from v3.0.14 to v3.0.15
-
dependabot[bot] authored
Bumps [actions/stale](https://github.com/actions/stale) from v3.0.14 to v3.0.15. - [Release notes](https://github.com/actions/stale/releases) - [Commits](https://github.com/actions/stale/compare/v3.0.14...86561461b92875de77a8b2d2e75f004c826e8f45 ) Signed-off-by:
dependabot[bot] <support@github.com>
-
- 12 Jan, 2021 1 commit
-
-
Daniel Holbach authored
implement issue-19 add prefer no schedule taint to avoid double draining of pods
-
- 11 Jan, 2021 13 commits
-
-
David Sauer authored
-
Daniel Holbach authored
Update helm chart README using Make
-
Jean-Philippe Evrard authored
Without this, it's possible that the helm chart documentation contains the `image tag` version which might not be equal to the version in the helm chart, as it's only an example. This is a confusing, so instead we should use make to edit the application version everywhere. This fixes it by updating the Makefile to modify text of the chart's README using a regex looking for something similar to a version; then I used the updated makefile to edit the README, which in turns requires a bump of the version of the chart itself.
-
Daniel Holbach authored
Update helm chart
-
Jean-Philippe Evrard authored
Bumping the helm chart with minor version bump, due to minor version bump of the kured appVersion.
-
Daniel Holbach authored
Expose the service name and maxUnavailable for rolling updates in helm chart
-
Daniel Holbach authored
Fix automated tagging
-
Jean-Philippe Evrard authored
Without this patch, the name of the image is not templated, which cause the action to fail. This should fix it, by ensuring the image scan action uses a templated value, instead of incorrectly relying on shell templating, which doesn't run in the action.
-
Daniel Holbach authored
Update README
-
Daniel Holbach authored
Refresh kind cluster versions
-
Jean-Philippe Evrard authored
This will prepare the README for 1.6.0 release, showing the planned version.
-
Jean-Philippe Evrard authored
Without this patch, we are using outdated images in kind cluster setup. This should fix it, by removing 1.17 cluster (which is not tested anymore), and updating 1.19 images.
-
Daniel Holbach authored
Auto-publish helm chart on master change
-
- 08 Jan, 2021 6 commits
-
-
Daniel Holbach authored
Bump nick-invision/retry from v2.2.0 to v2.4.0
-
Daniel Holbach authored
Update for kubernetes 1.20 support
-
Daniel Holbach authored
Do not bump any k8s module
-
Daniel Holbach authored
Temporarily workaround alpine issue
-
Daniel Holbach authored
Corrected README Setting a schedule configuration example
-
jack-education authored
-
- 06 Jan, 2021 3 commits
-
-
David Sauer authored
-
David Sauer authored
-
David Sauer authored
-