Skip to content

Commit

Permalink
Fix command in README for deploying ChatQnA application
Browse files Browse the repository at this point in the history
  • Loading branch information
jotpalch authored Nov 18, 2024
1 parent 2587179 commit 02e4695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChatQnA/kubernetes/intel/README_single_node.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ docker ps
# CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
# de088666cef2 gcr.io/k8s-minikube/kicbase:v0.0.45 "/usr/local/bin/entr…" 2 days ago Up 2 days 127.0.0.1:49157->22/tcp... minikube
```
6. Deploy the ChatQnA application with `minikube apply -f chatqna.yaml`, check that the opea pods are in a running state with `kubectl get pods`
6. Deploy the ChatQnA application with `kubectl apply -f chatqna.yaml`, check that the opea pods are in a running state with `kubectl get pods`
```bash
kubectl get pods
# NAME READY STATUS RESTARTS AGE
Expand Down

0 comments on commit 02e4695

Please sign in to comment.