Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add CPU micro architecture support #1628

Commits on Sep 27, 2024

  1. feat: add CPU micro architecture support

    allows troubleshoot to collect and analyze CPU micro architecture. this
    is an usage example:
    
    ```yaml
    apiVersion: troubleshoot.sh/v1beta2
    kind: HostPreflight
    metadata:
      name: ec-cluster-preflight
    spec:
      collectors:
      - cpu: {}
      analyzers:
      - cpu:
          checkName: CPU
          outcomes:
            - pass:
                when: 'supports x86-64-v2'
                message: CPU supports x86-64-v2
            - fail:
                message: CPU does not support x86-64-v2
    ```
    ricardomaraschini committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    f7ea465 View commit details
    Browse the repository at this point in the history