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
message: "No antivirus or network security tools detected."
1354
+
- warn:
1355
+
message: |-
1356
+
The following antivirus or network security tools were detected:
1357
+
{{ "{{" }} .Detected {{ "}}" }}
1358
+
1359
+
These types of tools have been known to interfere with Kubernetes operation in various ways. If you experience an installation problem, you may need to disable these tools temporarily as part of the troubleshooting process to identify if any system administrator exceptions may be required to maintain necessary internal Kubernetes operations.
1360
+
- systemPackages:
1361
+
checkName: "Detected Security Packages"
1362
+
collectorName: security-tools-packages
1363
+
outcomes:
1364
+
- warn:
1365
+
when: '{{ "{{" }} .IsInstalled {{ "}}" }}'
1366
+
message: Package {{ "{{" }} .Name {{ "}}" }} is installed. This tool can interfere with kubernetes operation. Ensure the tool is either disabled or configured to not interfere with kubernetes operation.
1367
+
- pass:
1368
+
message: Package {{ "{{" }} .Name {{ "}}" }} is not installed
0 commit comments