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

Allow drivers to access devices on the host #332

Merged
merged 2 commits into from
Aug 23, 2024

Conversation

amrc-benmorrow
Copy link
Contributor

Some device drivers necessarily need to access devices on the host. Allow the edge agent chart to map host devices into the driver containers.

Rework the edge agent k8s resource naming to use the node name instead of the UUID. The UUIDs are just getting annoying.

Some drivers need direct access to host devices.
It is getting very irritating trying to work out which pod is which when
they are all named with UUIDs. We are also running into k8s name length
limits when k8s extends the Deployment name to create ReplicaSet and Pod
names.

Our `name` must be unique in any case, or everything breaks. Use a
sanitised form of the name in our k8s resource names.
@amrc-benmorrow amrc-benmorrow self-assigned this Aug 23, 2024
@amrc-benmorrow amrc-benmorrow merged commit 10abd66 into main Aug 23, 2024
1 check passed
@amrc-benmorrow amrc-benmorrow deleted the bmz/driver-deployment branch August 23, 2024 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant