-
Notifications
You must be signed in to change notification settings - Fork 14
Changes for the approved custom runtime SUP #203
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
base: pre-draft
Are you sure you want to change the base?
Changes from all commits
cbab593
88a7678
d551007
9c04028
b820580
50e1435
9cbdb57
056f11a
e3f7d21
264acc8
b46ed79
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -40,20 +40,35 @@ deploymentProfiles: | |
| repository: oci://northstarida.azurecr.io/charts/northstarida-digitron-orchestrator | ||
| revision: 1.0.9 | ||
| wait: true | ||
| requiredResources: | ||
| cpu: | ||
| cores: 1.5 | ||
| architectures: | ||
| - amd64 | ||
| memory: 1024Mi | ||
| storage: 10Gi | ||
| peripherals: | ||
| - type: gpu | ||
| manufacturer: NVIDIA | ||
| - type: display | ||
| interfaces: | ||
| - type: ethernet | ||
| - type: bluetooth | ||
| deviceConstraints: | ||
| capacityRequirements: | ||
| cpu: | ||
| cores: 1.5 | ||
| architectures: | ||
| - amd64 | ||
| memory: 1024Mi | ||
| storage: 10Gi | ||
| eligibilityRules: | ||
| - propertySelector: | ||
| matchExpressions: | ||
| - key: /peripherals | ||
| operator: ContainsAll | ||
| itemSelector: | ||
| matchExpressions: | ||
| - key: /type | ||
| operator: In | ||
| values: ["gpu"] | ||
| - key: /manufacturer | ||
| operator: In | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The description calls this property |
||
| values: ["NVIDIA"] | ||
| - key: /interfaces | ||
| operator: ContainsAll | ||
| itemSelector: | ||
| matchExpressions: | ||
| - key: /type | ||
| operator: In | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The description calls this property |
||
| values: ["ethernet", "bluetooth"] | ||
|
|
||
| - type: compose | ||
| id: com-northstartida-digitron-orchestrator-compose-a | ||
| components: | ||
|
|
||
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.
The description calls this property
selectorOperatorThere 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.
@nilanjan-samajdar - It's unclear what you are suggesting here. The property name is "operator," and the property type in the LinkML/OpenAPI documentation is "SelectorOperator". Are you suggesting that the property type should also be "Operator," or something else?
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.
@nilanjan-samajdar - Just following up on my reply to your statement.