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
You can now deploy the NGINX Ingress Controller instances.
40
+
41
+
**Note: If you're upgrading your operator installation to a later release, navigate [here](../helm-charts/nginx-ingress/) and run `kubectl apply -f crds/` or `oc apply -f crds/` as a prerequisite**
**Note: If you're upgrading your operator installation to a later release, navigate [here](../helm-charts/nginx-ingress/) and run `kubectl apply -f crds/` or `oc apply -f crds/` as a prerequisite**
21
+
20
22
Additional steps:
21
23
22
24
In order to deploy NGINX Ingress Controller instances into OpenShift environments, a new SCC is required to be created on the cluster which will be used to bind the specific required capabilities to the NGINX Ingress service account(s). To do so for NIC deployments, please run the following command (assuming you are logged in with administrator access to the cluster):
Copy file name to clipboardExpand all lines: docs/upgrades.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,23 +14,23 @@ Release 1.0.0 includes a backward incompatible change from version 0.5.1 as we h
14
14
**Note: Multiple NIC deployments: the RBAC resources should be deployed separately if deploying multiple ICs in same namespace. This is because only one of the ICs in a namespace will be assigned "ownership" of these resources. Similarly, the IngressClass resource needs to be created separately if deploying multiple NIC instances with a shared IngressClass. See the [README](../README.md) for more information**
15
15
6. Re-create ingress controllers (note: multi IC rules) using the new Operator. Be sure to use the same configuration as the previous deployments (ingress class name, namespaces etc). They will pick up all deployed dependant resources.
16
16
17
-
### 0. Upgrade the existing NIC crds
17
+
### 1. Upgrade the existing NIC crds
18
18
19
19
Navigate [here](../helm-charts/nginx-ingress/) and run `kubectl apply -f crds/`
20
20
21
-
### 1. Uninstall the existing 0.5.1 operator, the nginx ingress controller CRD, and the ingressClass
21
+
### 2. Uninstall the existing 0.5.1 operator, the nginx ingress controller CRD, and the ingressClass
22
22
23
23
Uninstall the operator using the web console - see [the OCP documentation for details](https://access.redhat.com/documentation/en-us/openshift_container_platform/4.13/pdf/operators/OpenShift_Container_Platform-4.13-Operators-en-US.pdf).
24
24
25
25
Next uninstall the NIC CRD `nginxingresscontrollers.k8s.nginx.org`. This will remove any instances of the NginxIngressController, but not any dependent objects (ingresses, VSs, etc).
26
26
27
27
Finally, remove the nginx-ingress ingressClass `k delete ingressclass/nginx`.
28
28
29
-
### 2. Install the latest version of the operator
29
+
### 3. Install the latest version of the operator
30
30
31
31
Install the latest version of the Operator following the steps outlined in [OpenShift installation doc](./openshift-installation.md).
32
32
33
-
### 3. Deploy new ingress controller deployments
33
+
### 4. Deploy new ingress controller deployments
34
34
35
35
Use the new Nginx Ingress Operator installation to deploy Nginx Ingress Controller - see the release notes [here](https://docs.nginx.com/nginx-ingress-controller/releases/#nginx-ingress-controller-2-2-0) and a guide to the Helm configuration parameters [here](https://docs.nginx.com/nginx-ingress-controller/installation/installation-with-helm/#configuration)
0 commit comments