From ed2cdcd3fbaa0ce6c640a4cb15ec82439bc38196 Mon Sep 17 00:00:00 2001 From: GitLab Runner Date: Thu, 18 Jan 2024 03:26:29 -0500 Subject: [PATCH] main --- docs/ai_and_ml.md | 1 - docs/istio.md | 3 ++- docs/nginx.md | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/ai_and_ml.md b/docs/ai_and_ml.md index 65307e2..add7699 100644 --- a/docs/ai_and_ml.md +++ b/docs/ai_and_ml.md @@ -10,7 +10,6 @@ ``` git clone https://github.com/alexeadem/qbot cd qbot -./qbot nvidia ``` > Start qbot Nvidia demo diff --git a/docs/istio.md b/docs/istio.md index c98f39b..aa25208 100644 --- a/docs/istio.md +++ b/docs/istio.md @@ -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 diff --git a/docs/nginx.md b/docs/nginx.md index 67fd04a..19de95f 100644 --- a/docs/nginx.md +++ b/docs/nginx.md @@ -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 ```