Skip to content

Commit c934d06

Browse files
authored
Merge pull request #365 from AdminTurnedDevOps/mlevan/nemo-blog-update
object update
2 parents b3f72c7 + 7e8c042 commit c934d06

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/blogContent/nemoclaw-kagent-sandbox-secure-production-imp.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ With the theory and the "why" talked about in the two previous sections, let's s
5050

5151
```yaml
5252
apiVersion: kagent.dev/v1alpha2
53-
kind: Sandbox
53+
kind: AgentHarness
5454
metadata:
5555
name: my-sandbox
5656
namespace: kagent
@@ -65,7 +65,7 @@ spec:
6565
2. Run the following to see your sandbox on the terminal:
6666

6767
```shell
68-
kubectl get sandboxes -n kagent
68+
kubectl get agentharness -n kagent
6969
```
7070

7171
3. You can then use your sandbox within the kagent UI.
@@ -110,7 +110,7 @@ kubectl -n kagent create secret generic telegram-credentials \
110110

111111
```yaml
112112
apiVersion: kagent.dev/v1alpha2
113-
kind: Sandbox
113+
kind: AgentHarness
114114
metadata:
115115
name: my-claw
116116
namespace: kagent

0 commit comments

Comments
 (0)