Skip to content

Commit 785db5c

Browse files
authored
Merge pull request #698 from mochizuki875/fix_docs
Remove incorrect Pod name from installation doc
2 parents 93c518b + 5ec5e06 commit 785db5c

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)