Uploaded image for project: 'OpenShift Service Mesh'
  1. OpenShift Service Mesh
  2. OSSM-1968

Move 2.3 CNI container into separate DaemonSet

XMLWordPrintable

    • Icon: Story Story
    • Resolution: Done
    • Icon: Critical Critical
    • OSSM 2.3.0
    • OSSM 2.3.0
    • Maistra
    • None
    • 8
    • False
    • None
    • False
    • Release Notes
    • Hide
      OSSM v2.3 new istio CNI DaemonSet and ConfigMap

      This release introduces a new istio CNI DaemonSet `istio-cni-node-v2-3` and a new ConfigMap `istio-cni-config-v2-3` in `openshift-operators` namespace when a user creates or upgrades Service Mesh Control Plane to v2.3.
      This change does not affect a previous release or the existing `istio-cni-node` DaemonSet when a user creates a Service Mesh Control Plane v1.1, v2.0, v2.1 or v2.2.
      When a user upgrades Service Mesh Control Plane to v2.3, the existing DaemonSet `istio-cni-node` will not be changed and a new DaemonSet `istio-cni-node-v2-3` will be created.
      Show
      OSSM v2.3 new istio CNI DaemonSet and ConfigMap This release introduces a new istio CNI DaemonSet `istio-cni-node-v2-3` and a new ConfigMap `istio-cni-config-v2-3` in `openshift-operators` namespace when a user creates or upgrades Service Mesh Control Plane to v2.3. This change does not affect a previous release or the existing `istio-cni-node` DaemonSet when a user creates a Service Mesh Control Plane v1.1, v2.0, v2.1 or v2.2. When a user upgrades Service Mesh Control Plane to v2.3, the existing DaemonSet `istio-cni-node` will not be changed and a new DaemonSet `istio-cni-node-v2-3` will be created.
    • Release Note
    • Done
    • Sprint 58 - week 1, Sprint 58 - week 2 and 3

      As discussed during refinement of OSSM-1961, we should move the 2.3 install-cni container into its own pod (deployed via a separate DaemonSet). From 2.3 onwards, we want the operator to deploy one DaemonSet for each OSSM version. This will fix issue OSSM-1961, but also reduce the memory usage for most customers, since the operator will only deploy a specific version of the CNI plugin when the first SMCP of said version is deployed.

      The 2.3 operator should thus deploy the existing CNI DaemonSet only when an SMCP version 1.1, 2.0, 2.1 or 2.2 is deployed. If the SMCP version is 2.3, it should deploy a DaemonSet called istio-cni-node-2.3 or something similar, with a single container running the 2.3 version of the CNI installer.

      Acceptance criteria:

      • operator deploys the correct DaemonSet version when an SMCP of a particular version (2.3 and forward) is deployed
      • upgrading the operator from 2.2 to 2.3 does not break existing meshes.
        After deployment, an existing traffic through the proxy and a new pod creation are working and traffic is still route to the application pod.
      • OSSM-1961 no longer manifests itself
      • the new behavior and how to verify this change is documented (e.g. describe in a new OSSMDOC ticket)

      Non-goals:

      • the operator doesn't need to delete DaemonSets when SMCPs are deleted (the operator doesn't do this now; we'll address this in a follow-up issue)

        1. CF_23.png
          33 kB
          Praneeth Bajjuri
        2. DS_23.png
          23 kB
          Praneeth Bajjuri
        3. istio_cni_23_ds.png
          30 kB
          Praneeth Bajjuri
        4. istio_cni_23.png
          47 kB
          Praneeth Bajjuri

              yuaxu@redhat.com Yuanlin Xu
              mluksa@redhat.com Marko Luksa
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: