Skip to content
This repository was archived by the owner on Nov 23, 2025. It is now read-only.

Commit 3f0c655

Browse files
committed
docs: clarify k3s section in QUICK_REFERENCE.md with testing note
1 parent 800de9e commit 3f0c655

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

QUICK_REFERENCE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ docker run -p 8091:8091 --env-file .env agent-bot:latest
3939
docker-compose up agent-bot
4040
```
4141

42-
### Kubernetes
42+
### k3s (Kubernetes - lightweight)
4343
```bash
44-
# Apply configurations (from k8s-config repo)
44+
# Apply configurations (from k8s-config repo) — tested on k3s
4545
kubectl apply -f k8s/configmaps/agent-bot-configmap.yaml
4646
kubectl apply -f k8s/services/agent-bot-deployment.yaml
4747

0 commit comments

Comments
 (0)