-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Examples use deprecated API since k8s v1.16 #967
Comments
/help |
@micw523: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/assign @scottilee |
@yliaog: GitHub didn't allow me to assign the following users: scottilee. Note that only kubernetes-client members, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
I would like to take this if no one is working on it actively. |
/assign rajibmitra |
@rajibmitra hey just checking in to see if you were able to make any progress on this? |
Can I take this up? @scottilee |
@scottilee I didn't get time to fix this , unassigned myself. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/lifecycle frozen |
Hey @micw523! |
i would like to help |
/assign |
/remove-lifecycle stale |
/remove-lifecycle frozen |
Link to the issue (please include a link to the specific documentation or example):
This is the non-critical part of #963
Description of the issue (please include outputs or screenshots if possible):
In k8s v1.16, a few old APIs got deprecated. See #966 and kubernetes/kubernetes#70672. Also see https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/
Need update:
create_deployment.ipynb
uses apps/v1beta1 API.intro_notebook.ipynb
uses apps/v1beta1 API.Could use an update:
ingress_create.py
uses networking/v1beta1 API. This could be upgraded to networking/v1 API./assign
The text was updated successfully, but these errors were encountered: