-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Instructions in README are outdated and use deprecated functions #434
Comments
Where is it written that |
e2e-framework/pkg/envfuncs/kind_funcs.go Lines 35 to 39 in a4bef02
|
Yes, the new function to replace that is |
@carreter thanks for pointing this out. It's possible there is outdated info in the project. |
I'll put up a PR to clean up what I found! |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
I'm working through setting up some e2e tests and noticed that the
README.md
of this repo is outdated. Things I've noticed so far:envfuncs.CreateKindCluster
is deprecatedI'll keep adding to this as I go along.
The text was updated successfully, but these errors were encountered: