Update Ingress to v1
See original GitHub issueWhat 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:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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?
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.