You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would like to use Vault for managing some connection's secrets.
EDIT: Different use case where node scheduling can be also linked directly to a connection:
When I need to iterate multiple times over the input data I would like to copy the data from the network storage to the SSD of the experiment machine as first step in my polyaxon file and then use that local copy to iterate on.
In this case we might want to always schedule a connection with a specific node or nodes(s).
Feature description
Allow annotations in connections.
Allow node scheduling in connections.
Alternatives
I think these use-cases can be manged right now using RunProfile.
N.B. the second issue was raised by a CE user, where the RunProfile is not accessible.
Considerations
If we provide annotations/node-scheduling and other meta-data in connections we need to think about:
The overlap between the RunProfile and Connection concepts. RunProfile concept still handles more logic, but we should not duplicate efforts
If both concepts provide overlapping logic it can result in unexpected behaviour.
This discussion was converted from issue #865 on April 27, 2021 10:46.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Use case
EDIT: Different use case where node scheduling can be also linked directly to a connection:
In this case we might want to always schedule a connection with a specific node or nodes(s).
Feature description
Alternatives
I think these use-cases can be manged right now using
RunProfile
.N.B. the second issue was raised by a CE user, where the
RunProfile
is not accessible.Considerations
If we provide annotations/node-scheduling and other meta-data in connections we need to think about:
RunProfile
andConnection
concepts.RunProfile
concept still handles more logic, but we should not duplicate effortsBeta Was this translation helpful? Give feedback.
All reactions