Ciprian Hacman
ef98b9612e
Update dependencies
2024-02-04 06:24:27 +02:00
Ciprian Hacman
58017fd35e
Add depup Makefile target
2024-02-04 06:24:02 +02:00
Ciprian Hacman
d0e447d8e1
Update Go to v1.21.6
2024-02-04 06:13:59 +02:00
Kubernetes Prow Robot
b32c1c5bd4
Merge pull request #855 from acumino/patch-1
...
Update debian-base image
2024-02-03 20:00:39 -08:00
Sonu Kumar Singh
45c3445b2a
update debian-base image
2024-02-01 14:15:27 +05:30
Kubernetes Prow Robot
84eb1e338f
Merge pull request #853 from mmiranda96/grpc-version-bump
...
Bump google.golang.org/grpc to v1.57.1
2024-01-18 23:58:59 +01:00
Mike Miranda
689a066c90
Bump google.golang.org/grpc to v1.57.1
2024-01-18 22:10:45 +00:00
Kubernetes Prow Robot
5b031d63cc
Merge pull request #852 from linxiulei/status_message
...
Update config/systemd-monitor.json to match all systemd StatusUnitFormat
2024-01-18 19:56:44 +01:00
Eric Lin
ce82f2a81b
Update config/systemd-monitor.json to match all systemd StatusUnitFormat
2024-01-18 17:16:05 +00:00
Kubernetes Prow Robot
f262b500fd
Merge pull request #848 from linxiulei/revert
...
Support revert-pattern in logcounter
2024-01-17 20:16:32 +01:00
Eric Lin
c225435bea
Use --revert-pattern to discount proactive restarts
2024-01-17 18:24:24 +00:00
Eric Lin
1002df5e13
Add --revert-pattern for logcounter
2024-01-17 18:21:57 +00:00
Kubernetes Prow Robot
18630b6c78
Merge pull request #849 from linxiulei/status_message
...
Make pattern match all systemd StatusUnitFormat
2024-01-17 17:53:39 +01:00
Eric Lin
0fba03ef7a
Make pattern match all systemd StatusUnitFormat
2024-01-14 20:02:13 +00:00
Kubernetes Prow Robot
e9eddcc6d3
Merge pull request #844 from aojea/iptables
...
custom iptables version monitor plugin
2024-01-03 21:18:06 +01:00
Kubernetes Prow Robot
3704fa72a9
Merge pull request #819 from hakman/tag-releases
...
Tag releases via PR
v0.8.15
2024-01-03 19:10:00 +01:00
Antonio Ojea
552b530e0b
custom plugin to monitor iptables versions rules
...
iptables has two kernel backends, legacy and nft.
Quoting https://developers.redhat.com/blog/2020/08/18/iptables-the-two-variants-and-their-relationship-with-nftables
> It is also important to note that while iptables-nft
> can supplant iptables-legacy, you should never use them simultaneously.
However, we don't want to block the node operations because of this
reason, as there is no enough evidence this is causing big issues in the
wild, so we just signal and warn about this situation.
Once we have more information we can revisit this decision and
keep it as is or move it to permanent.
2023-12-21 09:34:04 +00:00
Kubernetes Prow Robot
30e04d41fa
Merge pull request #843 from acumino/bump-dep
...
bump k8s.io to 0.29.0
2023-12-15 18:10:25 +01:00
Kubernetes Prow Robot
bdaa44eb23
Merge pull request #825 from kasbert/master
...
Add disk and memory percent_used
2023-12-15 15:54:49 +01:00
Kubernetes Prow Robot
9f639dd892
Merge pull request #830 from hakman/reviewer-chacman
...
Add hakman as a reviewer
2023-12-15 15:01:43 +01:00
Kubernetes Prow Robot
e3c396e324
Merge pull request #828 from j4ckstraw/fix-pprof
...
fix: fix pprof by using DefaultServeMux
2023-12-15 15:01:34 +01:00
acumino
73a120de57
bump k8s.io to 0.29.0
2023-12-15 13:10:06 +05:30
Kubernetes Prow Robot
34b265af34
Merge pull request #834 from hakman/go-1.21.3
...
Update Go to v1.21.3
2023-11-01 20:18:14 +01:00
Ciprian Hacman
d88694fbd1
Update Go to v1.21.3
2023-10-31 08:10:06 +02:00
Jarkko Sonninen
07900633cb
Add disk and memory percent_used
2023-10-28 16:03:48 +03:00
Ciprian Hacman
bf157f81f8
Add hakman as a reviewer
2023-10-08 09:33:37 +03:00
j4ckstraw
e31cf7b137
fix: fix pprof by register handlers explicitly
...
see https://pkg.go.dev/net/http/pprof
> By default, all the profiles listed in runtime/pprof.Profile are
available (via Handler), in addition to the Cmdline, Profile, Symbol,
and Trace profiles defined in this package. If you are not using
DefaultServeMux, you will have to register handlers with the mux you are
using.
Signed-off-by: j4ckstraw <j4ckstraw@foxmail.com >
2023-10-08 10:49:24 +08:00
Kubernetes Prow Robot
07b7a42624
Merge pull request #823 from hakman/avast-retry
...
Update github.com/avast/retry-go to v4.5.0
2023-09-25 14:40:06 -07:00
Ciprian Hacman
27dcab4ba5
Prefix version with "v"
2023-09-25 06:16:43 +02:00
Ciprian Hacman
aec1c74025
Tag releases via PR
2023-09-25 06:07:04 +02:00
Ciprian Hacman
a5aadf719a
Update github.com/avast/retry-go to v4.5.0
2023-09-24 11:25:19 +02:00
Kubernetes Prow Robot
698c8b067c
Merge pull request #820 from MartinForReal/master
...
Add retry for patch node requests and replace deprecated poll function
2023-09-21 10:12:29 -07:00
Fan Shang Xiang
d04bb3a5b0
add retry for patch node requests and replace deprecated poll function
2023-09-21 07:36:42 +00:00
Kubernetes Prow Robot
b3653a0aff
Merge pull request #817 from hakman/remove_test_vendor
...
Remove vendoring for tests
2023-09-20 22:58:18 -07:00
Kubernetes Prow Robot
95829b8991
Merge pull request #818 from hakman/updated-coreos-systemd
...
Update github.com/coreos/go-systemd to v22.5.0
2023-09-20 16:12:01 -07:00
Ciprian Hacman
fdd522a951
Update github.com/coreos/go-systemd to v22.5.0
2023-09-20 07:13:42 +03:00
Ciprian Hacman
5326e106f0
Remove vendoring for tests
2023-09-20 00:17:14 +03:00
Kubernetes Prow Robot
ed94dff2cd
Merge pull request #816 from hakman/remove_fakeclock
...
Remove dependency on code.cloudfoundry.org/clock
2023-09-19 09:39:07 -07:00
Ciprian Hacman
65e4aa3c5e
Remove dependency on code.cloudfoundry.org/clock
2023-09-19 12:50:29 +03:00
Kubernetes Prow Robot
fb498567b4
Merge pull request #815 from hakman/klogv2
...
Move glog/klog logging to klog/v2
2023-09-17 16:04:02 -07:00
Kubernetes Prow Robot
76bf7b7e77
Merge pull request #814 from hakman/go-1.21.1
...
Update Go to v1.21.1
2023-09-17 15:09:58 -07:00
Ciprian Hacman
5210373640
Init useful flags for klog/v2
2023-09-17 11:00:42 +03:00
Manuel Rüger
e43459d86d
Move glog/klog logging to klog/v2
2023-09-17 08:57:33 +03:00
Kubernetes Prow Robot
eeab0ab06f
Merge pull request #813 from hakman/makefile-remove-defaults
...
Remove `GO111MODULE=on` and `-mod vendor` from Makefile
2023-09-14 23:36:19 -07:00
Kubernetes Prow Robot
be3b1ad382
Merge pull request #807 from hakman/tests-mac
...
Update tests to run also on macOS
2023-09-14 23:36:12 -07:00
Ciprian Hacman
0d276ac19f
Update Go to v1.21.1
2023-09-15 09:06:52 +03:00
Kubernetes Prow Robot
e2ef1de56a
Merge pull request #812 from hakman/cloudbuild-cpu
...
Increase vCPU for Cloud Build
2023-09-14 22:18:12 -07:00
Ciprian Hacman
d4a00d4f20
Remove GO111MODULE=on and -mod vendor from Makefile
2023-09-15 07:55:12 +03:00
Ciprian Hacman
188340e3e9
Remove Travis CI config
2023-09-15 07:52:38 +03:00
Ciprian Hacman
e56fb7de12
Increase vCPU for Cloud Build
2023-09-15 07:32:18 +03:00