-
Notifications
You must be signed in to change notification settings - Fork 3
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
First pass at file api for k8s #175
Conversation
@Steve-Mcl This and the docker one, please review but don't merge |
localfs for comparison FlowFuse/driver-localfs#144 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
couple of point noted
@@ -23,6 +23,7 @@ | |||
"dependencies": { | |||
"@aws-sdk/client-efs": "^3.600.0", | |||
"@kubernetes/client-node": "^0.18.1", | |||
"form-data": "^4.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this package supported on Node versions < 18?
Because form-data
is like 4y old, uses depreciated utils.isArray
and FormData
is now a part of Node 18.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, we need to review this across all the static asset code, as Nick has used it in the localfs driver
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Steve-Mcl I'm going to leave this for now as it works
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, understand. Should probably raise an issue to mop this up later.
Description
Adds the driver interface to FlowFuse/nr-launcher#273
Related Issue(s)
Checklist
flowforge.yml
?FlowFuse/helm
to update ConfigMap TemplateFlowFuse/CloudProject
to update values for Staging/ProductionLabels
area:migration
label