You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix(deps): update module github.com/openmcp-project/openmcp-operator/api to v0.13.0
* Run as root
* Add script to set up a local dev environment
* Use openmcp-operator v0.13.0
* docs: add troubleshooting section
* use shorter name for kind clusters
* install a service provider and create an MCP
* use correct prefix for subnet annotation
* allow override of kind cluster name
* create cluster resource for platform
* use architecture of host
* feat: release v0.0.15
---------
Co-authored-by: René Schünemann <rene.schuenemann@sap.com>
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -244,6 +244,12 @@ platform
244
244
test
245
245
```
246
246
247
+
## Troubleshooting
248
+
249
+
### ERROR: failed to create cluster: could not find a log line that matches...
250
+
251
+
Solution: Increase the inotify resource limits. See https://kind.sigs.k8s.io/docs/user/known-issues/#pod-errors-due-to-too-many-open-files.
252
+
247
253
## ❤️ Support, Feedback, Contributing
248
254
249
255
This project is open to feature requests/suggestions, bug reports etc. via [GitHub issues](https://github.com/openmcp-project/cluster-provider-kind/issues). Contribution and feedback are encouraged and always welcome. For more information about how to contribute, the project structure, as well as additional contribution information, see our [Contribution Guidelines](CONTRIBUTING.md).
0 commit comments