question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Update Ingress to v1

See original GitHub issue

What should we add or change to make your life better?

tye currently uses v1beta1, v1 is out. Let’s upgrade:

apiVersion: networking.k8s.io/v1

Why is this important to you?

Because v1 is now ready and I want to use the latest.

azsdke2e azsdke2e2

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
ghostcommented, Nov 11, 2020

I think we should add a parameter to specify tatget k8s version and store some maps between different values for different k8s artefacts in these versions. Not everybody will have their cluster in a latest version.

What do you think?

0reactions
jongiocommented, Dec 10, 2020

Here’s a link to the K8S v1.22 project. https://github.com/kubernetes/kubernetes/milestone/50

They don’t have a date yet, but we should keep an eye on that because that is the v1beta1 will be deprecated.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Upgrading Kubernetes Ingresses from v1beta1 to v1 ...
With Kubernetes v1.19, v1beta1 Ingress objects have been deprecated, and support will be removed with Kubernetes v1.22. Those supporting Kubernetes ...
Read more >
Ingress v1 and v1beta1 Differences - v2.11.x | Kong Docs
Ingress class indicates which resources an ingress controller should process. It provides a means to separate out configuration intended for other controllers ...
Read more >
Ingress
An API object that manages external access to the services in a cluster, typically HTTP. Ingress may provide load balancing, SSL termination ...
Read more >
Deprecated API Migration Guide
Migrate manifests and API clients to use the storage.k8s.io/v1 API version, available since v1.24. All existing persisted objects are accessible ...
Read more >
Upgrade - Ingress-Nginx Controller
To upgrade your ingress-nginx installation, it should be enough to change the version of the image in the controller Deployment. I.e. if your...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found