Skip to content

Commit 176ad35

Browse files
authored
Merge pull request #120 from yuanchen8911/kind-bug
Add a note on a kind issue to README
2 parents bbaffa0 + 475e89f commit 176ad35

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,9 @@ Deploy the example pods in the demo directory:
102102
kubectl apply --filename=demo/specs/quickstart/gpu-test{1,2,3}.yaml
103103
```
104104

105-
Get the pods' statuses. Depending on which GPUs are available, running the first three examples will produce output similar to the following:
105+
Get the pods' statuses. Depending on which GPUs are available, running the first three examples will produce output similar to the following...
106+
107+
**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`.
106108
```console
107109
kubectl get pod -A -l app=pod
108110
```

0 commit comments

Comments
 (0)