Skip to content

Commit

Permalink
testin 4.14 workshop as well
Browse files Browse the repository at this point in the history
  • Loading branch information
tosin2013 committed Dec 17, 2023
1 parent 0b59bab commit 6bd888a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,29 @@ chmod +x dev-box.sh
## Deployment Options
**AWS**
```
kustomize build clusters/overlays/aws
$ kustomize build clusters/overlays/aws # to test
cd $HOME/redhat-edge-ai-industrial-demo-infra
oc create -k clusters/overlays/aws
```

**4.14-workshop on RHPDS**
```
kustomize build clusters/overlays/4.14-workshop
$ kustomize build clusters/overlays/4.14-workshop # to test
cd $HOME/redhat-edge-ai-industrial-demo-infra
oc create -k clusters/overlays/4.14-workshop
```

**Baremetal**
```
kustomize build clusters/overlays/baremetal
$ kustomize build clusters/overlays/baremetal # to test
cd $HOME/redhat-edge-ai-industrial-demo-infra
oc create -k clusters/overlays/baremetal
```

**Rosa**
```
kustomize build clusters/overlays/baremetal
$ kustomize build clusters/overlays/baremetal # to test
cd $HOME/redhat-edge-ai-industrial-demo-infra
oc create -k clusters/overlays/baremetal
```

2 changes: 1 addition & 1 deletion dev-box.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ if [ ! -f $HOME/edge-anomaly-detection ]; then
./hack/setup-bastion.sh
fi

oc create -k clusters/overlays/aws
#oc create -k clusters/overlays/aws

0 comments on commit 6bd888a

Please sign in to comment.