From b0a48af6f7dd2310e0cfdf16adb4049b25b93aaf Mon Sep 17 00:00:00 2001 From: James Strong Date: Tue, 13 Jul 2021 13:17:32 -0400 Subject: [PATCH] update for a draft and dates --- .../en/blog/_posts/2021-06-21-update-with-ingress-nginx.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/content/en/blog/_posts/2021-06-21-update-with-ingress-nginx.md b/content/en/blog/_posts/2021-06-21-update-with-ingress-nginx.md index be79f3bdee..c95c96a82f 100644 --- a/content/en/blog/_posts/2021-06-21-update-with-ingress-nginx.md +++ b/content/en/blog/_posts/2021-06-21-update-with-ingress-nginx.md @@ -1,7 +1,8 @@ --- +draft: true layout: blog title: 'Updating NGINX-Ingress to use the stable Ingress API' -date: 2021-06-21 +date: 2021-07-15 slug: update-with-ingress-nginx --- @@ -39,7 +40,7 @@ versions of Kubernetes. {{< table caption="Ingress NGINX supported version with Kubernetes Versions" >}} Kubernetes version | Ingress-NGINX version | Notes :-------------------|:----------------------|:------------ -v1.22 | v1.0.0-alpha.1 | New features, plus bug fixes. +v1.22 | v1.0.0-alpha.2 | New features, plus bug fixes. v1.21 | v0.47.x | Bugfixes only, and just for security issues or crashes. No end-of-support date announced. v1.20 | v0.47.x | Bugfixes only, and just for security issues or crashes. No end-of-support date announced. v1.19 | v0.47.x | Bugfixes only, and just for security issues or crashes. Fixes only provided until 6 months after Kubernetes v1.22.0 is released. @@ -62,7 +63,7 @@ In the meantime to ensure no compatibility issues: [v0.47.0](https://github.com/kubernetes/ingress-nginx/releases/tag/controller-v0.47.0) * After Kubernetes 1.22 is released, ensure you are using the latest version of Ingress-NGINX that supports the stable APIs for Ingress and IngressClass. -* Test Ingress-NGINX version v1.0.0-alpha.1 with Cluster versions >= 1.19 +* Test Ingress-NGINX version v1.0.0-alpha.2 with Cluster versions >= 1.19 and report any issues to the projects Github page. The community’s feedback and support in this effort is welcome. The