Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ AgentCube relies on the [kubernetes-sigs/agent-sandbox](https://github.com/kuber

```bash
# Install agent-sandbox CRDs and controller
AGENT_SANDBOX_VERSION=v0.1.1
AGENT_SANDBOX_VERSION=v0.4.6
kubectl apply -f https://github.com/kubernetes-sigs/agent-sandbox/releases/download/${AGENT_SANDBOX_VERSION}/manifest.yaml
kubectl apply -f https://github.com/kubernetes-sigs/agent-sandbox/releases/download/${AGENT_SANDBOX_VERSION}/extensions.yaml
```
Expand Down Expand Up @@ -241,7 +241,7 @@ To remove AgentCube from your cluster:
```bash
helm uninstall agentcube -n agentcube
kubectl delete namespace agentcube
AGENT_SANDBOX_VERSION=v0.1.1
AGENT_SANDBOX_VERSION=v0.4.6
kubectl delete -f https://github.com/kubernetes-sigs/agent-sandbox/releases/download/${AGENT_SANDBOX_VERSION}/extensions.yaml
kubectl delete -f https://github.com/kubernetes-sigs/agent-sandbox/releases/download/${AGENT_SANDBOX_VERSION}/manifest.yaml
```