Skip to content
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

Ingress API is now GA with k8s 1.19 and no beta anymore #1330

Closed
bpereto opened this issue Nov 23, 2020 · 15 comments
Closed

Ingress API is now GA with k8s 1.19 and no beta anymore #1330

bpereto opened this issue Nov 23, 2020 · 15 comments
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug. lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale.

Comments

@bpereto
Copy link

bpereto commented Nov 23, 2020

What happened (please include outputs or screenshots):
kubernetes client model does not find "V1/Ingress"

What you expected to happen:
v1/ingress works on k8s 1.19

How to reproduce it (as minimally and precisely as possible):
Use/Testing with #989 against k8s 1.19:

Lookup info: {'group': 'Networking', 'version': 'v1', 'kind': 'ingress', 'items_kind': None, 'fcn_to_call': 'NetworkingV1Api', 'fnc_lookup': None}
Traceback (most recent call last):
  File "k8s-loader.py", line 35, in <module>
    o = utils.load_from_dict(data=obj, verbose=True)
  File "/home/beni/.local/lib/python3.8/site-packages/kubernetes/utils/deserialize.py", line 279, in load_from_dict
    raise FailToLoadError(load_exceptions)
kubernetes.utils.deserialize.FailToLoadError:  reason: Failed to find a function to inspect; lookup info: {'group': 'Networking', 'version': 'v1', 'kind': 'ingress', 'items_kind': None, 'fcn_to_call': 'NetworkingV1Api', 'fnc_lookup': None}

Anything else we need to know?:

Environment:

  • Kubernetes version (kubectl version):
Server Version: version.Info{Major:"1", Minor:"19", GitVersion:"v1.19.3", GitCommit:"1e11e4a2108024935ecfcb2912226cedeafd99df", GitTreeState:"clean", BuildDate:"2020-10-14T12:41:49Z", GoVersion:"go1.15.2", Compiler:"gc", Platform:"linux/amd64"}
  • OS (e.g., MacOS 10.13.6): Linux
  • Python version (python --version) : Python 3.8.6
  • Python client version (pip list | grep kubernetes) : kubernetes 10.0.0-snapshot
    testing with Adding utils.deserialize #989
@bpereto bpereto added the kind/bug Categorizes issue or PR as related to a bug. label Nov 23, 2020
@palnabarun
Copy link
Member

Hi @bpereto 👋🏽, the Ingress API will be introduced to the client when client version v19.0.0 is released. Ref: #1320.

@palnabarun
Copy link
Member

/assign

@fejta-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Feb 21, 2021
@bpereto
Copy link
Author

bpereto commented Feb 27, 2021

Released, right ? :)

@bpereto
Copy link
Author

bpereto commented Feb 27, 2021

/remove-lifecycle stale

@k8s-ci-robot k8s-ci-robot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Feb 27, 2021
@bateau84
Copy link

Any action here?

@fejta-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jun 15, 2021
@jonkerj
Copy link

jonkerj commented Jun 15, 2021

/remove-lifecycle stale

@k8s-ci-robot k8s-ci-robot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jun 15, 2021
@OvervCW
Copy link

OvervCW commented Jul 15, 2021

When will this be implemented? I'm using this library with a 1.20 cluster (which was released over 6 months ago) and it's warning about using deprecated APIs.

@k8s-triage-robot
Copy link

The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle stale
  • Mark this issue or PR as rotten with /lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Oct 13, 2021
@jonkerj
Copy link

jonkerj commented Oct 14, 2021

/remove-lifecycle stale

@k8s-ci-robot k8s-ci-robot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Oct 14, 2021
@palnabarun
Copy link
Member

#1584 will fix this. :)

@k8s-triage-robot
Copy link

The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle stale
  • Mark this issue or PR as rotten with /lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jan 23, 2022
@bpereto
Copy link
Author

bpereto commented Jan 25, 2022

#1584 is merged.
/close

@k8s-ci-robot
Copy link
Contributor

@bpereto: Closing this issue.

In response to this:

#1584 is merged.
/close

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale.
Projects
None yet
Development

No branches or pull requests

8 participants