Skip to content

Update Ingress API version from 'extensions/v1beta1' to 'networking.k8s.io/v1'

Silvester Wainaina requested to merge update-ingress-version into master

What does this MR do?

As per this issue #2652 (closed), as of Kubernetes v1.19 extensions/v1beta1 Ingress was deprecated and should be migrated to networking.k8s.io/v1. It will stop working in v1.22, which will be released perhaps in July-August.

This MR seeks to solve this and support older Kubernetes versions that are still using the extensions/v1beta1 and networking.k8s.io/v1beta1

Related issues

Closes #2652 (closed) and #2376 (closed)

Related to #2569

Checklist

See Definition of done.

For anything in this list which will not be completed, please provide a reason in the MR discussion.

Required

  • Merge Request Title and Description are up to date, accurate, and descriptive
  • MR targeting the appropriate branch
  • MR has a green pipeline on GitLab.com

Expected (please provide an explanation if not completing)

  • Test plan indicating conditions for success has been posted and passes
  • Documentation created/updated
  • Tests added
  • Integration tests added to GitLab QA
  • Equivalent MR/issue for omnibus-gitlab opened
Edited by Silvester Wainaina

Merge request reports