Skip to content

Commit

Permalink
Merge pull request #120 from yuanchen8911/kind-bug
Browse files Browse the repository at this point in the history
Add a note on a kind issue to README
  • Loading branch information
klueska authored May 24, 2024
2 parents bbaffa0 + 475e89f commit 176ad35
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,9 @@ Deploy the example pods in the demo directory:
kubectl apply --filename=demo/specs/quickstart/gpu-test{1,2,3}.yaml
```

Get the pods' statuses. Depending on which GPUs are available, running the first three examples will produce output similar to the following:
Get the pods' statuses. Depending on which GPUs are available, running the first three examples will produce output similar to the following...

**Note:** there is a [known issue with kind](https://kind.sigs.k8s.io/docs/user/known-issues/#pod-errors-due-to-too-many-open-files). You may see an error while trying to tail the log of a running pod in the kind cluster: `failed to create fsnotify watcher: too many open files.` The issue may be resolved by increasing the value for `fs.inotify.max_user_watches`.
```console
kubectl get pod -A -l app=pod
```
Expand Down

0 comments on commit 176ad35

Please sign in to comment.