File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ kubectl get pods -n nrr-system -o wide
6363Apply 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[
8080This 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
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ kubectl apply $KUBECTL_ARGS -f calico.yaml || true
2727kubectl 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
You can’t perform that action at this time.
0 commit comments