Skip to content

Commit

Permalink
main
Browse files Browse the repository at this point in the history
  • Loading branch information
GitLab Runner committed Jan 18, 2024
1 parent bb5c878 commit ed2cdcd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 0 additions & 1 deletion docs/ai_and_ml.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
```
git clone https://github.com/alexeadem/qbot
cd qbot
./qbot nvidia
```

> Start qbot Nvidia demo
Expand Down
3 changes: 2 additions & 1 deletion docs/istio.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ In this demo we'll deploy a live bookstore (distributed application) with [istio
- Istio gateway


> Clone demo repo
> Clone qbot repo
```bash
git clone https://github.com/alexeadem/qbot
cd qbot
```

## qbot
> Start qbot Istio demo
```
./qbot
Expand Down
6 changes: 6 additions & 0 deletions docs/nginx.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ In this demo we'll deploy a sample coffee & tea application with [kubernetes ing
- Application ingress
- Application secret

## qbot
> Clone qbot repo
```bash
git clone https://github.com/alexeadem/qbot
cd qbot
```

> Start qbot nginx demo
```
Expand Down

0 comments on commit ed2cdcd

Please sign in to comment.