Skip to content

Commit 5ec5e06

Browse files
committed
Fix incorrect pod name
1 parent 93c518b commit 5ec5e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ Now, we're able to verify how the coscheduling plugin works.
233233
1. As PodGroup `pg1` requires at least 3 pods to be scheduled all-together, and there are only 2 Pods
234234
so far, so it's expected to observer they are pending:
235235

236-
All nginx pods are expected to be `Pending` as they cannot be co-scheduled altogether.
236+
All pods are expected to be `Pending` as they cannot be co-scheduled altogether.
237237

238238
```bash
239239
$ kubectl get pod

0 commit comments

Comments
 (0)