-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fd7124f
commit 21c4ef9
Showing
89 changed files
with
14,262 additions
and
352 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,4 +11,4 @@ workflow/provision/image/* | |
|
||
.ipynb_checkpoints | ||
.nvcr.auth | ||
.docker-hub.auth | ||
.docker-hub.auth |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
workflow/deploy/device-query/kustomize/overlays/max/kustomization.yaml
This file was deleted.
Oops, something went wrong.
20 changes: 20 additions & 0 deletions
20
workflow/deploy/device-query/kustomize/overlays/xavier/deployment.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
apiVersion: apps/v1 | ||
kind: Deployment | ||
metadata: | ||
name: device-query | ||
namespace: jetson-device-query | ||
spec: | ||
selector: | ||
matchLabels: | ||
app: device-query | ||
template: | ||
metadata: | ||
name: device-query | ||
labels: | ||
app: device-query | ||
spec: | ||
containers: | ||
- name: device-query | ||
image: max-one.local:5001/jetson/xavier/device-query | ||
nodeSelector: | ||
jetson_model: "xavier" |
4 changes: 4 additions & 0 deletions
4
workflow/deploy/device-query/kustomize/overlays/xavier/kustomization.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
bases: | ||
- ../../base/ | ||
patches: | ||
- deployment.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,5 @@ | |
resources: | ||
- ingresses.yaml | ||
- services.yaml | ||
- deployments.yaml | ||
- deployment.yaml | ||
- pvcs.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,4 +15,3 @@ spec: | |
app: jupyter | ||
type: LoadBalancer | ||
loadBalancerIP: 12.0.0.208 | ||
|
3 changes: 0 additions & 3 deletions
3
workflow/deploy/jupyter/kustomize/overlays/max/kustomization.yaml
This file was deleted.
Oops, something went wrong.
21 changes: 21 additions & 0 deletions
21
workflow/deploy/jupyter/kustomize/overlays/xavier/deployment.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
apiVersion: apps/v1 | ||
kind: Deployment | ||
metadata: | ||
name: jupyter | ||
namespace: jetson-jupyter | ||
spec: | ||
replicas: 1 | ||
selector: | ||
matchLabels: | ||
app: jupyter | ||
template: | ||
metadata: | ||
name: jupyter | ||
labels: | ||
app: jupyter | ||
spec: | ||
containers: | ||
- name: jupyter | ||
image: max-one.local:5001/jetson/xavier/jupyter | ||
nodeSelector: | ||
jetson_model: "xavier" |
4 changes: 4 additions & 0 deletions
4
workflow/deploy/jupyter/kustomize/overlays/xavier/kustomization.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
bases: | ||
- ../../base/ | ||
patches: | ||
- deployment.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,5 @@ | |
resources: | ||
- ingresses.yaml | ||
- services.yaml | ||
- deployments.yaml | ||
- deployment.yaml | ||
- pvcs.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,5 +14,4 @@ spec: | |
selector: | ||
app: l4t | ||
type: LoadBalancer | ||
loadBalancerIP: 12.0.0.209 | ||
|
||
loadBalancerIP: 12.0.0.210 |
3 changes: 0 additions & 3 deletions
3
workflow/deploy/l4t/kustomize/overlays/max/kustomization.yaml
This file was deleted.
Oops, something went wrong.
21 changes: 21 additions & 0 deletions
21
workflow/deploy/l4t/kustomize/overlays/xavier/deployment.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
apiVersion: apps/v1 | ||
kind: Deployment | ||
metadata: | ||
name: l4t | ||
namespace: jetson-l4t | ||
spec: | ||
selector: | ||
matchLabels: | ||
app: l4t | ||
template: | ||
metadata: | ||
name: l4t | ||
labels: | ||
app: l4t | ||
spec: | ||
hostname: l4t | ||
containers: | ||
- name: l4t | ||
image: max-one.local:5001/jetson/xavier/l4t | ||
nodeSelector: | ||
jetson_model: "xavier" |
4 changes: 4 additions & 0 deletions
4
workflow/deploy/l4t/kustomize/overlays/xavier/kustomization.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
bases: | ||
- ../../base/ | ||
patches: | ||
- deployment.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.