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

Deploy edge drivers #21

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Draft

Deploy edge drivers #21

wants to merge 7 commits into from

Commits on Jul 23, 2024

  1. Deploy the EA side of the drivers

    * Give the EA access to a Secret for the driver passwords. This will
      need to be populated by krbkeys, I think.
    
    * Create a Service for the EA broker.
    amrc-benmorrow committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    f77a442 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    766b6a0 View commit details
    Browse the repository at this point in the history
  3. Deploy drivers in the edge agent pod

    Given that all drivers are deployed identically, and that in general we
    want to run them on the same host as the edge agent, deploy them as part
    of the edge agent pod and from the same Helm chart.
    
    This does not preclude external drivers, but would need additional
    configuration to set up external IPs and to listen to the wildcard
    address.
    amrc-benmorrow committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    6b814a5 View commit details
    Browse the repository at this point in the history
  4. Make edge driver images more configurable

    Include driver images in the `image` values item. Pull them in by name
    instead of with a full image name. Support defaults for registry and
    repository.
    
    Pass a VERBOSE environment variable to the drivers.
    amrc-benmorrow committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    c43256e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9caa351 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c855620 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2a7967c View commit details
    Browse the repository at this point in the history