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
Shows which security tools are detected in host support bundle spec (#2890)
* shows which security tools are detected in host preflight
* Apply suggestion from @ajp-io
* addressed bugbot concerns
* Update host-support-bundle.tmpl.yaml
* Update cmd/installer/goods/support/host-support-bundle.tmpl.yaml
Co-authored-by: Salah Al Saleh <[email protected]>
---------
Co-authored-by: Alex Parker <[email protected]>
Co-authored-by: Salah Al Saleh <[email protected]>
message: "Antivirus or network security tools detected. These tools are known to interfere with Kubernetes operation in various ways. If problems persist, disable these tools, or consult with your organization's system administrator to ensure that exceptions are made for Kubernetes operation."
735
753
- pass:
736
-
when: "false"
754
+
when: "Detected == ''"
737
755
message: "No antivirus or network security tools detected."
756
+
- fail:
757
+
message: |-
758
+
The following antivirus or network security tools were detected:
759
+
{{ "{{" }} .Detected {{ "}}" }}
760
+
761
+
These types of tools have been known to interfere with Kubernetes operation in various ways. If an installation problem persists, 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.
0 commit comments