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

Make it possible to select supported devices in the operator #599

Merged
merged 7 commits into from
Apr 12, 2021

Commits on Apr 8, 2021

  1. operator: fpga: Add a kustomization overlay for FPGA

    Add a patch to operator's manager.yaml to add "--device fpga"
    command line in orfer to enable per device deployment.
    
    Signed-off-by: Oleg Zhurakivskyy <[email protected]>
    ozhuraki committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    1d68cbc View commit details
    Browse the repository at this point in the history
  2. operator: dsa: Add a kustomization overlay for DSA

    Signed-off-by: Oleg Zhurakivskyy <[email protected]>
    ozhuraki committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    de72b84 View commit details
    Browse the repository at this point in the history
  3. operator: sgx: Add a kustomization overlay for SGX

    Signed-off-by: Oleg Zhurakivskyy <[email protected]>
    ozhuraki committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    9659f8c View commit details
    Browse the repository at this point in the history
  4. operator: gpu: Add a kustomization overlay for GPU

    Signed-off-by: Oleg Zhurakivskyy <[email protected]>
    ozhuraki committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    22a40d8 View commit details
    Browse the repository at this point in the history
  5. operator: qat: Add a kustomization overlay for QAT

    Signed-off-by: Oleg Zhurakivskyy <[email protected]>
    ozhuraki committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    d5a1dda View commit details
    Browse the repository at this point in the history
  6. operator: Add --device command line to operator

    Add --device command line to operator's main.go which defines
    the controllers/webhooks to set up.
    
    Signed-off-by: Oleg Zhurakivskyy <[email protected]>
    ozhuraki committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    2d27602 View commit details
    Browse the repository at this point in the history
  7. operator: README: Document per device deployment

    Signed-off-by: Oleg Zhurakivskyy <[email protected]>
    ozhuraki committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    6fbf7c9 View commit details
    Browse the repository at this point in the history