Skip to content

Commit

Permalink
Update controller.rst
Browse files Browse the repository at this point in the history
patch controller docs
  • Loading branch information
asaiacai authored Aug 13, 2024
1 parent d84c873 commit ad0392f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/admin/controller.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ After which you should see in your controller logs
[I 07-09 05:37:45 node.py:98] Node gke-a3-cluster-gpu-pool-2d164072-zz64 tainted.
# in a separate terminal you can verify
$ kubectl describe pod gke-a3-cluster-gpu-pool-2d164072-zz64 | grep trainy
$ kubectl describe node gke-a3-cluster-gpu-pool-2d164072-zz64 | grep trainy
trainy.konduktor.ai/faulty=true:NoSchedule
You can remove all the taints in the cluster with :code:`konduktor reset`
Expand All @@ -105,4 +105,4 @@ Features and Roadmap
- In-cluster deployment of controller - **Available** ✅
- Pod log error detection - **Available** ✅
- Health Checks (Taint Removal) - In progress 🚧
- Node Resolution Hooks (Reboot, Power Cycle) - In progress 🚧
- Node Resolution Hooks (Reboot, Power Cycle) - In progress 🚧

0 comments on commit ad0392f

Please sign in to comment.