Skip to content

Commit 4d3a10b

Browse files
Updated node type in testing doc, updated readme
1 parent 0720b67 commit 4d3a10b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ spec:
5858
node-role.kubernetes.io/worker: ""
5959
```
6060
61-
https://drive.google.com/file/d/1Q2vCU7FYUrEkHDeQV5NneCH_MNoFshvH/view?usp=sharing
61+
Demo video: https://drive.google.com/file/d/1Q2vCU7FYUrEkHDeQV5NneCH_MNoFshvH/view?usp=sharing
62+
63+
Find a more detailed walkthrough of setting up Node Readiness Controller in your Kind cluster [here](https://github.com/kubernetes-sigs/node-readiness-controller/blob/main/docs/TEST_README.md).
6264
6365
## High-level Roadmap
6466

docs/TEST_README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Deploy the controller image to nrg-test-worker
5353
make deploy IMG=controller:latest
5454
```
5555

56-
Verify the controller is running on the platform node (`nrg-test-worker`):
56+
Verify the controller is running on the control plane node (`nrg-test-control-plane`):
5757
```bash
5858
kubectl get pods -n nrg-system -o wide
5959
```

0 commit comments

Comments
 (0)