You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our view a sysctl collector for the host, before a cluster is actually running is pretty valuable. Particularly for a lot of the work currently being done in embedded cluster - (e.g. replicatedhq/embedded-cluster#1449 as well as ongoing work for arp filter detection).
Describe the feature
The analyzer spec would basically be the same as the one we have right now for the in cluster one:
(...)analyzers:
- sysctl:
checkName: IP forwarding enabledoutcomes:
- fail:
when: "net.ipv4.ip_forward = 0"message: "IP forwarding is not enabled"
Seems like for the current analyzer we also support greater/lower than comparisons, so it probably makes sense to support that here too:
Describe the rationale for the suggested feature.
Related to - #1674.
The current
sysctl
analyzer is in cluster specifc:troubleshoot/pkg/analyze/sysctl.go
Lines 41 to 44 in f0b8de6
In our view a
sysct
l collector for the host, before a cluster is actually running is pretty valuable. Particularly for a lot of the work currently being done in embedded cluster - (e.g. replicatedhq/embedded-cluster#1449 as well as ongoing work for arp filter detection).Describe the feature
The analyzer spec would basically be the same as the one we have right now for the in cluster one:
Seems like for the current analyzer we also support greater/lower than comparisons, so it probably makes sense to support that here too:
Describe alternatives you've considered
See - #1674 for a list of the alternatives considered
The text was updated successfully, but these errors were encountered: