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
* xref:../../install/ossm-sidecar-injection-assembly.adoc#ossm-identifying-revision-name_ossm-sidecar-injection-assembly[Identifying the revision name]
* xref:../../migrating/migrating-gateways/ossm-migrating-gateways-assembly.adoc[Migrating gateways from Service Mesh 2 to Service Mesh 3]
36
+
37
+
If you are not using gateways, and have verified your cluster-wide migration, you can proceed to complete the migration and remove {SMProduct} 2 resources.
38
+
39
+
* xref:../../migrating/done/ossm-migrating-complete-assembly.adoc[Completing the Migration]
40
+
41
+
//The following tasks are for the Istio revision label with cert-manager
If you are not using gateways, and have verified your cluster-wide migration, you can proceed to complete the migration and remove {SMProduct} 2 resources.
40
53
41
-
[role="_additional-resources"]
42
-
.Additional resources
54
+
* xref:../../migrating/done/ossm-migrating-complete-assembly.adoc[Completing the Migration]
43
55
44
-
* xref:../../install/ossm-sidecar-injection-assembly.adoc#ossm-identifying-revision-name_ossm-sidecar-injection-assembly[Identifying the revision name]
56
+
// The following tasks are for the Istio injection label
You can proceed to complete the migration and remove {SMProduct} 2 resources.
75
+
76
+
* xref:../../migrating/done/ossm-migrating-complete-assembly.adoc[Completing the Migration]
77
+
56
78
[IMPORTANT]
57
79
====
58
80
Before creating a default revision tag and relabelling the namespaces, you must migrate all remaining workload namespaces, including gateways.
@@ -61,3 +83,7 @@ Before creating a default revision tag and relabelling the namespaces, you must
61
83
// insert xref to "Creating the default revision tag and relabeling the namespaces" after PR OSSM-9000 is merged
62
84
63
85
* Creating the default revision tag and relabeling the namespaces
86
+
[role="_additional-resources"]
87
+
.Additional resources
88
+
89
+
* xref:../../install/ossm-sidecar-injection-assembly.adoc#ossm-identifying-revision-name_ossm-sidecar-injection-assembly[Identifying the revision name]
= Migrating a cluster-wide deployment by using the Istio revision label with cert-manager
8
+
9
+
You can perform a canary upgrade with the gradual migration of data plane namespaces for a cluster-wide deployment by using the `istio.io/rev` label with cert-manager.
10
+
11
+
The `bookinfo` application is used as an example for the `Istio` resource. For more information on configuration differences between the {SMProduct} 2 `ServiceMeshControlPlane` resource and the {SMProduct} 3 `Istio` resource, see "Configuration fields mapping between Service Mesh 2 and Service Mesh 3."
12
+
13
+
You can follow these same steps with your own workloads.
14
+
15
+
.Prerequisites
16
+
17
+
* You have deployed {ocp-product-title} 4.14 or later.
18
+
* You are logged in to the {ocp-product-title} web console as a user with the `cluster-admin` role.
19
+
* You have completed the premigration checklists.
20
+
* You have installed the {SMProduct}{SMv2Version} Operator.
21
+
* You have installed the {SMProduct} 3 Operator.
22
+
* You have created an `IstioCNI` resource.
23
+
* You have installed the `istioctl` tool.
24
+
* You are using the cert-manager and istio-csr tools in a cluster-wide deployment.
25
+
* Your {SMProduct} 2 `ServiceMeshControlPlane` resource is configured with the cert-manager tool.
26
+
27
+
.Procedure
28
+
29
+
. Check that your {SMProduct} 2 `ServiceMeshControlPlane` resource is configured with the cert-manager tool.
<1> The `app.istio.revisions` field must include your {SMProduct} 3.0 control plane revision _before_ you create your `Istio` resource so that proxies can properly communicate with the {SMProduct} 3.0 control plane.
66
+
67
+
. Identify the namespaces that contain a 2.6 control plane by running the following command:
. Create a YAML file named `ossm-3.yaml`. This procedure creates the {istio} resource for the 3.0 installation in the same namespace as the `ServiceMeshControlPlane` resource for the 2.6 installation:
<1> The `name`, `updateStrategy`, and `version` fields specify how the `IstioRevision` resource name is created. For more information, see "Identifying the revision name."
111
+
<2> The 3.0 and 2.6 control planes must run in the same namespace.
112
+
<3> If you are migrating metrics and tracing, update the `extensionProviders` fields according to your tracing and metrics configurations.
113
+
114
+
. Apply the YAML file by running the following command:
115
+
+
116
+
[source,terminal]
117
+
----
118
+
$ oc apply -f ossm-3.yaml
119
+
----
120
+
121
+
. Verify that the new `istiod` resource uses the existing root certificate by running the following command:
122
+
+
123
+
[source,terminal]
124
+
----
125
+
$ oc logs deployments/istiod-ossm-3-v1-24-3 -n istio-system | grep 'Load signing key and cert from existing secret'
126
+
----
127
+
+
128
+
.Example output:
129
+
[source,terminal]
130
+
----
131
+
2024-12-18T08:13:53.788959Z info pkica Load signing key and cert from existing secret istio-system/istio-ca-secret
= Migrating workloads by using the Istio revision label with cert-manager
8
+
9
+
After migrating a cluster-wide deployment, you can migrate your workloads workloads from the {SMProduct} 2.6 control plane to the {SMproduct} 3.0 control plane.
10
+
11
+
To maintain simplicity, revision tags are not used in this example. When migrating large meshes, you can use revision tags to avoid re-labeling all namespaces during future 3.y.z upgrades.
12
+
13
+
[NOTE]
14
+
====
15
+
You can migrate workloads and gateways separately, and in any order. For more information, see "Migrating gateways."
16
+
====
17
+
18
+
.Procedure
19
+
20
+
. Find the current `IstioRevision` resource for your {SMProduct} 3.0 control plane by running the following command:
21
+
+
22
+
[source,terminal]
23
+
----
24
+
$ oc get istios
25
+
----
26
+
+
27
+
.Example output
28
+
+
29
+
[source,terminal]
30
+
----
31
+
NAME REVISIONS READY IN USE ACTIVE REVISION STATUS VERSION AGE
32
+
ossm-3 1 1 0 ossm-3-v1-24-3 Healthy v1.24.3 30s
33
+
----
34
+
35
+
. Copy the value in the `ACTIVE REVISION` column to use as your `istio.io/rev` label in the next step.
36
+
+
37
+
[NOTE]
38
+
====
39
+
The naming format of your revisions depends on which upgrade strategy you choose for your `Istio` instance.
40
+
====
41
+
42
+
. Update the injection labels on the `dataplane` namespace by running the following command:
Running the `oc label` command performs the following actions:
50
+
51
+
.. Removes the `istio-injection` label: This label prevents the 3.0 control plane from injecting the proxy. The `istio-injection` label takes precedence over `istio.io/rev` label.
52
+
53
+
.. Adds the `istio.io/rev=ossm-3-v1-24-3` label: This label ensures that any newly created or restarted pods in the namespace connect to the {SMProduct} 3.0 proxy.
54
+
55
+
.. Adds the `maistra.io/ignore-namespace: "true"` label: This label disables sidecar injection for {SMProduct} 2.6 proxies in the namespace. With the label applied, {SMProduct} 2.6 stops injecting proxies in this namespace, and any new proxies are injected by {SMProduct} 3.0. Without this label, the {SMProduct} 2.6 injection webhook tries to inject the pod and the injected sidecar proxy refuses to start since it will have both the {SMProduct} 2.6 and the {SMProduct} 3.0 Container Network Interface(CNI) annotations.
56
+
57
+
+
58
+
[NOTE]
59
+
====
60
+
Once you apply the `maistra.io/ignore-namespace` label, any new pod created in the namespace connects to the {SMProduct} 3.0 proxy. Workloads can still communicate with each other regardless of which control plane they are connected to.
61
+
====
62
+
63
+
. Restart the workloads by using one of the following options:
64
+
+
65
+
.. To restart all the workloads at once so that the new pods are injected with the {SMProduct} 3.0 proxy, run the following command:
66
+
+
67
+
.Example command for `bookinfo` application
68
+
[source,terminal]
69
+
----
70
+
$ oc rollout restart deployments -n bookinfo
71
+
----
72
+
73
+
.. To restart each workload individually, run the following command for each workload:
ratings-v1-559b64556-c5ppg.bookinfo Kubernetes SYNCED SYNCED SYNCED SYNCED NOT SENT istiod-install-istio-system-866b57d668-6lpcr 1.20.8
104
+
reviews-v1-847fb7c54d-qxt5d.bookinfo Kubernetes SYNCED SYNCED SYNCED SYNCED NOT SENT istiod-install-istio-system-866b57d668-6lpcr 1.20.8
105
+
reviews-v2-5c7ff5b77b-8jbhd.bookinfo Kubernetes SYNCED SYNCED SYNCED SYNCED NOT SENT istiod-install-istio-system-866b57d668-6lpcr 1.20.8
106
+
reviews-v3-5c5d764c9b-rrx8w.bookinfo Kubernetes SYNCED SYNCED SYNCED SYNCED NOT SENT istiod-install-istio-system-866b57d668-6lpcr 1.20.8
107
+
----
108
+
+
109
+
The output shows that the `productpage-v1` deployment is the only deployment that restarted and was injected with the 3.0 proxy. Even if there are different versions of the proxies, communication between services still works.
110
+
111
+
. If the 2.6 installation contains additional data plane namespaces, migrate the next namespace now.
112
+
+
113
+
[NOTE]
114
+
====
115
+
Remove the `maistra.io/ignore-namespace="true"` label only after the 2.6 control plane has been uninstalled.
0 commit comments