...
Note |
---|
cert-manager needs to be install prior to oci-native-ingress-controller installation as it refers to cert-manager internally. The simplest way to install cert-manager is via the cluster add-ons. From the console, browse to Containers > Clusters > Cluster details, scroll down to vertical menu, select Resources > Add-ons, select Manage add-ons to install and enable cert-manager. |
Code Block |
---|
kubectl apply -f deploy/manifests/oci-native-ingress-controller/crds |
...