Skip to content

Commit f330572

Browse files
authored
docs: updatingTEST_readme.md (#118)
1 parent 243aa89 commit f330572

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/TEST_README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ kubectl get pods -n nrr-system -o wide
6363
Apply the network readiness rule. This will be validated by the webhook.
6464

6565
```bash
66-
kubectl apply -f examples/network-readiness-rule.yaml
66+
kubectl apply -f examples/cni-readiness/network-readiness-rule.yaml
6767
```
6868

6969
### Step 6: Verify Initial State
@@ -80,8 +80,8 @@ kubectl get node nrr-test-worker2 -o jsonpath='Taints:{"\n"}{range .spec.taints[
8080
This script injects the readiness sidecar into the Calico deployment.
8181

8282
```bash
83-
chmod +x hack/test-workloads/apply-calico.sh
84-
hack/test-workloads/apply-calico.sh
83+
chmod +x examples/cni-readiness/apply-calico.sh
84+
examples/cni-readiness/apply-calico.sh
8585
```
8686

8787
### Step 8: Monitor and Verify Final State

examples/cni-readiness/apply-calico.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ kubectl apply $KUBECTL_ARGS -f calico.yaml || true
2727
kubectl apply $KUBECTL_ARGS -f calico.yaml
2828

2929
# Apply the CNI readiness reporter DaemonSet
30-
kubectl apply $KUBECTL_ARGS -f ./cni-reporter-ds.yaml
30+
kubectl apply $KUBECTL_ARGS -f ./examples/cni-readiness/cni-reporter-ds.yaml
3131

3232
# Apply the RBAC rules
33-
kubectl apply $KUBECTL_ARGS -f ./calico-rbac-node-status-patch-role.yaml
33+
kubectl apply $KUBECTL_ARGS -f ./examples/cni-readiness/calico-rbac-node-status-patch-role.yaml

0 commit comments

Comments
 (0)