Page MenuHomePhabricator

Make fdm available on k8s
Closed, DeclinedPublic

Event Timeline

bd808 triaged this task as Lowest priority.Mar 29 2022, 10:30 PM
bd808 moved this task from Unsorted to Kubernetes on the Toolforge (Software install/update) board.
bd808 subscribed.

This is unlikely to happen. We try to keep the Kubernetes images as small as possible. Software like fdm which is only used by one or two tools does not fit well with that model. The future solution for things like this will be custom containers (the "push to deploy" work that is in progress).

The shorter term solution would be to compile your own copy of fdm and run it from the NFS mounted tool $HOME. When compiling custom binaries for use with the Kubernetes cluster make sure you are doing the compiles from a container that is using the same base OS image as the container you ultimately want to run the binary from.

Giftpflanze claimed this task.

I'm looking forward to the custom containers, and in the meantime I compiled tdb/fdm.

bd808 changed the task status from Resolved to Declined.Mar 30 2022, 3:28 PM