You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: GettingStarted.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,8 +46,9 @@ This section describes steps to deploy and test OCI-Native-Ingress-Controller.
46
46
### Prerequisites
47
47
Kubernetes Cluster with Native Pod Networking setup.
48
48
Currently supported kubernetes versions are:
49
-
- v1.25.4
50
-
- v1.26.2
49
+
- 1.26
50
+
- 1.27
51
+
- 1.28
51
52
52
53
We set up the cluster with native pod networking and update the security rules.
53
54
The documentation for NPN : [Doc Ref](https://docs.oracle.com/en-us/iaas/Content/ContEng/Concepts/contengpodnetworking_topic-OCI_CNI_plugin.htm).
@@ -105,7 +106,7 @@ If the deployment is done via manifest templates update deployment container arg
105
106
```
106
107
107
108
#### Workload Identity
108
-
For workload identity, we have to use [Enhanced Clusters](https://confluence.oci.oraclecorp.com/display/OKE/Enhanced+Clusters), and follow the public documentation to setup policies - [Doc](https://docs.oracle.com/en-us/iaas/Content/ContEng/Tasks/contenggrantingworkloadaccesstoresources.htm)
109
+
For workload identity, we have to use [Enhanced Clusters](https://docs.oracle.com/en-us/iaas/Content/ContEng/Tasks/contengcreatingenhancedclusters.htm), and follow the public documentation to setup policies - [Doc](https://docs.oracle.com/en-us/iaas/Content/ContEng/Tasks/contenggrantingworkloadaccesstoresources.htm)
109
110
110
111
We have added the support to enable this via the authType flag as follows:
0 commit comments