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
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.
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.
1366
1383
- pass:
1367
-
message: Package {{ "{{" }} .Name {{ "}}" }} is not installed
1384
+
when: "Installed == ''"
1385
+
message: "No security packages detected."
1386
+
- warn:
1387
+
message: |-
1388
+
The following security packages were detected:
1389
+
{{ "{{" }} .Installed {{ "}}" }}
1390
+
1391
+
These packages can interfere with Kubernetes operation. Ensure they are disabled or configured to not interfere with required Kubernetes traffic and processes.
0 commit comments