Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/TEST_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ kubectl get node nrr-test-worker2 -o jsonpath='Taints:{"\n"}{range .spec.taints[

### Step 7: Deploy Calico CNI with Readiness Reporter

This script injects the readiness sidecar into the Calico deployment.
This script installs calico and deploy CNI readiness reporter DaemonSet that updates node condition based on CNI readiness.

```bash
chmod +x examples/cni-readiness/apply-calico.sh
Expand Down
Loading