From 63eafa8aaf6df8352a3ec12c9378f5a39e1f4836 Mon Sep 17 00:00:00 2001 From: Inbaraj S Date: Mon, 17 Jul 2023 12:28:34 +0530 Subject: [PATCH] Update Kubernetes Support Version - v1.26.2 (#11) * Update Kubernetes Support Version for v1.26.2 --- GettingStarted.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/GettingStarted.md b/GettingStarted.md index b39a2437..de5f5de4 100644 --- a/GettingStarted.md +++ b/GettingStarted.md @@ -42,7 +42,11 @@ The native ingress controller itself is lightweight process and pushes all the r This section describes steps to deploy and test OCI-Native-Ingress-Controller. ### Prerequisites -Kubernetes Cluster with Native Pod Networking setup. Currently supported kubernetes versions are v1.25.4. +Kubernetes Cluster with Native Pod Networking setup. +Currently supported kubernetes versions are: +- v1.25.4 +- v1.26.2 + We set up the cluster with native pod networking and update the security rules. The documentation for NPN : [Doc Ref](https://docs.oracle.com/en-us/iaas/Content/ContEng/Concepts/contengpodnetworking_topic-OCI_CNI_plugin.htm). @@ -523,4 +527,4 @@ All changes to those modules should be reflected in the remote VCS repository. 4. For supporting ssl through kubernetes secrets, we generate respective certificates and ca bundles in certificate service. If we delete ingress resource, currently we only delete the load balancer resources. The certificates need to be cleared by the customer. -### FAQ \ No newline at end of file +### FAQ