Uploaded image for project: 'OpenShift Request For Enhancement'
  1. OpenShift Request For Enhancement
  2. RFE-4421

Add multus annotation support to the operator

    XMLWordPrintable

Details

    • False
    • False
    • x86_64
    • 0
    • 0% 0%
    • Undefined

    Description

      Multus enables users to specify an IP address of the pod on creation, this is an example:

        annotations: 
          k8s.v1.cni.cncf.io/networks: '[
                  { 
                    "name": "vlan-20",
                    "ips": [ "192.168.20.88/24" ],
                    "default-route": ["192.168.20.1"]
                  }
          ]'
      

      Currently, the client is updating their deployment manually but the operator rewrites the deployment on each reconciliation so these changes are lost. They would like a way to add this annotation to the operator.

      Thanks!

      Attachments

        Activity

          People

            DanielMesser Daniel Messer
            rhn-support-ibazulic Ivan Bazulic
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: