Description
Issue summary:
In docs/inference/set-up-sub-agent.md, the docker exec commands running kubectl should be updated due to k3s removal.
https://docs.nvidia.com/nemoclaw/latest/inference/set-up-sub-agent.html
Actual:
docker exec -i openshell-cluster-nemoclaw kubectl exec -n openshell -c agent ...
- Please also check if chmod 644 or 444 or root-owned wording still makes sense when the owner of /sandbox/.openclaw becomes the sandbox:sandbox.
Expected:
docker exec --user root openshell--
Please work with dev team for the correct new commands.
Bug Details
| Field |
Value |
| Priority |
Unprioritized |
| Action |
Dev - Open - To fix |
| Disposition |
Open issue |
| Module |
Machine Learning - NemoClaw |
| Keyword |
NemoClaw, NemoClaw_Docs, NEMOCLAW_GH_SYNC_APPROVAL |
[NVB#6186925]
Description
Issue summary:
In docs/inference/set-up-sub-agent.md, the docker exec commands running kubectl should be updated due to k3s removal.
https://docs.nvidia.com/nemoclaw/latest/inference/set-up-sub-agent.html
Actual:
docker exec -i openshell-cluster-nemoclaw kubectl exec -n openshell -c agent ...
Expected:
docker exec --user root openshell--
Please work with dev team for the correct new commands.
Bug Details
[NVB#6186925]